lol

nixos: improve mime DB cache generation (close #11785)

authored by

michael bishop and committed by
Vladimír Čunát
301c74bc 07eb0ad7

+1 -1
+1 -1
nixos/modules/config/system-path.nix
··· 128 128 # !!! Hacky, should modularise. 129 129 postBuild = 130 130 '' 131 - if [ -x $out/bin/update-mime-database -a -w $out/share/mime/packages ]; then 131 + if [ -x $out/bin/update-mime-database -a -w $out/share/mime ]; then 132 132 XDG_DATA_DIRS=$out/share $out/bin/update-mime-database -V $out/share/mime > /dev/null 133 133 fi 134 134