bugfix: builtins.path
This commit is contained in:
@@ -10,7 +10,7 @@ let
|
||||
in
|
||||
python3Packages.buildPythonApplication {
|
||||
inherit pname version;
|
||||
src = {
|
||||
src = builtins.path {
|
||||
path = ../../scripts/download/.;
|
||||
name = "${pname}-${version}";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user