Tuomas Tynkkynen
2017-09-22 21:16:39 +03:00
parent 8a0d857aa9
commit 4acb425c39
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
description = "Mixer library for MATE";
homepage = https://github.com/mate-desktop/libmatemixer;
license = with licenses; [ gpl2 lgpl2 ];
platforms = platforms.unix;
platforms = platforms.linux;
maintainers = [ maintainers.romildo ];
};
}