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)
|
||||
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
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user