treewide: makeWrapper buildInputs to nativeBuildInputs
This commit is contained in:
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
|
||||
|
||||
phases = [ "installPhase" ];
|
||||
|
||||
buildInputs = [ makeWrapper ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
# Do not hardcode PATH to ${ecryptfs} as we need the script to invoke executables from /run/wrappers/bin
|
||||
installPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user