Skip to content

Commit

Permalink
fix(planet/pkgs): fix catppuccin-papirus-folders build
Browse files Browse the repository at this point in the history
  • Loading branch information
dixslyf committed Jul 3, 2024
1 parent ab75237 commit c0e80cb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions planet/pkgs/catppuccin-papirus-folders/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{ src
, stdenv
, getent
, ...
}:
stdenv.mkDerivation {
Expand All @@ -9,12 +8,6 @@ stdenv.mkDerivation {

inherit src;

buildInputs = [ getent ];

patchPhase = ''
substituteInPlace ./papirus-folders --replace "getent" "${getent}/bin/getent"
'';

installPhase = ''
runHook preInstall
mkdir -p "$out"/bin
Expand Down

0 comments on commit c0e80cb

Please sign in to comment.