summaryrefslogtreecommitdiffstats
path: root/nixos/modules/hardware
diff options
context:
space:
mode:
authorSilvan Mosberger <infinisil@icloud.com>2019-02-22 20:53:17 +0100
committerGitHub <noreply@github.com>2019-02-22 20:53:17 +0100
commitc0318efe9ac76f6a18e41eacfa879e24c87f30e4 (patch)
treecd84c2aa9941be1c5ba6c4c484e231ae65e7fb5b /nixos/modules/hardware
parentd011a91b70e5863d1355c999fa65ccba830ab093 (diff)
parenta915b33315946b9e7d164d57812ee16172ad65df (diff)
Merge pull request #50504 from symphorien/local-closureInfo
nixos: add preferLocalBuild=true; on derivations for config files and closureInfo
Diffstat (limited to 'nixos/modules/hardware')
-rw-r--r--nixos/modules/hardware/video/uvcvideo/uvcdynctrl-udev-rules.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/hardware/video/uvcvideo/uvcdynctrl-udev-rules.nix b/nixos/modules/hardware/video/uvcvideo/uvcdynctrl-udev-rules.nix
index 2cf5f13bc159..a808429c9996 100644
--- a/nixos/modules/hardware/video/uvcvideo/uvcdynctrl-udev-rules.nix
+++ b/nixos/modules/hardware/video/uvcvideo/uvcdynctrl-udev-rules.nix
@@ -29,6 +29,7 @@ runCommand "uvcdynctrl-udev-rules-${version}"
];
dontPatchELF = true;
dontStrip = true;
+ preferLocalBuild = true;
}
''
mkdir -p "$out/lib/udev"