fix some packages on darwin

This commit is contained in:
Eric Seidel
2014-09-09 13:54:26 -07:00
committed by Joel Taylor
parent e22889064f
commit 0577499d74
9 changed files with 28 additions and 5 deletions
+1 -1
View File
@@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
license = [ "GPLv2+" ];
maintainers = with stdenv.lib.maintainers; [ the-kenny viric ];
platforms = stdenv.lib.platforms.linux;
platforms = stdenv.lib.platforms.unix;
};
}