about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorAleksana <me@aleksana.moe>2024-04-26 15:53:35 +0800
committerGitHub <noreply@github.com>2024-04-26 15:53:35 +0800
commit319167c1bbf0ea3e3498636397acbe1c7b2d2b4c (patch)
tree231ab16947a5e0fb1bb51cd84778a71caf81a07a /pkgs/tools
parent41fdad49a2122d0ce88407d6027bee4689d55f5d (diff)
parent06156f4427b748d4f9be7d377cd66beaafb66dd5 (diff)
Merge pull request #306842 from 3noch/patch-1
fortune: fix removal of men-women database
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/fortune/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/fortune/default.nix b/pkgs/tools/misc/fortune/default.nix
index 91afc1f76fd6b..516cfc201eb8a 100644
--- a/pkgs/tools/misc/fortune/default.nix
+++ b/pkgs/tools/misc/fortune/default.nix
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
   '') ];
 
   postFixup = lib.optionalString (!withOffensive) ''
-    rm -f $out/share/fortunes/men-women*
+    rm $out/share/games/fortunes/men-women*
   '';
 
   meta = with lib; {