From 6c730a37dcc557c02dd949ec64c41dc958958fe3 Mon Sep 17 00:00:00 2001 From: Las Safin Date: Sat, 11 Sep 2021 20:26:28 +0000 Subject: [PATCH] Package dependencies successfully --- nix/bigfloat.nix | 3 ++- nix/nmutil.nix | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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"; -- 2.30.2