Skip to content

Commit

Permalink
slurp: fix cross compilation after emersion/slurp@e5fe57a
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored and Mindavi committed Dec 12, 2022
1 parent 6450cba commit 1d0b181
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/tools/wayland/slurp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-jUuY2wuN00libHDaJEmrvQAb1o989Ly3nLyKHV0jz8Q=";
};

depsBuildBuild = [
pkg-config
];

nativeBuildInputs = [
meson
ninja
Expand Down

0 comments on commit 1d0b181

Please sign in to comment.