Hi Eelco, >> all-packages.nix: define the 'andyetitmoves' attribute only on Linux >> platforms > > Why not add "assert stdenv.isLinux" to the expression for that package?
the package calls 'abort' in case it's built on a platform other than Linux -- and that caused generation of the nixpkgs tarball to fail. I was trying to avoid that failure. Can I achieve that by use of assert somehow? Take care, Peter _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
