about summary refs log tree commit diff
path: root/pkgs/development/python-modules/qtile/wrapper.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/qtile/wrapper.nix')
-rw-r--r--pkgs/development/python-modules/qtile/wrapper.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/pkgs/development/python-modules/qtile/wrapper.nix b/pkgs/development/python-modules/qtile/wrapper.nix
deleted file mode 100644
index b4f6e4c2e23b2..0000000000000
--- a/pkgs/development/python-modules/qtile/wrapper.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{ python3 }:
-
-(python3.withPackages (_: [ python3.pkgs.qtile ])).overrideAttrs (_: {
-  # restore some qtile attrs, beautify name
-  inherit (python3.pkgs.qtile) pname version meta;
-  name = with python3.pkgs.qtile; "${pname}-${version}";
-  passthru.unwrapped = python3.pkgs.qtile;
-})