Merge pull request #306842 from 3noch/patch-1

fortune: fix removal of men-women database
This commit is contained in:
Aleksana 2024-04-26 15:53:35 +08:00 committed by GitHub
commit 319167c1bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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