gkrellm: mark linux only

This commit is contained in:
Daiderd Jordan
2018-04-05 20:05:21 +02:00
parent 13139fccc6
commit 1fe1b9c8c1
+1 -1
View File
@@ -41,6 +41,6 @@ stdenv.mkDerivation rec {
homepage = http://gkrellm.srcbox.net;
license = licenses.gpl3Plus;
maintainers = [ ];
platforms = platforms.unix;
platforms = platforms.linux;
};
}