summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* Merge pull request #75648 from jorsn/tintin.add-sslRenaud2019-12-20
|\ | | | | tintin: added ssl support via gnutls
| * tintin: added ssl support via gnutlsJohannes Rosenberger2019-12-14
| | | | | | | | | | | | | | Now passwords can be sent encrypted via tls. Closure size difference is +18.36 MB (+161.38%). Therefore there is a switch `tlsSupport ? true` to turn off tls.
* | Merge pull request #75651 from etu/testssl-updateRenaud2019-12-20
|\ \ | | | | | | testssl: 3.0rc5 -> 3.0rc6
| * | testssl: 3.0rc5 -> 3.0rc6Elis Hirwing2019-12-14
| | | | | | | | | | | | Changelog: https://github.com/drwetter/testssl.sh/releases/tag/3.0rc6
* | | Merge pull request #76042 from evanjs/gitkraken-6.4.0Maximilian Bosch2019-12-20
|\ \ \ | | | | | | | | gitkraken: 6.3.1 -> 6.4.1
| * | | gitkraken: 6.4.0 -> 6.4.1Evan Stoll2019-12-20
| | | |
| * | | gitkraken: 6.3.1 -> 6.4.0Evan Stoll2019-12-19
| | | |
* | | | python3.pkgs.pygobject2: fix buildJan Tojnar2019-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2.28.7 no longer installs codegen for Python 3: https://gitlab.gnome.org/GNOME/pygobject/commit/2940d0c45c592c19196d4ab0d345ab27fca0f0a0 so our postInstall broke. No need to rename the pth file either, as pygtk does not work on Python 3.
* | | | treewide: fix cargoSha256 (again)Alyssa Ross2019-12-20
| | | | | | | | | | | | cargo-vendor output was changed in a4fc84de44c4edad7fcf303944bcb874180c1bf3.
* | | | public-inbox: init at 1.2.0Alyssa Ross2019-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | highlight's Perl bindings are currently disabled on Darwin, but I didn't make the dependency here conditional so that if that is ever fixed, this function won't need to be updated. p-i is smart enough to disable the test for highlight if it can't find the Perl module.
* | | | highlight: export Perl bindingsAlyssa Ross2019-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fails to build on Darwin: clang++ -shared -s highlight_wrap.o -L../../src/ -lhighlight -L/nix/store/bi85dm5dqzjfm0i9qj3ijjj9w9xayy8w-lua-5.2.4/lib -llua -lm -o highlight.so ld: warning: option -s is obsolete and being ignored Undefined symbols for architecture x86_64: "_PL_markstack_max", referenced from: __wrap_DataDir_getLangPath in highlight_wrap.o __wrap_DataDir_getThemePath in highlight_wrap.o __wrap_DataDir_getFiletypesConfPath in highlight_wrap.o __wrap_DataDir_getPluginPath in highlight_wrap.o __wrap_DataDir_guessFileType in highlight_wrap.o __wrap_SyntaxReader_initLuaState in highlight_wrap.o __wrap_new_RegexElement in highlight_wrap.o ... "_PL_markstack_ptr", referenced from: __wrap_DataDir_assocByExtension_set in highlight_wrap.o __wrap_DataDir_assocByExtension_get in highlight_wrap.o __wrap_DataDir_assocByFilename_set in highlight_wrap.o __wrap_DataDir_assocByFilename_get in highlight_wrap.o __wrap_DataDir_assocByShebang_set in highlight_wrap.o __wrap_DataDir_assocByShebang_get in highlight_wrap.o __wrap_DataDir_initSearchDirectories in highlight_wrap.o ... "_PL_stack_base", referenced from: __wrap_DataDir_assocByExtension_set in highlight_wrap.o __wrap_DataDir_assocByExtension_get in highlight_wrap.o __wrap_DataDir_assocByFilename_set in highlight_wrap.o __wrap_DataDir_assocByFilename_get in highlight_wrap.o __wrap_DataDir_assocByShebang_set in highlight_wrap.o __wrap_DataDir_assocByShebang_get in highlight_wrap.o __wrap_DataDir_initSearchDirectories in highlight_wrap.o ... "_PL_stack_sp", referenced from: __wrap_DataDir_assocByExtension_set in highlight_wrap.o __wrap_DataDir_assocByExtension_get in highlight_wrap.o __wrap_DataDir_assocByFilename_set in highlight_wrap.o __wrap_DataDir_assocByFilename_get in highlight_wrap.o __wrap_DataDir_assocByShebang_set in highlight_wrap.o __wrap_DataDir_assocByShebang_get in highlight_wrap.o __wrap_DataDir_initSearchDirectories in highlight_wrap.o ... "_PL_sv_immortals", referenced from: __wrap_DataDir_getLangPath__SWIG_0 in highlight_wrap.o __wrap_DataDir_getThemePath__SWIG_0 in highlight_wrap.o __wrap_DataDir_getLangPath__SWIG_1 in highlight_wrap.o __wrap_DataDir_getSystemDataPath in highlight_wrap.o __wrap_DataDir_getPluginPath__SWIG_0 in highlight_wrap.o __wrap_DataDir_getThemePath__SWIG_1 in highlight_wrap.o SWIG_AsVal_bool(sv*, bool*) in highlight_wrap.o ... "_Perl_croak", referenced from: SWIG_croak_null() in highlight_wrap.o __wrap_DataDir_getLangPath__SWIG_0 in highlight_wrap.o __wrap_DataDir_getThemePath__SWIG_0 in highlight_wrap.o __wrap_DataDir_getLangPath__SWIG_1 in highlight_wrap.o __wrap_DataDir_getLangPath in highlight_wrap.o __wrap_DataDir_getSystemDataPath in highlight_wrap.o __wrap_DataDir_getPluginPath__SWIG_0 in highlight_wrap.o ... "_Perl_get_sv", referenced from: __wrap_DataDir_assocByExtension_set in highlight_wrap.o SWIG_croak_null() in highlight_wrap.o __wrap_DataDir_assocByExtension_get in highlight_wrap.o __wrap_DataDir_assocByFilename_set in highlight_wrap.o __wrap_DataDir_assocByFilename_get in highlight_wrap.o __wrap_DataDir_assocByShebang_set in highlight_wrap.o __wrap_DataDir_assocByShebang_get in highlight_wrap.o ... "_Perl_gv_add_by_type", referenced from: SWIG_Perl_ConvertPtr(sv*, void**, swig_type_info*, int) in highlight_wrap.o SWIG_Perl_MakePtr(sv*, void*, swig_type_info*, int) in highlight_wrap.o "_Perl_gv_init_pvn", referenced from: SWIG_Perl_MakePtr(sv*, void*, swig_type_info*, int) in highlight_wrap.o "_Perl_hv_common", referenced from: SWIG_Perl_ConvertPtr(sv*, void**, swig_type_info*, int) in highlight_wrap.o SWIG_Perl_MakePtr(sv*, void*, swig_type_info*, int) in highlight_wrap.o "_Perl_hv_common_key_len", referenced from: SWIG_Perl_ConvertPtr(sv*, void**, swig_type_info*, int) in highlight_wrap.o SWIG_Perl_MakePtr(sv*, void*, swig_type_info*, int) in highlight_wrap.o "_Perl_markstack_grow", referenced from: __wrap_DataDir_getLangPath in highlight_wrap.o __wrap_DataDir_getThemePath in highlight_wrap.o __wrap_DataDir_getFiletypesConfPath in highlight_wrap.o __wrap_DataDir_getPluginPath in highlight_wrap.o __wrap_DataDir_guessFileType in highlight_wrap.o __wrap_SyntaxReader_initLuaState in highlight_wrap.o __wrap_new_RegexElement in highlight_wrap.o ... "_Perl_mg_find", referenced from: SWIG_Perl_ConvertPtr(sv*, void**, swig_type_info*, int) in highlight_wrap.o _boot_highlight in highlight_wrap.o "_Perl_mg_get", referenced from: SWIG_Perl_ConvertPtr(sv*, void**, swig_type_info*, int) in highlight_wrap.o SWIG_AsVal_bool(sv*, bool*) in highlight_wrap.o "_Perl_newRV_noinc", referenced from: SWIG_Perl_MakePtr(sv*, void*, swig_type_info*, int) in highlight_wrap.o "_Perl_newSV", referenced from: SWIG_Perl_MakePtr(sv*, void*, swig_type_info*, int) in highlight_wrap.o "_Perl_newSV_type", referenced from: SWIG_Perl_MakePtr(sv*, void*, swig_type_info*, int) in highlight_wrap.o "_Perl_newSViv", referenced from: __wrap_SyntaxReader_load in highlight_wrap.o __wrap_SyntaxReader_getKeywordListGroup in highlight_wrap.o __wrap_SyntaxReader_getPersistentSnippetsNum in highlight_wrap.o __wrap_SyntaxReader_getOpenDelimiterID in highlight_wrap.o __wrap_RegexElement_open_get in highlight_wrap.o __wrap_RegexElement_end_get in highlight_wrap.o __wrap_RegexElement_capturingGroup_get in highlight_wrap.o ... "_Perl_newSVuv", referenced from: __wrap_SyntaxReader_getRawStringPrefix in highlight_wrap.o __wrap_SyntaxReader_getContinuationChar in highlight_wrap.o __wrap_RegexElement_kwClass_get in highlight_wrap.o __wrap_RegexElement_priority_get in highlight_wrap.o __wrap_RegexElement_constraintLineNum_get in highlight_wrap.o __wrap_ReGroup_length_get in highlight_wrap.o __wrap_ReGroup_kwClass_get in highlight_wrap.o ... "_Perl_newXS", referenced from: _boot_highlight in highlight_wrap.o "_Perl_sv_2bool_flags", referenced from: SWIG_AsVal_bool(sv*, bool*) in highlight_wrap.o "_Perl_sv_2iv_flags", referenced from: SWIG_Perl_ConvertPtr(sv*, void**, swig_type_info*, int) in highlight_wrap.o SWIG_AsVal_unsigned_SS_int(sv*, unsigned int*) in highlight_wrap.o _boot_highlight in highlight_wrap.o SWIG_AsVal_long(sv*, long*) in highlight_wrap.o SWIG_AsVal_double(sv*, double*) in highlight_wrap.o "_Perl_sv_2mortal", referenced from: __wrap_SyntaxReader_load in highlight_wrap.o __wrap_SyntaxReader_getRawStringPrefix in highlight_wrap.o __wrap_SyntaxReader_getContinuationChar in highlight_wrap.o __wrap_SyntaxReader_getKeywordListGroup in highlight_wrap.o __wrap_SyntaxReader_getPersistentSnippetsNum in highlight_wrap.o __wrap_SyntaxReader_getOpenDelimiterID in highlight_wrap.o __wrap_RegexElement_open_get in highlight_wrap.o ... "_Perl_sv_2nv_flags", referenced from: SWIG_AsVal_double(sv*, double*) in highlight_wrap.o "_Perl_sv_2pv_flags", referenced from: SWIG_croak_null() in highlight_wrap.o __wrap_DataDir_getLangPath__SWIG_0 in highlight_wrap.o __wrap_DataDir_getThemePath__SWIG_0 in highlight_wrap.o __wrap_DataDir_getLangPath__SWIG_1 in highlight_wrap.o __wrap_DataDir_getSystemDataPath in highlight_wrap.o __wrap_DataDir_getPluginPath__SWIG_0 in highlight_wrap.o __wrap_DataDir_getThemePath__SWIG_1 in highlight_wrap.o ... "_Perl_sv_2uv_flags", referenced from: SWIG_AsVal_unsigned_SS_int(sv*, unsigned int*) in highlight_wrap.o SWIG_AsVal_long(sv*, long*) in highlight_wrap.o "_Perl_sv_bless", referenced from: SWIG_Perl_MakePtr(sv*, void*, swig_type_info*, int) in highlight_wrap.o "_Perl_sv_free2", referenced from: SWIG_Perl_MakePtr(sv*, void*, swig_type_info*, int) in highlight_wrap.o "_Perl_sv_isobject", referenced from: SWIG_Perl_ConvertPtr(sv*, void**, swig_type_info*, int) in highlight_wrap.o SWIG_croak_null() in highlight_wrap.o __wrap_DataDir_getLangPath__SWIG_0 in highlight_wrap.o __wrap_DataDir_getThemePath__SWIG_0 in highlight_wrap.o __wrap_DataDir_getLangPath__SWIG_1 in highlight_wrap.o __wrap_DataDir_getSystemDataPath in highlight_wrap.o __wrap_DataDir_getPluginPath__SWIG_0 in highlight_wrap.o ... "_Perl_sv_magic", referenced from: _boot_highlight in highlight_wrap.o SWIG_Perl_MakePtr(sv*, void*, swig_type_info*, int) in highlight_wrap.o "_Perl_sv_newmortal", referenced from: __wrap_DataDir_assocByExtension_set in highlight_wrap.o __wrap_DataDir_assocByExtension_get in highlight_wrap.o __wrap_DataDir_assocByFilename_set in highlight_wrap.o __wrap_DataDir_assocByFilename_get in highlight_wrap.o __wrap_DataDir_assocByShebang_set in highlight_wrap.o __wrap_DataDir_assocByShebang_get in highlight_wrap.o __wrap_DataDir_initSearchDirectories in highlight_wrap.o ... "_Perl_sv_setiv", referenced from: _boot_highlight in highlight_wrap.o "_Perl_sv_setpvf", referenced from: __wrap_DataDir_assocByExtension_set in highlight_wrap.o __wrap_DataDir_assocByExtension_get in highlight_wrap.o __wrap_DataDir_assocByFilename_set in highlight_wrap.o __wrap_DataDir_assocByFilename_get in highlight_wrap.o __wrap_DataDir_assocByShebang_set in highlight_wrap.o __wrap_DataDir_assocByShebang_get in highlight_wrap.o __wrap_DataDir_initSearchDirectories in highlight_wrap.o ... "_Perl_sv_setpvn", referenced from: __wrap_DataDir_getLangPath__SWIG_0 in highlight_wrap.o __wrap_DataDir_getThemePath__SWIG_0 in highlight_wrap.o __wrap_DataDir_getLangPath__SWIG_1 in highlight_wrap.o __wrap_DataDir_getSystemDataPath in highlight_wrap.o __wrap_DataDir_getPluginPath__SWIG_0 in highlight_wrap.o __wrap_DataDir_getThemePath__SWIG_1 in highlight_wrap.o __wrap_DataDir_getThemePath__SWIG_2 in highlight_wrap.o ... "_Perl_sv_setref_pv", referenced from: __wrap_DataDir_assocByExtension_get in highlight_wrap.o __wrap_DataDir_assocByFilename_get in highlight_wrap.o __wrap_DataDir_assocByShebang_get in highlight_wrap.o __wrap_SyntaxReader_getKeywords in highlight_wrap.o __wrap_SyntaxReader_getKeywordClasses in highlight_wrap.o __wrap_SyntaxReader_getRegexElements in highlight_wrap.o __wrap_SyntaxReader_getPersistentSnippets in highlight_wrap.o ... "_Perl_sv_setsv_flags", referenced from: __wrap_DataDir_getLangPath__SWIG_0 in highlight_wrap.o __wrap_DataDir_getThemePath__SWIG_0 in highlight_wrap.o __wrap_DataDir_getLangPath__SWIG_1 in highlight_wrap.o __wrap_DataDir_getSystemDataPath in highlight_wrap.o __wrap_DataDir_getPluginPath__SWIG_0 in highlight_wrap.o __wrap_DataDir_getThemePath__SWIG_1 in highlight_wrap.o __wrap_DataDir_getThemePath__SWIG_2 in highlight_wrap.o ... ld: symbol(s) not found for architecture x86_64 clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
* | | | perlPackages.SearchXapian: init at 1.2.25.2Alyssa Ross2019-12-20
| | | |
* | | | perlPackages.DevelLeak: init at 0.03Alyssa Ross2019-12-20
| | | |
* | | | Merge pull request #76073 from nh2/haskell-GLUT-fix-freeglut-pc-namePeter Simons2019-12-20
|\ \ \ \ | | | | | | | | | | haskellPackages.GLUT: Fix freeglut.pc -> glut.pc
| * | | | haskellPackages.GLUT: Fix freeglut.pc -> glut.pc.Niklas Hambüchen2019-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was broken by PR #70235 with commit f5ae5cac - freeglut: 3.0.0 -> 3.2.1 The in the newer freeglut version, the pkg-config file is called `glut.pc`, no longer `freeglut.pc`. Found in: https://github.com/NixOS/nixpkgs/pull/70235#issuecomment-567536852
* | | | | nextcloud: 17.0.1 -> 17.0.2Jan Hrnko2019-12-20
| | | | |
* | | | | wasm-bindgen-cli: 0.2.55 -> 0.2.56Maximilian Bosch2019-12-20
| | | | | | | | | | | | | | | | | | | | https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.56
* | | | | emacsPackages.sv-kalender: init at 1.9 (#75892)Robert Helgesson2019-12-20
| | | | |
* | | | | pythonPackages.pcpp: init at 1.21Rakesh Gupta2019-12-20
| | | | |
* | | | | oh-my-zsh: 2019-12-18 -> 2019-12-20Tim Steinbach2019-12-20
| | | | |
* | | | | jenkins: 2.190.3 -> 2.204.1Tim Steinbach2019-12-20
| | | | |
* | | | | vivaldi: 2.9.1705.41-1 -> 2.10.1745.21-1Tim Steinbach2019-12-20
| | | | |
* | | | | Merge pull request #76099 from malbarbo/rustup-1.21.0Jörg Thalheim2019-12-20
|\ \ \ \ \ | | | | | | | | | | | | rustup: 1.20.2 -> 1.21.0
| * | | | | rustup: 1.20.2 -> 1.21.0Marco A L Barbosa2019-12-20
| | | | | |
* | | | | | Merge pull request #76092 from terlar/fix-awscliDaiderd Jordan2019-12-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | awscli: pin colorama to 0.4.1
| * | | | | | awscli: pin colorama to 0.4.1Terje Larsen2019-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is pinned to 0.4.1 in the upstream awscli package.
* | | | | | | volctl: init at 0.6.2José Romildo Malaquias2019-12-20
| | | | | | |
* | | | | | | rustc: add QA documentation (#73296)Jörg Thalheim2019-12-20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | rustc: add QA documentation
| * | | | | | | rustc: add QA documentationJörg Thalheim2019-11-13
| | | | | | | |
* | | | | | | | signal-desktop: 1.29.2 -> 1.29.3Michael Weiss2019-12-20
| |/ / / / / / |/| | | | | |
* | | | | | | netcdf: 4.6.1 -> 4.7.3Ben Darwin2019-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and enable tests as per unmerged #56830
* | | | | | | Merge pull request #75816 from lsix/qgis-3.10.1markuskowa2019-12-20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | qgis: 3.10.0 -> 3.10.1
| * | | | | | | qgis: 3.10.0 -> 3.10.1Lancelot SIX2019-12-17
| | | | | | | |
* | | | | | | | rust-bindgen: 0.51.1 -> 0.52.0John Children2019-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update for latest point release from a month ago: https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0
* | | | | | | | starship: 0.30.1 -> 0.31.0Oleksii Filonenko2019-12-20
| | | | | | | |
* | | | | | | | flyway: 6.1.0 -> 6.1.2Rakesh Gupta2019-12-20
| | | | | | | |
* | | | | | | | flyway: 6.1.0 -> 6.1.2Rakesh Gupta2019-12-20
| | | | | | | |
* | | | | | | | Merge pull request #74727 from cdepillabout/purescript-psa-node-packagesDennis Gosnell2019-12-20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nodePackages.purescript-psa: init at 0.7.3
| * | | | | | | | pulp: add top-level alias for nodePackages.pulp(cdep)illabout2019-12-20
| | | | | | | | |
| * | | | | | | | purescript-psa: init at 0.7.3(cdep)illabout2019-12-20
| | | | | | | | |
* | | | | | | | | Merge pull request #75292 from r-ryantm/auto-update/powerdnsmarkuskowa2019-12-20
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | powerdns: 4.2.0 -> 4.2.1
| * | | | | | | | | powerdns: 4.2.0 -> 4.2.1R. RyanTM2019-12-08
| | | | | | | | | |
* | | | | | | | | | Merge pull request #75376 from vbgl/ocaml-irmin-2.0.0Vincent Laporte2019-12-20
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | ocamlPackages.irmin: init at 2.0.0
| * | | | | | | | | ocamlPackages.irmin-unix: init at 2.0.0Vincent Laporte2019-12-09
| | | | | | | | | |
| * | | | | | | | | ocamlPackages.irmin-watcher: init at 0.4.1Vincent Laporte2019-12-09
| | | | | | | | | |
| * | | | | | | | | ocamlPackages.yaml: init at 2.0.1Vincent Laporte2019-12-09
| | | | | | | | | |
| * | | | | | | | | ocamlPackages.irmin-pack: init at 2.0.0Vincent Laporte2019-12-09
| | | | | | | | | |
| * | | | | | | | | ocamlPackages.irmin-graphql: init at 2.0.0Vincent Laporte2019-12-09
| | | | | | | | | |
| * | | | | | | | | ocamlPackages.irmin-fs: init at 2.0.0Vincent Laporte2019-12-09
| | | | | | | | | |
| * | | | | | | | | ocamlPackages.irmin-http: init at 2.0.0Vincent Laporte2019-12-09
| | | | | | | | | |