summary refs log tree commit diff
path: root/pkgs/tools/misc/wlc
diff options
context:
space:
mode:
authorPhillip Cloud <417981+cpcloud@users.noreply.github.com>2021-12-05 09:10:37 -0500
committerRobert Schütz <github@dotlambda.de>2021-12-09 16:13:49 -0800
commit082a8ba0e0f866c047458627c31be0c358de078d (patch)
treedc736f1f04dd5e32db744c5f02452c2eaea654d6 /pkgs/tools/misc/wlc
parent5c22c16c24056bcb060baa0b40aaed3120b517f0 (diff)
downloadnixpkgs-082a8ba0e0f866c047458627c31be0c358de078d.tar
nixpkgs-082a8ba0e0f866c047458627c31be0c358de078d.tar.gz
nixpkgs-082a8ba0e0f866c047458627c31be0c358de078d.tar.bz2
nixpkgs-082a8ba0e0f866c047458627c31be0c358de078d.tar.lz
nixpkgs-082a8ba0e0f866c047458627c31be0c358de078d.tar.xz
nixpkgs-082a8ba0e0f866c047458627c31be0c358de078d.tar.zst
nixpkgs-082a8ba0e0f866c047458627c31be0c358de078d.zip
wlc: remove pre-commit dependency
Diffstat (limited to 'pkgs/tools/misc/wlc')
-rw-r--r--pkgs/tools/misc/wlc/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/tools/misc/wlc/default.nix b/pkgs/tools/misc/wlc/default.nix
index 979004e2fca..2bac81fd3ca 100644
--- a/pkgs/tools/misc/wlc/default.nix
+++ b/pkgs/tools/misc/wlc/default.nix
@@ -1,5 +1,4 @@
 { lib
-, pre-commit
 , python3
 }:
 
@@ -19,7 +18,6 @@ buildPythonPackage rec {
     python-dateutil
     requests
     pyxdg
-    pre-commit
     responses
     twine
   ];