Skip to content

Commit 9972c89

Browse files
committed
build-depends: Expose awk and sed
These are commonly needed by configure scripts. Fixes #15.
1 parent a6dafc8 commit 9972c89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build-depends.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ with pkgs; [
99
bash
1010
bintools
1111
m4
12+
gnused
13+
gawk
1214

1315
# Haskell build tools
1416
# These should really be handled via build-tool-depends declared in the cabal

0 commit comments

Comments
 (0)