nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

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

python313Packages.nocaselist: add missing build requirement

+5 -1
+5 -1
pkgs/development/python-modules/nocaselist/default.nix
··· 5 5 pytestCheckHook, 6 6 pythonOlder, 7 7 setuptools, 8 + setuptools-scm, 8 9 six, 9 10 }: 10 11 ··· 21 20 hash = "sha256-+3MG9aPgRVNOc3q37L7uA5ul6br7xbXyMfYW1+khG2U="; 22 21 }; 23 22 24 - build-system = [ setuptools ]; 23 + build-system = [ 24 + setuptools 25 + setuptools-scm 26 + ]; 25 27 26 28 dependencies = [ six ]; 27 29