posterazor: mark linux only

This commit is contained in:
Daiderd Jordan
2018-03-24 02:20:54 +01:00
parent 7053b097de
commit f6cf8e3426

View File

@@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
homepage = http://posterazor.sourceforge.net/;
description = "Cuts a raster image into pieces which can afterwards be printed out and assembled to a poster";
maintainers = [ stdenv.lib.maintainers.madjar ];
platforms = stdenv.lib.platforms.all;
platforms = stdenv.lib.platforms.linux;
};
}