[Nix-dev] Re: [Nix-commits] SVN commit: nix - 17866 - MarcWeber - in nixpkgs/trunk/pkgs: applications/office applications/office/scribus top-level

Tony White tonywhite100 at googlemail.com
Tue Oct 20 14:04:28 CEST 2009


2009/10/20 Eelco Dolstra <e.dolstra at tudelft.nl>:
> Hi,
>
> Eelco Dolstra wrote:
>
>> You shouldn't omit it but put an "assert stdenv.gcc ? gcc" at the top of the
>> expression so that nix-env doesn't barf on other platforms :-)
>
> Correction - that should be "assert stdenv.gcc.gcc != null".
>
> --
> Eelco Dolstra | http://www.st.ewi.tudelft.nl/~dolstra/
> _______________________________________________
> nix-dev mailing list
> nix-dev at cs.uu.nl
> https://mail.cs.uu.nl/mailman/listinfo/nix-dev
>

Maybe you could create an expression just for libstdc++, if finding
what needs patching in scribus proves too elusive :
http://gcc.gnu.org/viewcvs/trunk/libstdc%2B%2B-v3/
Just a suggestion, it's certainly not ideal.

Thanks,
Tony



More information about the nix-dev mailing list