summary refs log tree commit diff
path: root/pkgs/os-specific/linux/wooting-udev-rules
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-07-18 23:42:48 +0200
committerGitHub <noreply@github.com>2021-07-18 23:42:48 +0200
commitd5bd34ebf2c2c2b380b76cb86bc68522bc6af4d7 (patch)
treec34195a07114f64c7c009304720d69f5fd150733 /pkgs/os-specific/linux/wooting-udev-rules
parent967d40bec14be87262b21ab901dbace23b7365db (diff)
downloadnixpkgs-d5bd34ebf2c2c2b380b76cb86bc68522bc6af4d7.tar
nixpkgs-d5bd34ebf2c2c2b380b76cb86bc68522bc6af4d7.tar.gz
nixpkgs-d5bd34ebf2c2c2b380b76cb86bc68522bc6af4d7.tar.bz2
nixpkgs-d5bd34ebf2c2c2b380b76cb86bc68522bc6af4d7.tar.lz
nixpkgs-d5bd34ebf2c2c2b380b76cb86bc68522bc6af4d7.tar.xz
nixpkgs-d5bd34ebf2c2c2b380b76cb86bc68522bc6af4d7.tar.zst
nixpkgs-d5bd34ebf2c2c2b380b76cb86bc68522bc6af4d7.zip
treewide: convert phases that contain ":" to dont* = true (#130500)
Diffstat (limited to 'pkgs/os-specific/linux/wooting-udev-rules')
-rw-r--r--pkgs/os-specific/linux/wooting-udev-rules/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/wooting-udev-rules/default.nix b/pkgs/os-specific/linux/wooting-udev-rules/default.nix
index 75924ad02a7..f1ae2069235 100644
--- a/pkgs/os-specific/linux/wooting-udev-rules/default.nix
+++ b/pkgs/os-specific/linux/wooting-udev-rules/default.nix
@@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
   # Source: https://wooting.helpscoutdocs.com/article/68-wootility-configuring-device-access-for-wootility-under-linux-udev-rules
   src = [ ./wooting.rules ];
 
-  unpackPhase = ":";
+  dontUnpack = true;
 
   installPhase = ''
     install -Dpm644 $src $out/lib/udev/rules.d/70-wooting.rules