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:
committed by
Jon
parent
037c91b193
commit
59fbc7acba
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user