From a763ed620ac77eb2287e5a3f4534330bd84bd868 Mon Sep 17 00:00:00 2001 From: InternetUnexplorer Date: Wed, 1 May 2024 22:34:09 -0700 Subject: [PATCH] phinger-cursors: remove --- phinger-cursors/default.nix | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 phinger-cursors/default.nix diff --git a/phinger-cursors/default.nix b/phinger-cursors/default.nix deleted file mode 100644 index 70ce920..0000000 --- a/phinger-cursors/default.nix +++ /dev/null @@ -1,13 +0,0 @@ -{ phinger-cursors }: - -# https://github.com/phisch/phinger-cursors/issues/10 -# https://github.com/phisch/phinger-cursors/issues/11 -phinger-cursors.overrideAttrs (old: { - postInstall = (old.postInstall or "") + '' - for theme in $out/share/icons/*; do - ln -s $theme/cursors/{kill,pirate} - ln -s $theme/cursors/{help,dnd-ask} - ln -s $theme/cursors/{copy,dnd-copy} - done - ''; -})