Merge pull request #18091 from Balletie/fix/twmnd-install-hooks

twmn: fix by running pre- and post-install hooks
This commit is contained in:
Joachim F
2016-09-03 17:06:20 +02:00
committed by GitHub

View File

@@ -16,8 +16,12 @@ stdenv.mkDerivation rec {
'';
installPhase = ''
runHook preInstall
mkdir -p "$out/bin"
cp bin/* "$out/bin"
runHook postInstall
'';
meta = {