Skip to content

Commit

Permalink
Merge pull request #231445 from alyssais/hello-wayland-cross
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin authored May 12, 2023
2 parents aed0f77 + 50ea1ba commit 1cc24f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/applications/graphics/hello-wayland/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ stdenv, lib, fetchFromGitHub
, imagemagick, pkg-config, wayland, wayland-protocols
, imagemagick, pkg-config, wayland-scanner, wayland, wayland-protocols
, unstableGitUpdater
}:

Expand All @@ -14,7 +14,8 @@ stdenv.mkDerivation {
sha256 = "NMQE2zU858b6OZhdS2oZnGvLK+eb7yU0nFaMAcpNw04=";
};

nativeBuildInputs = [ imagemagick pkg-config ];
depsBuildBuild = [ pkg-config ];
nativeBuildInputs = [ imagemagick pkg-config wayland-scanner ];
buildInputs = [ wayland wayland-protocols ];

installPhase = ''
Expand Down

0 comments on commit 1cc24f8

Please sign in to comment.