From: Las Safin Date: Sat, 11 Sep 2021 20:26:28 +0000 (+0000) Subject: Package dependencies successfully X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6c730a37dcc557c02dd949ec64c41dc958958fe3;p=soc.git Package dependencies successfully --- diff --git a/nix/bigfloat.nix b/nix/bigfloat.nix index c3f81883..1438f519 100644 --- a/nix/bigfloat.nix +++ b/nix/bigfloat.nix @@ -4,7 +4,8 @@ buildPythonPackage rec { pname = "bigfloat"; version = "0.4.0"; - buildInputs = [ gmp mpfr six ]; + buildInputs = [ gmp mpfr ]; + propagatedBuildInputs = [ six ]; src = fetchPypi { inherit pname version; diff --git a/nix/nmutil.nix b/nix/nmutil.nix index cda043be..3489e770 100644 --- a/nix/nmutil.nix +++ b/nix/nmutil.nix @@ -4,7 +4,7 @@ buildPythonPackage { pname = "libresoc-nmutil"; version = "unstable-2021-08-24"; - nativeBuildInputs = [ pyvcd ]; + propagatedBuildInputs = [ pyvcd ]; src = fetchgit { url = "https://git.libre-soc.org/git/nmutil.git";