mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-18 06:18:52 +00:00
Merge pull request #267485 from Scrumplex/pkgs/prismlauncher/pciutils
This commit is contained in:
commit
6e9a32dc27
@ -17,6 +17,7 @@
|
||||
, gamemode
|
||||
, flite
|
||||
, mesa-demos
|
||||
, pciutils
|
||||
, udev
|
||||
, libusb1
|
||||
|
||||
@ -80,6 +81,7 @@ symlinkJoin {
|
||||
runtimePrograms = [
|
||||
xorg.xrandr
|
||||
mesa-demos # need glxinfo
|
||||
pciutils # need lspci
|
||||
]
|
||||
++ additionalPrograms;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user