gwyddion: 2.48 -> 2.55 (and add options)

Gwyddion has a large number of optional dependencies. In this update,
those dependencies have been added with options set mostly to true,
and an option (default false) for working Python 2.7 support in the
program and in Python has been added. I have also added myself as a
maintainer as no maintainer is currently set.
This commit is contained in:
Constantine Glen Evans
2020-03-27 10:56:00 -07:00
committed by Jon
parent 037c91b193
commit 59fbc7acba
3 changed files with 89 additions and 9 deletions
+5
View File
@@ -2248,6 +2248,11 @@ in {
eth-utils = callPackage ../development/python-modules/eth-utils { };
gwyddion = disabledIf isPy3k (toPythonModule (pkgs.gwyddion.override {
pythonSupport = true;
pythonPackages = self;
}));
impacket = callPackage ../development/python-modules/impacket { };
jsonlines = callPackage ../development/python-modules/jsonlines { };