darwin: disable broken packages

This commit is contained in:
Matthew Bauer
2018-03-08 17:21:17 -06:00
parent 4ff4ef51b7
commit 54e2c28b09
10 changed files with 17 additions and 11 deletions
+1 -1
View File
@@ -23,6 +23,6 @@ stdenv.mkDerivation {
homepage = http://www.toastfreeware.priv.at/confclerk;
license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ ehmry ];
inherit (qt4.meta) platforms;
platforms = stdenv.lib.platforms.linux;
};
}