treewide: makeWrapper buildInputs to nativeBuildInputs
This commit is contained in:
@@ -33,7 +33,7 @@ in
|
||||
stdenv.mkDerivation {
|
||||
name = "diagrams-builder";
|
||||
|
||||
buildInputs = [ makeWrapper ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
buildCommand = with lib;
|
||||
concatStrings (intersperse "\n" (map exeWrapper backends));
|
||||
|
||||
Reference in New Issue
Block a user