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 [email protected] https://mail.cs.uu.nl/mailman/listinfo/nix-dev
