1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00
svn path=/nixpkgs/trunk/; revision=17222
This commit is contained in:
Ludovic Courtès 2009-09-17 10:16:41 +00:00
parent e856cc0f3b
commit b9e92b0e8f

View file

@ -57,6 +57,6 @@ stdenv.mkDerivation rec {
make[3]: *** [Box.lo] Error 1
*/
platforms = stdenv.lib.allBut "i686-cygwin";
platforms = stdenv.lib.platforms.allBut "i686-cygwin";
};
}