summary refs log tree commit diff
path: root/pkgs/tools/misc/expect
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2020-01-19 22:10:14 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2020-01-23 00:21:21 +0100
commit9646fafc5d182d01288b179115aa43c3d9c2931c (patch)
tree801aaf36e935ea918136d62b70010c61c73e301a /pkgs/tools/misc/expect
parent8e7bbb7d4f70957f1bb7ed049cb038236be58bf7 (diff)
downloadnixpkgs-9646fafc5d182d01288b179115aa43c3d9c2931c.tar
nixpkgs-9646fafc5d182d01288b179115aa43c3d9c2931c.tar.gz
nixpkgs-9646fafc5d182d01288b179115aa43c3d9c2931c.tar.bz2
nixpkgs-9646fafc5d182d01288b179115aa43c3d9c2931c.tar.lz
nixpkgs-9646fafc5d182d01288b179115aa43c3d9c2931c.tar.xz
nixpkgs-9646fafc5d182d01288b179115aa43c3d9c2931c.tar.zst
nixpkgs-9646fafc5d182d01288b179115aa43c3d9c2931c.zip
expect: remove hack for aarch64 build
Not sure if I missed something or the issue got fixed later, but it's
not needed anymore to pass a `--build` flag to the configure script on
aarch64.

The autoreconfHooks are still needed for expect and bzip2.
Diffstat (limited to 'pkgs/tools/misc/expect')
-rw-r--r--pkgs/tools/misc/expect/default.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/pkgs/tools/misc/expect/default.nix b/pkgs/tools/misc/expect/default.nix
index f4330919634..4a6f62f995b 100644
--- a/pkgs/tools/misc/expect/default.nix
+++ b/pkgs/tools/misc/expect/default.nix
@@ -22,12 +22,7 @@ stdenv.mkDerivation rec {
     "--with-tcl=${tcl}/lib"
     "--with-tclinclude=${tcl}/include"
     "--exec-prefix=\${out}"
-  ] ++ (stdenv.lib.optionals stdenv.isAarch64 [
-    # FIXME(ma27) not entirely sure why this breaks now,
-    # we should at least find the cause before merging the glibc 2.30
-    # update.
-    "--build=aarch64-unknown-linux-gnu"
-  ]);
+  ];
 
   postInstall = ''
     for i in $out/bin/*; do