winbox and build fix
This commit is contained in:
parent
992f689fb0
commit
c2521aa6cc
2 changed files with 2 additions and 1 deletions
|
@ -46,6 +46,7 @@ in
|
|||
helvum
|
||||
pulseeffects-legacy
|
||||
mixxx
|
||||
winbox4
|
||||
];
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
|
|
|
@ -14,7 +14,7 @@ in
|
|||
patches = (oldAttrs.patches or [ ]) ++ [
|
||||
(final.fetchpatch {
|
||||
url = "https://patch-diff.githubusercontent.com/raw/ValveSoftware/gamescope/pull/1867.patch";
|
||||
hash = "sha256-+Is4HOGAXS9q2L7s/D+9J5BpKYK6Tiho5xzTAEJGUWA=";
|
||||
hash = "sha256-ONjSInJ7M8niL5xWaNk5Z16ZMcM/A7M7bHTrgCFjrts=";
|
||||
})
|
||||
];
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue