ent: clang fix
This commit is contained in:
parent
e17dfe13e8
commit
2f6e9000e8
@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ unzip ];
|
buildInputs = [ unzip ];
|
||||||
|
|
||||||
|
buildFlags = if stdenv.cc.isClang then [ "CC=clang" ] else null;
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
cp ent $out/bin/
|
cp ent $out/bin/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user