diff --git a/pkgs/qtile.nix b/pkgs/qtile.nix index 1f8e951..c7eceaf 100644 --- a/pkgs/qtile.nix +++ b/pkgs/qtile.nix @@ -16,7 +16,8 @@ let unwrapped = python3Packages.buildPythonPackage rec { - inherit (source) pname version src; + inherit (source) pname src; + version = "0.0.0+${source.version}"; patches = [ ./patches/qtile-fix-restart.patch # https://github.com/NixOS/nixpkgs/issues/139568