media-player-info: fix build missing udev

I don't know what it actually needs, but it's satisfied by systemd.
This commit is contained in:
Vladimír Čunát 2015-10-04 11:59:15 +02:00
parent 40e4ab37cf
commit b2e73c81d9

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, python3, udev }:
{ stdenv, fetchurl, pkgconfig, python3, udev, systemd }:
let
name = "media-player-info-22";
@ -12,7 +12,7 @@ in
sha256 = "0di3gfx5z8c34yspzyllydr5snzg71r985kbqhrhb1il51qxgrvy";
};
buildInputs = [ udev ];
buildInputs = [ udev systemd ];
nativeBuildInputs = [ pkgconfig python3 ];
postPatch = ''