Loading pkgs/development/python-modules/guestfs/default.nix +7 −2 Original line number Diff line number Diff line { lib, pythonAtLeast, buildPythonPackage, fetchurl, libguestfs, Loading @@ -8,12 +9,16 @@ buildPythonPackage rec { pname = "guestfs"; version = "1.40.1"; version = "1.40.2"; format = "setuptools"; # FIXME: "error: implicit declaration of function 'PyEval_ThreadsInitialized'" # https://bugzilla.redhat.com/show_bug.cgi?id=2343777 disabled = pythonAtLeast "3.13"; src = fetchurl { url = "http://download.libguestfs.org/python/guestfs-${version}.tar.gz"; sha256 = "06a4b5xf1rkhnzfvck91n0z9mlkrgy90s9na5a8da2g4p776lhkf"; hash = "sha256-GCKwkhrIXPz0hPrwe3YrhlEr6TuDYQivDzpMlZ+CAzI="; }; propagatedBuildInputs = [ Loading Loading
pkgs/development/python-modules/guestfs/default.nix +7 −2 Original line number Diff line number Diff line { lib, pythonAtLeast, buildPythonPackage, fetchurl, libguestfs, Loading @@ -8,12 +9,16 @@ buildPythonPackage rec { pname = "guestfs"; version = "1.40.1"; version = "1.40.2"; format = "setuptools"; # FIXME: "error: implicit declaration of function 'PyEval_ThreadsInitialized'" # https://bugzilla.redhat.com/show_bug.cgi?id=2343777 disabled = pythonAtLeast "3.13"; src = fetchurl { url = "http://download.libguestfs.org/python/guestfs-${version}.tar.gz"; sha256 = "06a4b5xf1rkhnzfvck91n0z9mlkrgy90s9na5a8da2g4p776lhkf"; hash = "sha256-GCKwkhrIXPz0hPrwe3YrhlEr6TuDYQivDzpMlZ+CAzI="; }; propagatedBuildInputs = [ Loading