Commit Graph

263580 Commits

Author SHA1 Message Date
Sandro
3ad6cd726f
Merge pull request #109352 from fabaff/tmb 2021-01-14 13:54:30 +01:00
Sandro
7346bc0167
Merge pull request #109349 from alesguzik/update_draw-on-your-screen
draw-on-your-screen: v6 -> v10
2021-01-14 13:53:03 +01:00
Sandro
551ede0a2c
Merge pull request #109351 from veehaitch/cert-chain-resolver-v1.0.1
pythonPackages.cert-chain-resolver: init at 1.0.1
2021-01-14 13:52:32 +01:00
Manuel Frischknecht
52f62163bc slimserver: add perlPackages.NetHTTPSNB as a dependency
Slimserver v. 7.9.2 introduced the CPAN package `Net::HTTPS::NB`[1][2]
as a dependency (distributed directly inside the Git repository, cf. [3]).

Without this package present in the Perl include path, the new version
fails to load the repository database for squeezebox server plugins
(configured via `Settings > Plugins`) and thus does not list any plugins
that aren't already installed on the respective system.

[1]: https://metacpan.org/pod/Net::HTTPS::NB
[2]: https://github.com/olegwtf/p5-Net-HTTPS-NB
[3]: 7938c06119/CPAN/Net/HTTPS/NB.pm
2021-01-14 12:48:37 +00:00
Manuel Frischknecht
b8bd0dbfc3 perlPackages.NetHTTPSNB: init at 0.15 2021-01-14 12:48:37 +00:00
Fabian Affolter
dcb2f6ee23 python3Packages.requests_oauthlib: add license and enable tests 2021-01-14 13:40:54 +01:00
Emery Hemingway
f385802067 gnuvd: remove
The backend service for this dictionary has been discontinued or is
incompatible.
2021-01-14 13:36:21 +01:00
Sandro
c1e1834ead
Merge pull request #109348 from B4dM4n/pyopenssl-32bit-test
pyopenssl: skip test that fails on 32-bit architectures
2021-01-14 13:33:59 +01:00
Sandro
74b0954852
Merge pull request #109327 from fabaff/pyvera 2021-01-14 13:31:41 +01:00
Sandro
487c6c5e68
Merge pull request #109321 from rvolosatovs/update/gofumpt
gofumpt: 2020-10-27 -> 0.1.0
2021-01-14 13:27:16 +01:00
Sandro
5c1662de69
Merge pull request #109320 from fabaff/pymyq 2021-01-14 13:26:28 +01:00
Sandro
cbb6eaa886
Merge pull request #109318 from hugolgst/init/vim-plugins-coc-lua 2021-01-14 13:26:03 +01:00
Sandro
cebcc7a891
Merge pull request #109317 from hexop/mopidy-youtube
mopidy-youtube: 3.1 -> 3.2
2021-01-14 13:23:57 +01:00
Sandro
9bb17e7243
Merge pull request #109316 from fabaff/pykira 2021-01-14 13:23:43 +01:00
Sandro
67343245f9
Merge pull request #109314 from rvolosatovs/update/gotools
gotools: 2020-10-27 -> 2021-01-13
2021-01-14 13:22:46 +01:00
Sandro
f0dd684355
Merge pull request #109308 from llathasa-veleth/master
disfetch: 1.12 -> 1.13
2021-01-14 13:21:58 +01:00
Sandro
8a97542e17
Merge pull request #109301 from fabaff/xknx 2021-01-14 13:21:45 +01:00
Sandro
3e956131a5
Merge pull request #109300 from fabaff/pyopnsense 2021-01-14 13:21:13 +01:00
Mario Rodas
8a7e21a8b8
Merge pull request #109333 from marsam/update-lfs
git-lfs: 2.13.1 -> 2.13.2
2021-01-14 07:18:38 -05:00
Mario Rodas
0d46a8a683
Merge pull request #109334 from marsam/update-ncspot
ncspot: 0.2.6 -> 0.3.0
2021-01-14 07:18:16 -05:00
Alyssa Ross
b7fee118ca
nix-generate-from-cpan: stdenv.lib -> lib in expr
7d20329 updated the implementation but not the expression.
2021-01-14 11:43:46 +00:00
Francois Joulaud
183c8aa821 argo: 2.11.8 -> 2.12.4
cf. https://github.com/argoproj/argo/releases/tag/v2.12.4
2021-01-14 12:22:24 +01:00
Alyssa Ross
98c3490196
ydiff,gitAndTools.ydiff: unify
We were packaging ydiff twice!

In this patch, I've merged the two expressions into one, trying to
take the best of each.  ydiff (top-level) didn't support being used as
a Python library, which is required by one other package (patroni), so
I chose gitAndTools.ydiff as the starting point, then moved in the
longDescription from the top-level one, as well as the code used to
run the tests.

