update to version 3.3.10

This commit is contained in:
lelgenio 2023-08-09 23:18:16 -03:00
parent d054b5f9e3
commit fd44702b2a
8 changed files with 185 additions and 40 deletions

View file

@ -26,10 +26,10 @@ stdenv.mkDerivation rec {
# steam
];
patches = [
./patches/dont-hardcode-zenity.patch
./patches/dont-write-desktop-entry-during-runtime.patch
./patches/dont-check-map-count.patch
patches = lib.pipe ./patches [
builtins.readDir
lib.attrNames
(map (name: ./patches/${name}))
];
installPhase = ''