zile: build on unix

zile works fine on non-linux unix systems
This commit is contained in:
Yann Hodique
2015-12-13 15:06:46 -08:00
parent f0cdf17ee8
commit 38161e8372
+1 -1
View File
@@ -49,6 +49,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ pSub ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}