linuxPackages.system76: Install hwdb rules

This commit is contained in:
Shea Levy 2020-09-23 06:27:38 -04:00
parent b694eb6e6a
commit 452fda1d7e
No known key found for this signature in database
GPG key ID: 5C0BD6957D86FE27

View file

@ -25,6 +25,8 @@ stdenv.mkDerivation {
installPhase = ''
install -D system76.ko $out/lib/modules/${kernel.modDirVersion}/misc/system76.ko
mkdir -p $out/lib/udev/hwdb.d
mv lib/udev/hwdb.d/* $out/lib/udev/hwdb.d
'';
meta = with stdenv.lib; {