cups: Don't build on Darwin
This commit is contained in:
parent
c73655fa92
commit
5d6da38d33
@ -43,6 +43,6 @@ stdenv.mkDerivation {
|
|||||||
description = "A standards-based printing system for UNIX";
|
description = "A standards-based printing system for UNIX";
|
||||||
license = stdenv.lib.licenses.gpl2; # actually LGPL for the library and GPL for the rest
|
license = stdenv.lib.licenses.gpl2; # actually LGPL for the library and GPL for the rest
|
||||||
maintainers = [ stdenv.lib.maintainers.urkud stdenv.lib.maintainers.simons ];
|
maintainers = [ stdenv.lib.maintainers.urkud stdenv.lib.maintainers.simons ];
|
||||||
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user