mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
linuxPackages.tuxedo-drivers: added copy of udev rules
This commit is contained in:
@@ -23,6 +23,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
patches = [ ./no-cp-etc-usr.patch ];
|
||||
|
||||
postInstall = ''
|
||||
echo "Running postInstallhook"
|
||||
install -Dm 0644 -t $out/etc/udev/rules.d usr/lib/udev/rules.d/*
|
||||
'';
|
||||
|
||||
buildInputs = [ pahole ];
|
||||
nativeBuildInputs = [ kmod ] ++ kernel.moduleBuildDependencies;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user