Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
acl: patchShebangs before build to avoid /bin/sh dependency.
Browse files Browse the repository at this point in the history
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
Original file line number Diff line number Diff line change
@@ -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" ];

0 comments on commit 995f3fb

Please sign in to comment.