Make platforms.allBut accept a list rather than a single platform
This commit is contained in:
@@ -58,6 +58,6 @@ stdenv.mkDerivation rec {
|
||||
make[3]: *** [Box.lo] Error 1
|
||||
|
||||
*/
|
||||
platforms = stdenv.lib.platforms.allBut "i686-cygwin";
|
||||
platforms = with stdenv.lib.platforms; allBut cygwin;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user