Merge pull request #273210 from Stunkymonkey/freshrss-lint

freshrss: cleanup + runHook
This commit is contained in:
Elis Hirwing 2023-12-29 08:13:20 +01:00 committed by GitHub
commit 59fa082abd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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; {