mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
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 New Issue
Block a user