Skip to content

Commit

Permalink
swaylock-effects: fix pkg-config of wayland-scanner
Browse files Browse the repository at this point in the history
The split out of wayland-scanner from wayland into its own package:
921bd99
caused issues with pkg-config not finding wayland-scanner anymore.
This commit fixes this by adding pkg-config to depsBuildBuild as done
for other packages having the same issues like:
ff49827
  • Loading branch information
funkeleinhorn authored and alyssais committed Sep 2, 2024
1 parent 3ced993 commit a33b796
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/by-name/sw/swaylock-effects/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
'';

strictDeps = true;
depsBuildBuild = [ pkg-config ];
nativeBuildInputs = [ meson ninja pkg-config scdoc wayland-scanner];
buildInputs = [ wayland wayland-protocols libxkbcommon cairo gdk-pixbuf pam ];

Expand Down

0 comments on commit a33b796

Please sign in to comment.