Skip to content

Commit

Permalink
acl: patchShebangs before build to avoid /bin/sh dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Mar 1, 2018
1 parent 47bf559 commit 995f3fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/libraries/acl/default.nix
Expand Up @@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
patchPhase = ''
echo "Removing C++-style comments from include/acl.h"
sed -e '/^\/\//d' -i include/acl.h
patchShebangs .
'';

configureFlags = [ "MAKE=make" "MSGFMT=msgfmt" "MSGMERGE=msgmerge" "XGETTEXT=xgettext" "ZIP=gzip" "ECHO=echo" "SED=sed" "AWK=gawk" ];
Expand Down

0 comments on commit 995f3fb

Please sign in to comment.