diff options
Diffstat (limited to 'patchelf/build.sh')
-rw-r--r-- | patchelf/build.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/patchelf/build.sh b/patchelf/build.sh index 994b599..7ff4634 100644 --- a/patchelf/build.sh +++ b/patchelf/build.sh @@ -7,8 +7,7 @@ sources=("https://github.com/NixOS/${name}/archive/${version}.tar.gz") build_depends=( "autoconf" "automake" - "gcc" - "binutils" + "m4" ) depends=() |