fix(qtile): generate a PEP440-compliant version
Setuptools fails to build Qtile otherwise.
This commit is contained in:
parent
84371e603d
commit
82561bb9e0
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue