Skip to content

Commit

Permalink
Merge pull request #172466 from a-m-joseph/pr/zhf/wdomirror
Browse files Browse the repository at this point in the history
wdomirror: avoid adding a patch
  • Loading branch information
Artturin authored May 11, 2022
2 parents 8fc305d + f35d945 commit d009231
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 21 deletions.
15 changes: 0 additions & 15 deletions pkgs/tools/wayland/wdomirror/configure-bounds.patch

This file was deleted.

12 changes: 6 additions & 6 deletions pkgs/tools/wayland/wdomirror/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
, pkg-config
, wayland
, wayland-protocols
, fetchurl
}:

stdenv.mkDerivation {
Expand All @@ -24,12 +25,11 @@ stdenv.mkDerivation {
buildInputs = [ wayland ];

patches = [
# A recent change to xdg-shell-client-protocol causes a build
# failure. This was reported upstream as GH #5. User @AlexBMJ
# posted the following two-line fix in that issue, but the
# developer has not yet responded:
# https://github.com/progandy/wdomirror/issues/5#issuecomment-1103265438
./configure-bounds.patch
# https://github.com/progandy/wdomirror/pull/7
(fetchurl {
url = "https://github.com/progandy/wdomirror/commit/142632208e9ea2b4a4ebd784532efdb8cad7b87c.patch";
hash = "sha256-z6/8q2vOtmlGFbDVG5BVWWbLQT8kBvJXT9/oZkWS9gw=";
})
];

installPhase = ''
Expand Down

0 comments on commit d009231

Please sign in to comment.