fix eval, add missing python.pkgs.safe

This commit is contained in:
Frederik Rietdijk 2018-10-17 09:49:22 +02:00 committed by Frederik Rietdijk
parent 89349fdae9
commit 32b9e77388

View File

@ -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 { };