Merge pull request #18091 from Balletie/fix/twmnd-install-hooks
twmn: fix by running pre- and post-install hooks
This commit is contained in:
commit
bcd5c05b99
@ -16,8 +16,12 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
runHook preInstall
|
||||||
|
|
||||||
mkdir -p "$out/bin"
|
mkdir -p "$out/bin"
|
||||||
cp bin/* "$out/bin"
|
cp bin/* "$out/bin"
|
||||||
|
|
||||||
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user