Lancelot SIX
34a136c710
readline80: delete
...
readline-8.0 is not used anywhere in the tree (since introduction of
readline-8.1); drop it.
2021-04-22 11:25:42 +01:00
Lancelot SIX
1671b1f2a9
notcurses: upgrade readline dependency to 8.1
2021-04-14 22:46:23 +01:00
Lancelot SIX
721d1dfb68
libqalculate: upgrade readline dependency to 8.1
2021-04-14 22:46:23 +01:00
Lancelot SIX
72c9089bae
gdb: upgrade readline dependency to 8.1
2021-04-14 21:27:24 +01:00
Lancelot SIX
090b1804b7
bash_5: upgrade readline dependency to 8.1
...
Readline 8.1 is required for bash-5.1 to work properly.
From bash-5.1 release message[1]:
> Bash can be linked against an already-installed Readline library
> rather than the private version in lib/readline if desired. Only
> readline-8.1 and later versions are able to provide all of the symbols
> that bash-5.1 requires; earlier versions of the Readline library will
> not work correctly.
[1] https://lists.gnu.org/archive/html/info-gnu/2020-12/msg00003.html
2021-04-14 21:27:24 +01:00
Lancelot SIX
ea3bdfcebe
readline81: init at 8.1p0
...
See https://lists.gnu.org/archive/html/info-gnu/2020-12/msg00002.html
for release information
2021-04-14 21:27:23 +01:00
github-actions[bot]
eb85527f6c
Merge staging-next into staging
2021-04-14 18:11:04 +00:00
github-actions[bot]
eb8e023674
Merge master into staging-next
2021-04-14 18:11:01 +00:00
Sandro
acf0dbcc90
Merge pull request #119438 from asymmetric/drop-slither
...
slither-analyzer: remove from maintainers
2021-04-14 19:39:35 +02:00
Sandro
75dd5e5b65
Merge pull request #119437 from SuperSandro2000/wezterm-version
...
wezterm: set version number
2021-04-14 19:35:11 +02:00
Sandro
24dc4599cb
Merge pull request #119387 from branwright1/river
2021-04-14 19:23:18 +02:00
Sandro
7b037c94cc
Merge pull request #119327 from ruuda/butane-0.11.0
...
butane: 0.10.0 -> 0.11.0
2021-04-14 19:19:01 +02:00
Sandro
6cdc8bcc0f
Merge pull request #114507 from dschrempf/vimiv-qt
2021-04-14 19:15:14 +02:00
Sandro
b00d5e224a
Merge pull request #119293 from jojosch/jellyfin-media-player-init
...
jellyfin-media-player: init at 1.3.1
2021-04-14 19:12:47 +02:00
Sandro
80a0032cc9
Merge pull request #119352 from lorenzleutgeb/gradle-7
2021-04-14 18:58:38 +02:00
Lorenzo Manacorda
68fd217b9e
slither-analyzer: remove from maintainers
...
Not using package anymore.
2021-04-14 18:57:38 +02:00
Sandro
fc78d06480
Merge pull request #119432 from 06kellyjac/master
...
starboard: 0.9.2 -> 0.10.0
2021-04-14 18:54:39 +02:00
Sandro Jäckel
b667587deb
wezterm: set version number
2021-04-14 18:53:16 +02:00
Sandro
81e6800870
Merge pull request #119416 from lukegb/factorio
...
factorio-experimental: 1.1.30 -> 1.1.31
2021-04-14 18:38:03 +02:00
Sandro
5280218da0
Merge pull request #118685 from petrosagg/add-materialize
2021-04-14 18:34:28 +02:00
Martin Weinelt
b20fd5e6de
Merge pull request #118128 from mweinelt/curl
...
curl: 7.74.0 -> 7.76.1
2021-04-14 18:31:51 +02:00
Alyssa Ross
912e11a468
mailman-web: 2019-09-29 -> 2021-04-10
...
* Make it clearer what code comments apply to
* Fix the state directory (this was changed in the update)
* Add m1cr0man as a maintaner
Co-authored-by: Lucas Savva <lucas@m1cr0man.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-14 16:23:09 +00:00
Petros Angelatos
f8c1312e95
materialize: init at 0.7.1
...
Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
2021-04-14 18:19:34 +02:00
06kellyjac
2d70d5e425
starboard: 0.9.2 -> 0.10.0
2021-04-14 16:43:19 +01:00
Kim Lindberger
59917dc3a9
Merge pull request #119427 from talyz/tengine-modules
...
tengine: Add modules to passthru
2021-04-14 17:42:01 +02:00
Martin Weinelt
61c9c7888f
curl: 7.74.0 -> 7.76.1
2021-04-14 17:06:07 +02:00
Sandro
603edfb7fc
Merge pull request #119421 from mweinelt/woob-fix-eval
...
[staging-next] python3Packages.woob: fix eval
2021-04-14 17:02:22 +02:00
sternenseemann
6dff63294a
netbsd: take fetchcvs from buildPackages to fix eval
...
For some reason fetchcvs was taken from the cross package set when
cross compiling netbsd.* instead of from buildPackages. I suspect that
this was no issue previously because it just could be substituted as it
only ever produced fixed output derivations. However since
00a2084a40
the evaluation of fetchcvs
would depend on `stdenv.cc` (via its openssh dependency). Since
netbsd.libc is required to evaluate stdenv.cc this caused a infinite
recursion when staging the cross stdenv for pkgsCross.amd64-netbsd. The
fix for this is pretty easy: Just take fetchcvs from buildPackages
explicitly instead of hoping for mkDerivation to get it right.
Resolves #119323 .
2021-04-14 14:58:08 +00:00
talyz
4aab79918e
tengine: Add passthru.tests
2021-04-14 16:56:54 +02:00
Martin Weinelt
6f236fcf38
Merge pull request #119423 from mweinelt/python/pywemo
...
python3Packages.pywemo: disable flaky test
2021-04-14 16:49:25 +02:00
talyz
1ef95a8c5f
nginx: Add all the nginx tests to passthru.tests
2021-04-14 16:39:35 +02:00
talyz
06dee38345
Revert "nixos/nginx: fix eval for tengine"
...
This reverts commit 2d3200e010
.
2021-04-14 16:34:10 +02:00
talyz
fd10431871
tengine: Add modules to passthru
...
Follow the interface of the `nginx` package and expose the enabled
modules. This is used in the `nginx` module to enable the
`additionalModules` option.
2021-04-14 16:14:28 +02:00
branwright1
3943b3ddf2
maintainers: add branwright1
...
river: init at unstable 2021-04-08
river: init at unstable 2021-04-08
river: init at unstable 2021-04-08
river: init at unstable 2021-04-08
river: init at unstable 2021-04-08
river: init at unstable 2021-04-08
river: init at unstable 2021-04-08
2021-04-14 14:51:09 +01:00
Alyssa Ross
55ac7d4580
mailman-web: fix build
2021-04-14 13:42:11 +00:00
Martin Weinelt
cead7d2781
python3Packages.pywemo: disable flaky test
...
https://github.com/pywemo/pywemo/issues/264
2021-04-14 15:32:24 +02:00
Martin Weinelt
d4dcbb2808
python3Packages.woob: disable on python2
...
The futures package was disabled for python3 and importing it causes an
eval error.
2021-04-14 14:57:26 +02:00
Max Hausch
92ec5c8583
super-productivity: 1.10.45 -> 6.5.2
...
Version 1.10.45 segfaults, this commit fixes the package
2021-04-14 14:53:48 +02:00
Jörg Thalheim
37a8a32777
Merge pull request #119392 from samuela/upkeep-bot/vscodium-1.55.2-1618381422
...
vscodium: 1.55.0 -> 1.55.2
2021-04-14 13:52:05 +01:00
Jörg Thalheim
7e45a4067f
vscode: nixpkgs-hammering suggestions
2021-04-14 14:50:46 +02:00
Lars Rasmusson
316db3a129
coqPackages.ITree: changed pname to InteractionTrees
2021-04-14 14:42:01 +02:00
Michael Weiss
de2edb81da
chromium: get-commit-message.py: Deduplicate the CVE list
2021-04-14 14:33:34 +02:00
Sandro
ad43df1eda
Merge pull request #119404 from dotlambda/ytfzf-1.1.3
...
ytfzf: 1.1.2 -> 1.1.3
2021-04-14 14:31:56 +02:00
Sandro
3977837dd8
Merge pull request #119393 from jojosch/jellyfin-mpv-shim-1.10.4
...
jellyfin-mpv-shim: 1.10.3 -> 1.10.4
2021-04-14 14:26:45 +02:00
Sandro
c0c842c773
Merge pull request #119415 from SuperSandro2000/SuperSandro2000-patch-1
...
jetbrains: fix url literal
2021-04-14 14:25:15 +02:00
Alyssa Ross
5e4fc1cc5f
mailman-web: mark broken
2021-04-14 12:19:03 +00:00
Alyssa Ross
d0ead9021e
Revert "mailman-web-unstable: 2019-09-29 -> 2021-04-10 ( #119135 )"
...
This reverts commit 8dbd553792
.
The update has changed where mailman-web looks for its database and
broken the Mailman module in NixOS.
2021-04-14 12:18:44 +00:00
github-actions[bot]
4208cc9f7c
Merge staging-next into staging
2021-04-14 12:06:16 +00:00
github-actions[bot]
963ba38ad9
Merge master into staging-next
2021-04-14 12:06:11 +00:00
Sandro
05133d55b5
Merge pull request #119386 from xrelkd/add/mdbook-mermaid
...
mdbook-mermaid: init at 0.8.1
2021-04-14 13:56:05 +02:00