Skip to content

Commit

Permalink
xwinwrap: use xorg.* packages directly instead of xlibsWrapper indire…
Browse files Browse the repository at this point in the history
…ction

Tested as no material change in `out` output with `diffoscope`.
  • Loading branch information
trofi authored and bjornfor committed Oct 29, 2022
1 parent e180a69 commit 0b67da1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/tools/X11/xwinwrap/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchbzr, xlibsWrapper }:
{ lib, stdenv, fetchbzr, xorg }:

stdenv.mkDerivation rec {
pname = "xwinwrap";
Expand All @@ -11,7 +11,9 @@ stdenv.mkDerivation rec {
};

buildInputs = [
xlibsWrapper
xorg.libX11
xorg.libXext
xorg.libXrender
];

buildPhase = if stdenv.hostPlatform.system == "x86_64-linux" then ''
Expand Down

0 comments on commit 0b67da1

Please sign in to comment.