netpbm: set platforms

This commit is contained in:
Domen Kozar 2013-07-19 20:48:26 +02:00
parent 84ca773f9b
commit b139a69f7c

View file

@ -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;
};
}