Skip to content

Commit 4b80630

Browse files
authored
Merge pull request #24 from Square-face/main
Fix: make nix flake up to date
2 parents 8709371 + dee7979 commit 4b80630

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,12 @@
5656

5757
nativeBuildInputs = with pkgs; [
5858
pkg-config
59-
wrapGAppsHook
59+
wrapGAppsHook4
6060
];
6161
buildInputs = with pkgs; [
62-
gtk3
62+
gtk4
6363
librsvg
64-
gtk-layer-shell
65-
libdbusmenu-gtk3
64+
gtk4-layer-shell
6665
];
6766
};
6867

0 commit comments

Comments
 (0)