Merge branch 'staging-next' into staging
In python-packages.nix, resolve conflict between50d604314eand187d0371ab.
This commit is contained in:
@@ -578,7 +578,9 @@ with self; with super; {
|
||||
|
||||
sympy = callPackage ../development/python-modules/sympy/1_5.nix { };
|
||||
|
||||
tables = callPackage ../development/python-modules/tables/3.5.nix { };
|
||||
tables = callPackage ../development/python-modules/tables/3.5.nix {
|
||||
hdf5 = pkgs.hdf5_1_10;
|
||||
};
|
||||
|
||||
tarman = callPackage ../development/python-modules/tarman { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user