pkgs: diff-flake: substitute 'mktemp'

This commit is contained in:
Bruno BELANYI 2021-04-25 12:46:44 +00:00
parent 37a134ebd2
commit f817b278fe
2 changed files with 3 additions and 2 deletions

View file

@ -23,6 +23,7 @@ stdenvNoCC.mkDerivation {
'';
cat = "${coreutils}/bin/cat";
mktemp = "${coreutils}/bin/mktemp";
git = "${git}/bin/git";
sed = "${gnused}/bin/sed";