Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -18345,6 +18345,12 @@ githubId = 15896005; name = "Vladyslav Burzakovskyy"; }; mrsmoer = { email = "mrsmoer@protonmail.com"; github = "MrSmoer"; githubId = 66489839; name = "MrSmör"; }; MrSom3body = { email = "nix@sndh.dev"; matrix = "@mrsom3body:matrix.org"; Loading pkgs/development/python-modules/libdebug/default.nix 0 → 100644 +71 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, cmake, elfutils, fetchFromGitHub, libdwarf, libiberty, nanobind, ninja, pkg-config, prompt-toolkit, psutil, pyelftools, requests, scikit-build-core, typing-extensions, writableTmpDirAsHomeHook, zlib, zstd, }: buildPythonPackage (finalAttrs: { pname = "libdebug"; version = "0.9.0"; src = fetchFromGitHub { owner = "libdebug"; repo = "libdebug"; tag = finalAttrs.version; hash = "sha256-J0ETzqAGufsZyW+XDhJCKwX1rrmDBwlAicvBb1AAiIQ="; }; dontUseCmakeConfigure = true; pyproject = true; build-system = [ scikit-build-core ]; buildInputs = [ libdwarf elfutils zstd libiberty zlib ]; dependencies = [ psutil pyelftools requests prompt-toolkit nanobind typing-extensions ]; nativeBuildInputs = [ pkg-config cmake ninja ]; nativeCheckInputs = [ writableTmpDirAsHomeHook ]; pythonImportsCheck = [ "libdebug" ]; meta = { homepage = "https://github.com/libdebug/libdebug"; description = "Programmatic debugging of userland Linux binaries"; maintainers = with lib.maintainers; [ mrsmoer ]; license = lib.licenses.mit; }; }) pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -8676,6 +8676,8 @@ self: super: with self; { libcst = callPackage ../development/python-modules/libcst { }; libdebug = callPackage ../development/python-modules/libdebug { inherit (pkgs) zstd; }; libdnf = lib.pipe pkgs.libdnf [ toPythonModule ( Loading Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -18345,6 +18345,12 @@ githubId = 15896005; name = "Vladyslav Burzakovskyy"; }; mrsmoer = { email = "mrsmoer@protonmail.com"; github = "MrSmoer"; githubId = 66489839; name = "MrSmör"; }; MrSom3body = { email = "nix@sndh.dev"; matrix = "@mrsom3body:matrix.org"; Loading
pkgs/development/python-modules/libdebug/default.nix 0 → 100644 +71 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, cmake, elfutils, fetchFromGitHub, libdwarf, libiberty, nanobind, ninja, pkg-config, prompt-toolkit, psutil, pyelftools, requests, scikit-build-core, typing-extensions, writableTmpDirAsHomeHook, zlib, zstd, }: buildPythonPackage (finalAttrs: { pname = "libdebug"; version = "0.9.0"; src = fetchFromGitHub { owner = "libdebug"; repo = "libdebug"; tag = finalAttrs.version; hash = "sha256-J0ETzqAGufsZyW+XDhJCKwX1rrmDBwlAicvBb1AAiIQ="; }; dontUseCmakeConfigure = true; pyproject = true; build-system = [ scikit-build-core ]; buildInputs = [ libdwarf elfutils zstd libiberty zlib ]; dependencies = [ psutil pyelftools requests prompt-toolkit nanobind typing-extensions ]; nativeBuildInputs = [ pkg-config cmake ninja ]; nativeCheckInputs = [ writableTmpDirAsHomeHook ]; pythonImportsCheck = [ "libdebug" ]; meta = { homepage = "https://github.com/libdebug/libdebug"; description = "Programmatic debugging of userland Linux binaries"; maintainers = with lib.maintainers; [ mrsmoer ]; license = lib.licenses.mit; }; })
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -8676,6 +8676,8 @@ self: super: with self; { libcst = callPackage ../development/python-modules/libcst { }; libdebug = callPackage ../development/python-modules/libdebug { inherit (pkgs) zstd; }; libdnf = lib.pipe pkgs.libdnf [ toPythonModule ( Loading