Commit Graph

263467 Commits

Author SHA1 Message Date
Fabian Möller
745ce45b28
salut_a_toi: fix evaluation error + stdenv.lib -> lib 2021-01-14 17:32:14 +01:00
Sandro
3a7dae4ae4
Merge pull request #109359 from romildo/upd.luna-icons 2021-01-14 16:12:32 +01:00
Sandro
55ebc2e2c2
Merge pull request #109358 from oxzi/reuse-0.12.1
reuse: 0.11.1 -> 0.12.1
2021-01-14 16:11:53 +01:00
Alvar Penning
8f81d7554f reuse: 0.11.1 -> 0.12.1
Next to the version bump, the tests are now executed.
2021-01-14 15:55:10 +01:00
Sandro
21a47c4ef3
Merge pull request #109360 from CohenCyril/analysis-maintainers
coqPackages.mathcomp-analysis: add maintainers
2021-01-14 15:35:47 +01:00
Sandro
97259d0e38
Merge pull request #109353 from alyssais/ydiff
ydiff,gitAndTools.ydiff: unify
2021-01-14 15:30:55 +01:00
Sandro
7dd624a450
Merge pull request #109311 from bbigras/zenith
zenith: 0.11.0 -> 0.12.0
2021-01-14 15:29:58 +01:00
Michael Raskin
01372e6624
Merge pull request #109066 from michael-p-m-white/reenable-working-clfswm
Reenable working clfswm
2021-01-14 14:14:56 +00:00
Michael Raskin
195c3acf8f
Merge pull request #86912 from iblech/patch-15
fish-fillets-ng: install desktop file
2021-01-14 14:13:01 +00:00
Michael Raskin
f62ab91aa7
Merge pull request #104912 from helsinki-systems/upd/p7zip
p7zip: 17.01 -> 17.03
2021-01-14 14:10:42 +00:00
Cyril Cohen
7c10cce9f3 coqPackages.mathcomp-analysis: add maintainers 2021-01-14 14:27:55 +01:00
Anderson Torres
956afcd713
Merge pull request #106548 from eraserhd/quickscope-kak
kakounePlugins.quickscope-kak: init at 1.0.0
2021-01-14 10:26:31 -03:00
José Romildo Malaquias
7cf816bed7 luna-icons: 0.9.1 -> 0.9.2 2021-01-14 10:23:44 -03:00
Sandro
7d9c32f743
Merge pull request #109357 from ehmry/gnuvd
gnuvd: remove
2021-01-14 13:54:58 +01:00
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
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
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