mesa: drop systemd build-time dependency
After the update dropping libudev (upstream) there's no use for it.
This commit is contained in:
parent
a0fa2eca17
commit
c2d05207a3
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, fetchpatch
|
{ stdenv, fetchurl, fetchpatch
|
||||||
, pkgconfig, intltool, autoreconfHook, substituteAll
|
, pkgconfig, intltool, autoreconfHook, substituteAll
|
||||||
, file, expat, libdrm, xorg, wayland, systemd, openssl
|
, file, expat, libdrm, xorg, wayland, openssl
|
||||||
, llvmPackages, libffi, libomxil-bellagio, libva
|
, llvmPackages, libffi, libomxil-bellagio, libva
|
||||||
, libelf, libvdpau, python2
|
, libelf, libvdpau, python2
|
||||||
, grsecEnabled ? false
|
, grsecEnabled ? false
|
||||||
@ -112,7 +112,7 @@ stdenv.mkDerivation {
|
|||||||
libffi wayland libvdpau libelf libXvMC
|
libffi wayland libvdpau libelf libXvMC
|
||||||
libomxil-bellagio libva libpthreadstubs openssl/*or another sha1 provider*/
|
libomxil-bellagio libva libpthreadstubs openssl/*or another sha1 provider*/
|
||||||
(python2.withPackages (ps: [ ps.Mako ]))
|
(python2.withPackages (ps: [ ps.Mako ]))
|
||||||
] ++ optional stdenv.isLinux systemd;
|
];
|
||||||
|
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user