posterazor: mark linux only

This commit is contained in:
Daiderd Jordan
2018-04-05 20:06:04 +02:00
parent 7053b097de
commit f6cf8e3426
@@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
homepage = http://posterazor.sourceforge.net/; homepage = http://posterazor.sourceforge.net/;
description = "Cuts a raster image into pieces which can afterwards be printed out and assembled to a poster"; description = "Cuts a raster image into pieces which can afterwards be printed out and assembled to a poster";
maintainers = [ stdenv.lib.maintainers.madjar ]; maintainers = [ stdenv.lib.maintainers.madjar ];
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.linux;
}; };
} }