mate-calc: mark linux only

(cherry picked from commit bdf28cc2b1360dbc202bd2106fa20bbe85fe1b91)
This commit is contained in:
Daiderd Jordan 2018-03-21 22:00:01 +01:00
parent 18bc2aeadb
commit a45ada6614
No known key found for this signature in database
GPG key ID: D02435D05B810C96

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 ];
};
}