mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
fix eval, add missing python.pkgs.safe
This commit is contained in:
parent
89349fdae9
commit
32b9e77388
@ -8246,6 +8246,8 @@ in {
|
||||
propagatedBuildInputs = [ self.cffi ];
|
||||
};
|
||||
|
||||
safe = callPackage ../development/python-modules/safe { };
|
||||
|
||||
sampledata = callPackage ../development/python-modules/sampledata { };
|
||||
|
||||
sasmodels = callPackage ../development/python-modules/sasmodels { };
|
||||
|
Loading…
Reference in New Issue
Block a user