mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +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/;
|
||||
description = "Toolkit for manipulation of graphic images";
|
||||
license = "GPL,free";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user