xorg.xorgserver: drop makeWrapper

It's been unused since 65da25997d.
This commit is contained in:
Vladimír Čunát
2018-05-13 21:17:53 +02:00
parent 8cdbdfb3ed
commit 3b6486f857

View File

@@ -492,7 +492,7 @@ in
if (!isDarwin)
then {
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 [
args.udev
];