From c0e80cb63f88d223ceb43028994de7d7f429fd24 Mon Sep 17 00:00:00 2001 From: Dixon Sean Low Yan Feng Date: Wed, 3 Jul 2024 22:47:51 +0800 Subject: [PATCH] fix(planet/pkgs): fix `catppuccin-papirus-folders` build --- planet/pkgs/catppuccin-papirus-folders/default.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/planet/pkgs/catppuccin-papirus-folders/default.nix b/planet/pkgs/catppuccin-papirus-folders/default.nix index f3a7ac5a..92a56660 100644 --- a/planet/pkgs/catppuccin-papirus-folders/default.nix +++ b/planet/pkgs/catppuccin-papirus-folders/default.nix @@ -1,6 +1,5 @@ { src , stdenv -, getent , ... }: stdenv.mkDerivation { @@ -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