mirror of
https://github.com/lelgenio/dzgui-nix.git
synced 2025-06-15 19:32:56 -03:00
update to version 3.3.10
This commit is contained in:
parent
d054b5f9e3
commit
fd44702b2a
8 changed files with 185 additions and 40 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue