mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #134275 from Kranzes/omg-udev
oh-my-git: Add libudev
This commit is contained in:
commit
71ab3c29f9
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue