diff options
Diffstat (limited to 'scripts/patchelf/build.sh')
-rw-r--r-- | scripts/patchelf/build.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/patchelf/build.sh b/scripts/patchelf/build.sh index fb51cfc..694ae09 100644 --- a/scripts/patchelf/build.sh +++ b/scripts/patchelf/build.sh @@ -1,11 +1,14 @@ #!/bin/bash +disable_base=1 name=patchelf version=0.10 revision=0 sources=("https://github.com/NixOS/${name}/archive/${version}.tar.gz") build_depends=( - "automake" "autoconf" + "automake" + "gcc" + "binutils" ) depends=() |