mate-calc: mark linux only
(cherry picked from commit bdf28cc2b1360dbc202bd2106fa20bbe85fe1b91)
This commit is contained in:
parent
18bc2aeadb
commit
a45ada6614
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Calculator for the MATE desktop";
|
description = "Calculator for the MATE desktop";
|
||||||
homepage = http://mate-desktop.org;
|
homepage = http://mate-desktop.org;
|
||||||
license = [ licenses.gpl2Plus ];
|
license = [ licenses.gpl2Plus ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.romildo ];
|
maintainers = [ maintainers.romildo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user