On 08/06/2016 02:38 PM, Michiel Leenaars wrote:
> qt56 =
>   let imported = import ../development/libraries/qt-5/5.6 { inherit
> pkgs; developerBuild = true; };
>   dontStrip = true;
>   in recurseIntoAttrs (imported.override (super: qt5LibsFun));
> 
> (I added dontStrip from:
> https://nixos.org/nixpkgs/manual/#ssec-fixup-phase , but maybe it is not
> in the right place?)

Ah, yes, that's a bad place. It should be directly inside the
mkDerivation call, just as the alternative way of separateDebugInfo. I
don't know what developerBuild adds... perhaps it only makes sense that
symbols are kept if and only if building with developerBuild = true;

--Vladimir


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to