notion: use xorg.* packages directly instead of xlibsWrapper indirection
Tested as no material change in `out` output with `diffoscope`.
This commit is contained in:
parent
4fbac1297f
commit
d97c29dd84
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
, lua, gettext, which, groff, xmessage, xterm
|
, lua, gettext, which, groff, xmessage, xterm
|
||||||
, readline, fontconfig, libX11, libXext, libSM
|
, readline, fontconfig, libX11, libXext, libSM
|
||||||
, libXinerama, libXrandr, libXft
|
, libXinerama, libXrandr, libXft
|
||||||
, xlibsWrapper, makeWrapper
|
, makeWrapper
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config makeWrapper groff ];
|
nativeBuildInputs = [ pkg-config makeWrapper groff ];
|
||||||
buildInputs = [ lua gettext which readline fontconfig libX11 libXext libSM
|
buildInputs = [ lua gettext which readline fontconfig libX11 libXext libSM
|
||||||
libXinerama libXrandr libXft xlibsWrapper ];
|
libXinerama libXrandr libXft ];
|
||||||
|
|
||||||
buildFlags = [ "LUA_DIR=${lua}" "X11_PREFIX=/no-such-path" ];
|
buildFlags = [ "LUA_DIR=${lua}" "X11_PREFIX=/no-such-path" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue