Xaw3d: use xorg.* packages directly instead of xlibsWrapper indirection

Validated as no change in `out` output with `diffoscope`.
This commit is contained in:
Sergei Trofimovich
2022-12-03 14:16:22 +00:00
parent 6fcc794d27
commit 90c066a6db
+5 -3
View File
@@ -6,10 +6,12 @@
, bison
, flex
, pkg-config
, xlibsWrapper
, libXext
, libXmu
, libXpm
, libXp
, libXt
, xorgproto
}:
stdenv.mkDerivation rec {
@@ -22,8 +24,8 @@ stdenv.mkDerivation rec {
};
dontUseImakeConfigure = true;
nativeBuildInputs = [ pkg-config bison flex imake gccmakedep ];
buildInputs = [ libXpm libXp ];
propagatedBuildInputs = [ xlibsWrapper libXmu ];
buildInputs = [ libXext libXpm libXp ];
propagatedBuildInputs = [ libXmu libXt xorgproto ];
meta = with lib; {
description = "3D widget set based on the Athena Widget set";