treewide: makeWrapper buildInputs to nativeBuildInputs
This commit is contained in:
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0w6a789zffvz4ixsb92q45n5s4xyx7s2l2f07972i3dajaaai8z7";
|
||||
};
|
||||
|
||||
buildInputs = [ makeWrapper ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
liveDeps = [ jq curl ] ++ lib.optional screenshots maim
|
||||
++ lib.optional video capture
|
||||
|
||||
Reference in New Issue
Block a user