From aa7e99e130b47caebaacd24e6d9e4f89f42cd213 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 18 Nov 2019 10:05:27 -0500 Subject: Next chunk --- scripts/patchelf/build.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'scripts/patchelf') 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=() -- cgit