Don't copy from $src since it makes patching impossible
This commit is contained in:
parent
210dd4d72d
commit
d8c1e7a2c8
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ resholve.mkDerivation {
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
cp $src/bin/git-check-assertions $out/bin/git-check-assertions
|
cp bin/git-check-assertions $out/bin/git-check-assertions
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue