gkrellm: mark linux only

This commit is contained in:
Daiderd Jordan
2018-03-17 23:17:44 +01:00
parent 13139fccc6
commit 1fe1b9c8c1

View File

@@ -41,6 +41,6 @@ stdenv.mkDerivation rec {
homepage = http://gkrellm.srcbox.net;
license = licenses.gpl3Plus;
maintainers = [ ];
platforms = platforms.unix;
platforms = platforms.linux;
};
}