gwyddion: remove broken python support

This commit is contained in:
Aaron Jheng 2024-03-18 11:45:18 +08:00
parent 65f4f042f9
commit 8759d4853f
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3
1 changed files with 0 additions and 8 deletions

View File

@ -1,5 +1,4 @@
{ lib, stdenv, fetchurl, gtk2, pkg-config, fftw, file,
pythonSupport ? false, python2Packages,
gnome2,
openexrSupport ? true, openexr,
libzipSupport ? true, libzip,
@ -15,10 +14,6 @@
openglSupport ? !stdenv.isDarwin, libGL
}:
let
inherit (python2Packages) pygtk pygobject2 python;
in
stdenv.mkDerivation rec {
pname = "gwyddion";
version = "2.65";
@ -43,9 +38,6 @@ stdenv.mkDerivation rec {
optional libuniqueSupport libunique ++
optional libzipSupport libzip;
propagatedBuildInputs = with lib;
optionals pythonSupport [ pygtk pygobject2 python gnome2.gtksourceview ];
# This patch corrects problems with python support, but should apply cleanly
# regardless of whether python support is enabled, and have no effects if
# it is disabled.