While I was there, I fixed the tests, which were intended to be run by
the top-level ydiff but actually were not, because unlike mkDerivation
buildPythonApplication will not run `make test' by default.

Also, top-level ydiff previously propagated less and patchutils,
meaning they'd have been installed globally instead of just referenced
by ydiff.  gitAndTools.ydiff just did nothing.  Both also expected to
find git, hg, and svn in the environment, which was impure.  So now
all these programs are referenced by store path from ydiff, for
purity.
2021-01-14 10:38:16 +00:00
Alyssa Ross
011d073393 nixos/postfix: deprecate services.postfix.useDane
Now that smtp_tls_security_level is using mkDefault, and therefore can
be overridden, there's no need for an option for overriding it to a
specific value.
2021-01-14 10:24:31 +00:00
Alyssa Ross
9ed5ee909b nixos/postfix: allow custom smtp_tls_security_level
I run Postfix on my workstation as a smarthost, where it only ever
talks to my SMTP server.  Because I know it'll only ever connect to
this server, and because I know this server supports TLS, I'd like to
set smtp_tls_security_level to "encrypt" so Postfix won't fall back to
an unencrypted connection.
2021-01-14 10:24:31 +00:00
Jörg Thalheim
50fb327d7a
Merge pull request #109350 from mweinelt/mpd2
python3Packages.mpd2: 3.0.1 -> 3.0.2
2021-01-14 10:07:32 +00:00
Vincent Haupert
1560f964a9
pythonPackages.cert-chain-resolver: init at 1.0.1 2021-01-14 10:57:51 +01:00
Fabian Affolter
e77a8b8d84 home-assistant: update component-packages 2021-01-14 10:44:56 +01:00
Fabian Affolter
7f836a9d5a python3Packages.tmb: init at 0.1.0 2021-01-14 10:44:39 +01:00
Martin Weinelt
fa70691c76
python3Packages.mpd2: 3.0.1 -> 3.0.2 2021-01-14 10:30:17 +01:00
Michele Guerini Rocco
721a4ecfa6
Merge pull request #109114 from illustris/searx
searx: 0.17.0 -> 0.18.0
2021-01-14 10:15:37 +01:00
Fabian Möller
9c9cf1ebbd
pyopenssl: skip test that fails on 32-bit architectures 2021-01-14 10:14:45 +01:00
Jörg Thalheim
3022d75781
Merge pull request #109344 from Mic92/unixtools
unixtools: align attribute name with filename
2021-01-14 08:58:31 +00:00
Jörg Thalheim
04510dbb97
Merge pull request #109269 from fabaff/bump-faker 2021-01-14 08:57:57 +00:00
Gabriel Gonzalez
710038a5e6 Fix header for generated Dhall documentation
By default, `dhall-docs` uses the name of the input directory
as the initial component of the documentation header.  However,
since the input directory is built using Nix the header contains
the Nix store hash in the name, which then appears in the
generated documentation.

The fix is to override this default behavior by supplying the
`--package-name` flag to `dhall-docs`.
2021-01-14 09:50:44 +01:00
rnhmjoj
f741cccd45
nixos/searx: remove settings.yml merging script
Starting with 0.18.0, searx can merge the settings.yml automatically
with the default values, so the script is obsolete.
2021-01-14 09:48:02 +01:00
rnhmjoj
1013de19f1
nixos/searx: fix for 0.18.0 update 2021-01-14 09:48:01 +01:00
Ales Huzik
4ac438abb9 gnomeExtensions.draw-on-your-screen: v6 -> v10 2021-01-14 19:46:41 +11:00
Jörg Thalheim
124655ed49
unixtools: align attribute name with filename
(so they can be easier matched)
2021-01-14 09:00:15 +01:00
Sandro
8fcb5db84c
Merge pull request #109306 from flokli/dbmate-remove-deps
dbmate: remove deps.nix
2021-01-14 07:48:28 +01:00
Sandro
7ab8f240ba
Merge pull request #109303 from ilian/fix/openldap-maintainers-typo
openldap: fix typo when specifying maintainers list
2021-01-14 07:43:50 +01:00
Sandro
29d0d2faca
Merge pull request #109294 from fabaff/icmplib 2021-01-14 07:37:05 +01:00
Sandro
942f96ac55
Merge pull request #109298 from fabaff/poolsense 2021-01-14 07:34:58 +01:00
Sandro
d9d3cb64ad
Merge pull request #109291 from fabaff/hydrawiser 2021-01-14 07:34:33 +01:00
Sandro
67744a8a40
Merge pull request #109290 from TredwellGit/electron_11
electron_11: 11.1.0 -> 11.2.0
2021-01-14 07:34:05 +01:00
illustris
100bf61e6f searx: 0.17.0 -> 0.18.0 2021-01-14 11:43:23 +05:30
Jörg Thalheim
ff22087bd0
Merge pull request #109304 from Pamplemousse/radare2
radare2: Minor cleaning in expression
2021-01-14 05:47:00 +00:00
Peter Hoeg
a089d80e15 darkhttpd: drive-by cleanup 2021-01-14 12:11:49 +08:00
Mario Rodas
57d324877f
Merge pull request #109297 from archaeron/update-nushell
nushell: 0.24.1 -> 0.25.1
2021-01-13 21:19:01 -05:00
Mario Rodas
88710b0751 git-lfs: 2.13.1 -> 2.13.2
https://github.com/git-lfs/git-lfs/releases/tag/v2.13.2
2021-01-13 21:00:00 -05:00