Skip to content

Commit 1f9aa5e

Browse files
committed
Update nixpkgs
1 parent 5ec9a62 commit 1f9aa5e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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.

package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
xorg,
1212
dbus,
1313
libxkbcommon,
14-
wayland-scanner,
14+
wayland,
1515
kdePackages,
1616
python3,
1717

@@ -50,7 +50,7 @@ stdenv.mkDerivation {
5050
kdePackages.qtdeclarative
5151
libxkbcommon
5252
dbus
53-
wayland-scanner.out
53+
wayland
5454
];
5555
pythonDeps = [ python3.pkgs.pip ];
5656
appendRunpaths = [ "${lib.getLib python3}/lib" ];

0 commit comments

Comments
 (0)