Loading pkgs/applications/misc/tandoor-recipes/default.nix +3 −2 Original line number Diff line number Diff line { callPackage , nixosTests , python3 , python311 , fetchFromGitHub }: let python = python3.override { # python-ldap-3.4.4 does not work with python3(12) python = python311.override { packageOverrides = self: super: { validators = super.validators.overridePythonAttrs (_: rec { version = "0.20.0"; Loading Loading
pkgs/applications/misc/tandoor-recipes/default.nix +3 −2 Original line number Diff line number Diff line { callPackage , nixosTests , python3 , python311 , fetchFromGitHub }: let python = python3.override { # python-ldap-3.4.4 does not work with python3(12) python = python311.override { packageOverrides = self: super: { validators = super.validators.overridePythonAttrs (_: rec { version = "0.20.0"; Loading