Merge pull request #273210 from Stunkymonkey/freshrss-lint
freshrss: cleanup + runHook
This commit is contained in:
commit
59fa082abd
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
|||
, fetchFromGitHub
|
||||
, nixosTests
|
||||
, php
|
||||
, pkgs
|
||||
}:
|
||||
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
|
@ -31,8 +30,10 @@ stdenvNoCC.mkDerivation rec {
|
|||
'';
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
mkdir -p $out
|
||||
cp -vr * $out/
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue