[Nix-dev] QT debug version

Vladimír Čunát vcunat at gmail.com
Sat Aug 6 15:48:04 CEST 2016


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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3771 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.science.uu.nl/pipermail/nix-dev/attachments/20160806/fa5c1724/attachment.p7s>


More information about the nix-dev mailing list