release.nix: don't run tests to avoid import broken irc module
This commit is contained in:
parent
51cd7b59e9
commit
f42616252e
1 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,9 @@ python3Packages.buildPythonApplication {
|
|||
# FIXME: uncomment after the next nixpkgs channel bump
|
||||
#propagatedBuildInputs = [ python3Packages.irc ];
|
||||
|
||||
# import irc does not work right now.
|
||||
doCheck = false;
|
||||
|
||||
makeWrapperArgs = [
|
||||
"--prefix" "PATH" ":" "${stdenv.lib.makeBinPath [ nix-prefetch-git git nix ]}"
|
||||
"--set" "LOCALE_ARCHIVE" "${glibcLocales}/lib/locale/locale-archive"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue