mate-calc: mark linux only

(cherry picked from commit bdf28cc2b1360dbc202bd2106fa20bbe85fe1b91)
This commit is contained in:
Daiderd Jordan
2018-04-05 20:05:27 +02:00
parent 18bc2aeadb
commit a45ada6614
+1 -1
View File
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
description = "Calculator for the MATE desktop";
homepage = http://mate-desktop.org;
license = [ licenses.gpl2Plus ];
platforms = platforms.unix;
platforms = platforms.linux;
maintainers = [ maintainers.romildo ];
};
}