From 2c659c35f5deeaaf5c5ad92c061866e20503d42c Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Thu, 5 Nov 2020 21:35:55 +0100 Subject: [PATCH] popt: disable Autotools is only building a static library that refers to itself as a runtime dependency. --- overlay/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/overlay/default.nix b/overlay/default.nix index 3cb0892..9f31dac 100644 --- a/overlay/default.nix +++ b/overlay/default.nix @@ -119,6 +119,8 @@ in { "rm $out/bin/c_rehash"; # eliminate the perl runtime dependency }); + popt = if hostPlatform.isGenode then null else popt; # libtool problems + rsync = overrideHost rsync { enableACLs = false; }; solo5-tools = callPackage ./solo5-tools { };