Unverified Commit 319167c1 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

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

fortune: fix removal of men-women database
parents 41fdad49 06156f44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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; {