mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-18 13:50:04 +00:00
libiberty: enable strictDeps
This commit is contained in:
@@ -28,6 +28,8 @@ stdenv.mkDerivation {
|
||||
substituteInPlace ../config.guess --replace-fail /usr/bin/uname uname
|
||||
'';
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
configureFlags = [ "--enable-install-libiberty" ] ++ lib.optional (!staticBuild) "--enable-shared";
|
||||
|
||||
postInstall = lib.optionalString (!staticBuild) ''
|
||||
|
||||
Reference in New Issue
Block a user