xorg.xorgserver: drop makeWrapper
It's been unused since 65da25997db.
This commit is contained in:
parent
8cdbdfb3ed
commit
3b6486f857
@ -492,7 +492,7 @@ in
|
|||||||
if (!isDarwin)
|
if (!isDarwin)
|
||||||
then {
|
then {
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
buildInputs = commonBuildInputs ++ [ makeWrapper args.libdrm args.mesa_noglu ];
|
buildInputs = commonBuildInputs ++ [ args.libdrm args.mesa_noglu ];
|
||||||
propagatedBuildInputs = [ libpciaccess args.epoxy ] ++ commonPropagatedBuildInputs ++ lib.optionals stdenv.isLinux [
|
propagatedBuildInputs = [ libpciaccess args.epoxy ] ++ commonPropagatedBuildInputs ++ lib.optionals stdenv.isLinux [
|
||||||
args.udev
|
args.udev
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user