mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 02:33:15 +00:00
Merge pull request #13600 from MtP76/master
Enabling Media PCI adapters (needed for PCI DVB cards)
This commit is contained in:
commit
fe90a87e65
@ -478,6 +478,7 @@ with stdenv.lib;
|
||||
''}
|
||||
${optionalString (versionAtLeast version "3.7") ''
|
||||
MEDIA_USB_SUPPORT y
|
||||
MEDIA_PCI_SUPPORT y
|
||||
''}
|
||||
|
||||
# Our initrd init uses shebang scripts, so can't be modular.
|
||||
|
Loading…
Reference in New Issue
Block a user