2
0
Fork 0

popt: disable

Autotools is only building a static library that refers to itself as a
runtime dependency.
This commit is contained in:
Ehmry - 2020-11-05 21:35:55 +01:00
parent dd24e9bdca
commit 2c659c35f5
1 changed files with 2 additions and 0 deletions

View File

@ -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 { };