forked from mirrors/nixpkgs
cups: Don't build on Darwin
This commit is contained in:
parent
c73655fa92
commit
5d6da38d33
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue