forked from mirrors/nixpkgs
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:
parent
40e4ab37cf
commit
b2e73c81d9
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue