3
0
Fork 0
forked from mirrors/nixpkgs

graphinder: unpin python version

This commit is contained in:
Markus S. Wamser 2022-10-26 21:41:28 +02:00
parent 216a1bfb13
commit 32e795c29e

View file

@ -18828,9 +18828,7 @@ with pkgs;
stdenv = gcc10Stdenv;
};
graphinder = callPackage ../tools/security/graphinder {
python3 = python310;
};
graphinder = callPackage ../tools/security/graphinder { };
icon-lang = callPackage ../development/interpreters/icon-lang { };