parent
24f61ca48e
commit
e5861b8e0d
@ -5,7 +5,8 @@
|
|||||||
, cmake, gettext, libtool
|
, cmake, gettext, libtool
|
||||||
, glproto, libGLU
|
, glproto, libGLU
|
||||||
, gnutls, pam, nettle
|
, gnutls, pam, nettle
|
||||||
, xterm, openssh }:
|
, xterm, openssh
|
||||||
|
, makeWrapper}:
|
||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
@ -87,7 +88,7 @@ stdenv.mkDerivation rec {
|
|||||||
glproto libGLU
|
glproto libGLU
|
||||||
] ++ xorgserver.buildInputs;
|
] ++ xorgserver.buildInputs;
|
||||||
|
|
||||||
nativeBuildInputs = with xorg; [ cmake zlib gettext libtool utilmacros fontutil ]
|
nativeBuildInputs = with xorg; [ cmake zlib gettext libtool utilmacros fontutil makeWrapper ]
|
||||||
++ xorg.xorgserver.nativeBuildInputs;
|
++ xorg.xorgserver.nativeBuildInputs;
|
||||||
|
|
||||||
propagatedBuildInputs = xorg.xorgserver.propagatedBuildInputs;
|
propagatedBuildInputs = xorg.xorgserver.propagatedBuildInputs;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user