mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
auto-patchelf: enable strictDeps
This commit is contained in:
@@ -15,6 +15,8 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [ pythonEnv ];
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
src = ./source;
|
||||
|
||||
buildPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user