ent: clang fix

This commit is contained in:
Spencer Whitt 2015-05-14 18:43:46 -04:00
parent e17dfe13e8
commit 2f6e9000e8

View file

@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
buildInputs = [ unzip ];
buildFlags = if stdenv.cc.isClang then [ "CC=clang" ] else null;
installPhase = ''
mkdir -p $out/bin
cp ent $out/bin/