x11_ssh_askpass use xorg.* packages directly instead of xlibsWrapper indirection
Validated as no change in `out` and `man` outputs with diffoscope on `x11_ssh_askpass` expression.
This commit is contained in:
parent
5f53dac66a
commit
f3f06e76f4
@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, xlibsWrapper, imake, gccmakedep }:
|
||||
{ lib, stdenv, fetchurl, xorg, imake, gccmakedep }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "x11-ssh-askpass";
|
||||
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ imake gccmakedep ];
|
||||
buildInputs = [ xlibsWrapper ];
|
||||
buildInputs = [ xorg.libX11 xorg.libXt xorg.libICE xorg.libSM ];
|
||||
|
||||
configureFlags = [
|
||||
"--with-app-defaults-dir=$out/etc/X11/app-defaults"
|
||||
|
Loading…
Reference in New Issue
Block a user