mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
netpbm: set platforms
This commit is contained in:
parent
84ca773f9b
commit
b139a69f7c
@ -58,5 +58,6 @@ stdenv.mkDerivation {
|
|||||||
homepage = http://netpbm.sourceforge.net/;
|
homepage = http://netpbm.sourceforge.net/;
|
||||||
description = "Toolkit for manipulation of graphic images";
|
description = "Toolkit for manipulation of graphic images";
|
||||||
license = "GPL,free";
|
license = "GPL,free";
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user