fix: doesn't build without a version
This commit is contained in:
parent
fc58983915
commit
aafb64ce51
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
||||||
pkgs.mkShell { packages = [ pythonEnv ]; };
|
pkgs.mkShell { packages = [ pythonEnv ]; };
|
||||||
packages.x86_64-linux.default =
|
packages.x86_64-linux.default =
|
||||||
let
|
let
|
||||||
attrs = project.renderers.buildPythonPackage { inherit python; };
|
attrs = project.renderers.buildPythonPackage { inherit python; } // { version = "0.4.0"; };
|
||||||
in
|
in
|
||||||
python.pkgs.buildPythonPackage attrs;
|
python.pkgs.buildPythonPackage attrs;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue