Loading pkgs/applications/window-managers/qtile/wrapper.nixdeleted 100644 → 0 +0 −9 Original line number Diff line number Diff line { python3, qtile-unwrapped }: (python3.withPackages (_: [ qtile-unwrapped ])).overrideAttrs (_: { # otherwise will be exported as "env", this restores `nix search` behavior name = "${qtile-unwrapped.pname}-${qtile-unwrapped.version}"; # export underlying qtile package passthru = { unwrapped = qtile-unwrapped; }; # restore original qtile attrs inherit (qtile-unwrapped) pname version meta; }) pkgs/development/python-modules/qtile-extras/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ , xorgserver , pulseaudio , pytest-asyncio , qtile-unwrapped , qtile , keyring , requests , stravalib Loading Loading @@ -34,7 +34,7 @@ buildPythonPackage rec { ]; checkInputs = [ pytest-asyncio qtile-unwrapped qtile pulseaudio keyring requests Loading pkgs/applications/window-managers/qtile/default.nix→pkgs/development/python-modules/qtile/default.nix +23 −11 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , python3 , python3Packages , mypy , cairocffi , dbus-next , dbus-python , glib , pango , pkg-config , libinput , libxkbcommon , mpd2 , mypy , pango , pkg-config , psutil , pulseaudio , pygobject3 , python-dateutil , pywayland , pywlroots , pyxdg , setuptools , setuptools-scm , wayland , wlroots , xcbutilcursor , pulseaudio , xcffib , xkbcommon }: python3Packages.buildPythonPackage rec { buildPythonPackage rec { pname = "qtile"; version = "0.22.1"; Loading Loading @@ -42,14 +55,13 @@ python3Packages.buildPythonPackage rec { nativeBuildInputs = [ pkg-config ] ++ (with python3Packages; [ setuptools-scm ]); setuptools ]; propagatedBuildInputs = with python3Packages; [ propagatedBuildInputs = [ xcffib (cairocffi.override { withXcffib = true; }) setuptools python-dateutil dbus-python dbus-next Loading pkgs/applications/window-managers/qtile/fix-restart.patch→pkgs/development/python-modules/qtile/fix-restart.patch +0 −0 File moved. View file pkgs/development/python-modules/qtile/wrapper.nix 0 → 100644 +8 −0 Original line number Diff line number Diff line { 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; }) Loading
pkgs/applications/window-managers/qtile/wrapper.nixdeleted 100644 → 0 +0 −9 Original line number Diff line number Diff line { python3, qtile-unwrapped }: (python3.withPackages (_: [ qtile-unwrapped ])).overrideAttrs (_: { # otherwise will be exported as "env", this restores `nix search` behavior name = "${qtile-unwrapped.pname}-${qtile-unwrapped.version}"; # export underlying qtile package passthru = { unwrapped = qtile-unwrapped; }; # restore original qtile attrs inherit (qtile-unwrapped) pname version meta; })
pkgs/development/python-modules/qtile-extras/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ , xorgserver , pulseaudio , pytest-asyncio , qtile-unwrapped , qtile , keyring , requests , stravalib Loading Loading @@ -34,7 +34,7 @@ buildPythonPackage rec { ]; checkInputs = [ pytest-asyncio qtile-unwrapped qtile pulseaudio keyring requests Loading
pkgs/applications/window-managers/qtile/default.nix→pkgs/development/python-modules/qtile/default.nix +23 −11 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , python3 , python3Packages , mypy , cairocffi , dbus-next , dbus-python , glib , pango , pkg-config , libinput , libxkbcommon , mpd2 , mypy , pango , pkg-config , psutil , pulseaudio , pygobject3 , python-dateutil , pywayland , pywlroots , pyxdg , setuptools , setuptools-scm , wayland , wlroots , xcbutilcursor , pulseaudio , xcffib , xkbcommon }: python3Packages.buildPythonPackage rec { buildPythonPackage rec { pname = "qtile"; version = "0.22.1"; Loading Loading @@ -42,14 +55,13 @@ python3Packages.buildPythonPackage rec { nativeBuildInputs = [ pkg-config ] ++ (with python3Packages; [ setuptools-scm ]); setuptools ]; propagatedBuildInputs = with python3Packages; [ propagatedBuildInputs = [ xcffib (cairocffi.override { withXcffib = true; }) setuptools python-dateutil dbus-python dbus-next Loading
pkgs/applications/window-managers/qtile/fix-restart.patch→pkgs/development/python-modules/qtile/fix-restart.patch +0 −0 File moved. View file
pkgs/development/python-modules/qtile/wrapper.nix 0 → 100644 +8 −0 Original line number Diff line number Diff line { 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; })