Skip to content

Commit 614281f

Browse files
committed
overlays/channel-packages: sherlock-launcher fix
Until NixOS/nixpkgs#431274 is merged
1 parent bcd1e0c commit 614281f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

overlays/channel-packages/default.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ in
1919
# TODO: remove once makes it to unstable
2020
;
2121

22+
sherlock-launcher = master.sherlock-launcher.overrideAttrs (oldAttrs: {
23+
nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [
24+
final.wrapGAppsHook4
25+
];
26+
});
27+
2228
# From nixpkgs-unstable
2329
inherit (unstable)
2430
# Misc

0 commit comments

Comments
 (0)