mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
oh-my-git: Add libudev
This commit is contained in:
parent
c108863a23
commit
a13f8aa9be
@ -20,6 +20,7 @@
|
||||
, libglvnd
|
||||
, libpulseaudio
|
||||
, zlib
|
||||
, libudev
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -54,6 +55,7 @@ stdenv.mkDerivation rec {
|
||||
libglvnd
|
||||
libpulseaudio
|
||||
zlib
|
||||
libudev
|
||||
];
|
||||
|
||||
desktopItems = [
|
||||
|
Loading…
Reference in New Issue
Block a user