lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge staging-next into staging

authored by

nixpkgs-ci[bot] and committed by
GitHub
05d05a92 25d6bd8f

+9
+9
pkgs/development/python-modules/dissect-cstruct/default.nix
··· 2 2 lib, 3 3 buildPythonPackage, 4 4 fetchFromGitHub, 5 + fetchpatch, 5 6 setuptools, 6 7 setuptools-scm, 7 8 pytestCheckHook, ··· 21 22 tag = version; 22 23 hash = "sha256-Y6maLjugnso3cc9zyiZ/6AdrftYAAImYNBDXPJdTuWc="; 23 24 }; 25 + 26 + patches = [ 27 + (fetchpatch { 28 + name = "fix-test_types_enum.patch"; 29 + url = "https://github.com/fox-it/dissect.cstruct/commit/b6c73136828fc2ae59b51d1f68529002d7c37131.diff"; 30 + hash = "sha256-hicMolFu/qAw9QkOyug4PNm2Do2PxuXNXPB+/JHOaFg="; 31 + }) 32 + ]; 24 33 25 34 build-system = [ 26 35 setuptools