mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
eccodes: 2.9.2 -> 2.10.0
Python3 is now officially supported as "beta", see relase notes at: https://confluence.ecmwf.int/display/ECC/ecCodes+version+2.10.0+released
This commit is contained in:
parent
44482c54ff
commit
7c42da3a1e
@ -6,11 +6,11 @@
|
||||
with stdenv.lib;
|
||||
stdenv.mkDerivation rec {
|
||||
name = "eccodes-${version}";
|
||||
version = "2.9.2";
|
||||
version = "2.10.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://confluence.ecmwf.int/download/attachments/45757960/eccodes-${version}-Source.tar.gz";
|
||||
sha256 = "18gjzhz7bkibc34a0djq1r4b2y3hpn7ym0zs0nj07yq58v4pdx08";
|
||||
sha256 = "1n429najxlq6y76wyx1mbw41b0l4prdhfmy4id9ni8zwm96cp8xy";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
@ -1613,11 +1613,10 @@ in {
|
||||
|
||||
easy-thumbnails = callPackage ../development/python-modules/easy-thumbnails { };
|
||||
|
||||
eccodes = disabledIf (!isPy27)
|
||||
(toPythonModule (pkgs.eccodes.override {
|
||||
enablePython = true;
|
||||
pythonPackages = self;
|
||||
}));
|
||||
eccodes = toPythonModule (pkgs.eccodes.override {
|
||||
enablePython = true;
|
||||
pythonPackages = self;
|
||||
});
|
||||
|
||||
EditorConfig = callPackage ../development/python-modules/editorconfig { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user