3
0
Fork 0
forked from mirrors/nixpkgs

mesa: drop systemd build-time dependency

After the update dropping libudev (upstream) there's no use for it.
This commit is contained in:
Vladimír Čunát 2016-11-14 23:53:58 +01:00
parent a0fa2eca17
commit c2d05207a3
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -1,6 +1,6 @@
{ stdenv, fetchurl, fetchpatch
, pkgconfig, intltool, autoreconfHook, substituteAll
, file, expat, libdrm, xorg, wayland, systemd, openssl
, file, expat, libdrm, xorg, wayland, openssl
, llvmPackages, libffi, libomxil-bellagio, libva
, libelf, libvdpau, python2
, grsecEnabled ? false
@ -112,7 +112,7 @@ stdenv.mkDerivation {
libffi wayland libvdpau libelf libXvMC
libomxil-bellagio libva libpthreadstubs openssl/*or another sha1 provider*/
(python2.withPackages (ps: [ ps.Mako ]))
] ++ optional stdenv.isLinux systemd;
];
enableParallelBuilding = true;