Skip to content

Commit

Permalink
et: fix build with clang
Browse files Browse the repository at this point in the history
  • Loading branch information
LnL7 committed Sep 9, 2017
1 parent 479c15b commit c0e7983
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/applications/misc/et/default.nix
Expand Up @@ -14,6 +14,11 @@ stdenv.mkDerivation rec {
buildInputs = [ libnotify gdk_pixbuf ];
nativeBuildInputs = [ pkgconfig ];

prePatch = ''
substituteInPlace Makefile \
--replace ' = gcc' ' ?= gcc'
'';

installPhase = ''
mkdir -p $out/bin
cp et $out/bin
Expand Down

0 comments on commit c0e7983

Please sign in to comment.