3
0
Fork 0
forked from mirrors/nixpkgs

zile: build on unix

zile works fine on non-linux unix systems
This commit is contained in:
Yann Hodique 2015-11-28 00:45:36 -08:00
parent f0cdf17ee8
commit 38161e8372

View file

@ -49,6 +49,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ pSub ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}