diff --git a/pkgs/ghexport.nix b/pkgs/ghexport.nix index 48718c9..749d8b2 100644 --- a/pkgs/ghexport.nix +++ b/pkgs/ghexport.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { version = "20231020"; pyproject = true; - + nativeBuildInputs = [ setuptools-scm ]; propagatedBuildInputs = [ PyGithub pytz ]; diff --git a/pkgs/hpi.nix b/pkgs/hpi.nix index 3898fef..f2c5fe8 100644 --- a/pkgs/hpi.nix +++ b/pkgs/hpi.nix @@ -25,9 +25,9 @@ with pkgs; let version = "0.1.20240829"; pyproject = true; - + nativeBuildInputs = [ setuptools-scm ]; - + src = fetchFromGitHub { owner = "karlicoss"; repo = pname; @@ -41,7 +41,7 @@ buildPythonPackage rec { version = "0.5.20240824"; pyproject = true; - + nativeBuildInputs = [ setuptools-scm ]; propagatedBuildInputs = [ appdirs diff --git a/pkgs/orgparse.nix b/pkgs/orgparse.nix index b85b271..b7ba282 100644 --- a/pkgs/orgparse.nix +++ b/pkgs/orgparse.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { version = "0.4.20231004"; pyproject = true; - + nativeBuildInputs = [ setuptools-scm ]; #propagatedBuildInputs = [ ];