ent: clang fix

wip/yesman
Spencer Whitt 9 years ago
parent e17dfe13e8
commit 2f6e9000e8
  1. 2
      pkgs/tools/misc/ent/default.nix

@ -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/

Loading…
Cancel
Save