From c1a796244bbf838391e7de17960d221501060dbd Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Tue, 7 Dec 2021 18:46:08 +0100 Subject: [PATCH] add deps to packagesExtra --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 55a89ae..c855e7d 100644 --- a/flake.nix +++ b/flake.nix @@ -44,6 +44,7 @@ lmfit ''; propagatedBuildInputs = [stocprocPkg fcSplinePkg]; + packagesExtra = [stocprocPkg fcSplinePkg]; }; pythonShell = mach-nix-wrapper.mkPythonShell {