Vladimír Čunát
31ab6fdec5
Merge #78978 : lua5: Fix src URLs
...
The rebuilds happen because changing the end-part of URL
changes the name of the resulting file as placed into nix store
(those names were wrong/confusing before this change)
2020-02-01 09:52:56 +01:00
Maximilian Bosch
56dd9559dd
Merge pull request #78982 from r-ryantm/auto-update/latex2html
...
latex2html: 2019.2 -> 2020
2020-02-01 09:30:03 +01:00
Maximilian Bosch
012b89f1bc
Merge pull request #78989 from marsam/update-tflint
...
tflint: 0.13.3 -> 0.14.0
2020-02-01 09:27:15 +01:00
Maximilian Bosch
c20642fad4
Merge pull request #78988 from marsam/update-spotify-tui
...
spotify-tui: 0.12.0 -> 0.13.0
2020-02-01 09:12:47 +01:00
Leon Schuermann
e2ad8ef8cf
tpm2-pkcs11: init at v1.0.1
2020-02-01 08:01:02 +01:00
xrelkd
05a3625d36
brook: 20200102 -> 20200201
2020-02-01 13:52:20 +08:00
Sergey Lukjanov
6f2523e1b3
kubernetes-helm: drop unneeded goPackagePath from legacy go support
...
Co-Authored-By: Wael Nasreddine <wael.nasreddine@gmail.com>
2020-01-31 21:45:51 -08:00
Sergey Lukjanov
171982e2a9
kubernetes-helm: 3.0.1 -> 3.0.3 and improve build meta
2020-01-31 21:45:41 -08:00
R. RyanTM
afd0330e6f
latex2html: 2019.2 -> 2020
2020-02-01 04:03:41 +00:00
R. RyanTM
097737b5a4
jmol: 14.30.1 -> 14.30.2
2020-02-01 03:50:56 +00:00
Aaron Andersen
a6bc6fbb0b
phpPackages.pdo_sqlsrv: 5.6.1 -> 5.8.0
2020-01-31 21:37:33 -05:00
Aaron Andersen
2a04e3bb8d
phpPackages.sqlsrv: 5.6.1 -> 5.8.0
2020-01-31 21:37:18 -05:00
R. RyanTM
dd0efcdb0b
hylafaxplus: 7.0.1 -> 7.0.2
2020-02-01 02:02:09 +00:00
Chuck
d13360bfb7
lua5: Fix src URLs
...
The 672c3c1d2a
refactor accidentally
dropped the last version component from the source URLs. This change
puts its back.
$ for lua in lua5_{1,2,3};do nix-instantiate --json --eval . -A $lua.src.urls | jq -r '.[]' | xargs nix-prefetch-url; done
Before this change:
lua-5.1.tar.gz 1hbjhh211p82vhwqhx4mmhmvhv56060acnka80gbmfdk3q3bjnvz (wrong hash because this is lua 5.1.0. We want 5.1.5 )
lua-5.2.tar.gz HTTP error 404
lua-5.3.tar.gz HTTP error 404
After this change:
lua-5.1.5.tar.gz 0cskd4w0g6rdm2q8q3i4n1h3j8kylhs3rq8mxwl9vwlmlxbgqh16
lua-5.2.4.tar.gz 0jwznq0l8qg9wh5grwg07b5cy3lzngvl5m2nl1ikp6vqssmf9qmr <-- Desired hash
lua-5.3.5.tar.gz 1b2qn2rv96nmbm6zab4l877bd4zq7wpwm8drwjiy2ih4jqzysbhc
Converted to base16 with `nix-hash --type sha256 --to-base16`:
lua-5.1.5.tar.gz 2640fc56a795f29d28ef15e13c34a47e223960b0240e8cb0a82d9b0738695333 <-- Desired hash
lua-5.2.4.tar.gz b9e2e4aad6789b3b63a056d442f7b39f0ecfca3ae0f1fc0ae4e9614401b69f4b
lua-5.3.5.tar.gz 0c2eed3f960446e1a3e4b9a1ca2f3ff893b6ce41942cf54d5dd59ab4b3b058ac <-- Desired hash
2020-01-31 18:00:45 -08:00
R. RyanTM
71db54a01f
gqrx: 2.11.5 -> 2.12.1
2020-01-31 23:14:55 +00:00
worldofpeace
988d70bac5
python3Packages.pyatspi: 2.32.1 -> 2.34.0
...
https://gitlab.gnome.org/GNOME/pyatspi2/blob/PYATSPI_2_34_0/NEWS
2020-01-31 17:38:25 -05:00
worldofpeace
a18f9d1fad
python3Packages.pygobject3: 3.32.1 -> 3.34.0
...
https://gitlab.gnome.org/GNOME/pygobject/blob/3.34.0/NEWS
2020-01-31 17:38:25 -05:00
worldofpeace
356e228e74
Merge pull request #78799 from chkno/gnupatch-patches-in-tree
...
gnupatch: Don't fetch from cgit URLs with unstable hashes
2020-01-31 17:36:45 -05:00
Daiderd Jordan
9078ca6c01
Merge pull request #78820 from kirelagin/macos-gettext-warn
...
gettext: Add macOS warning patch
2020-01-31 22:34:43 +01:00
Daiderd Jordan
68513e4071
cmake: move CMAKE_OSX_ARCHITECTURES out of the stdenv
...
This was initially introduced in 92188d9d17
,
not clear how relevant this still is but i686 isn't supported anymore so
disable it explicitly.
2020-01-31 21:52:13 +01:00
Daiderd Jordan
b984c227d2
cmake: remove CMAKE_OSX_DEPLOYMENT_TARGET overrides
...
We _do_ want minimum versions in our packages.
2020-01-31 21:52:12 +01:00
Daiderd Jordan
9b579843d4
treewide: use stdenv.macosVersionMin
2020-01-31 21:52:12 +01:00
Daiderd Jordan
6567823996
stdenv: introduce appleSdkVersion and macosVersionMin
2020-01-31 21:52:11 +01:00
Daiderd Jordan
a826b49c97
stdenv: make darwin builds reproducable
...
Fixes #21629
Passing these extra linker flags removes both the semi-random uuid
included in most binaries as well as making the sdk version consistent
instead of based on the current os version.
Load command 8
cmd LC_UUID
cmdsize 24
uuid 70FAF921-5DC8-371C-B814-4F121FADFDF4
Load command 9
cmd LC_VERSION_MIN_MACOSX
cmdsize 16
version 10.12
sdk 10.13
The -macosx_version_min flag isn't strictly necessary since that's
already handled by MACOSX_DEPLOYMENT_TARGET.
2020-01-31 21:52:07 +01:00
Kirill Elagin
c0d1f26d42
gettext: Remove the rebuild optimisation hack
2020-01-31 15:49:26 -05:00
Tom Hall
eb0c48b1c2
mynewt-newt: patch to fix failure running upgrade on mcuboot
2020-01-31 17:58:05 +00:00
Tom Hall
9a205f8ab6
mynewt-newt: 1.3.0 -> 1.7.0, use buildGoModule
2020-01-31 17:58:05 +00:00
José Romildo Malaquias
b8a86eb5cb
canta-theme: init at 2020-01-31
2020-01-31 14:51:27 -03:00
Marek Mahut
aada254bc8
Merge pull request #78948 from mmahut/vegeta
...
vegeta: init at 12.7.0
2020-01-31 18:30:47 +01:00
Mario Rodas
ce1ad7654b
endlessh: 1.0 -> 1.1
...
https://github.com/skeeto/endlessh/releases/tag/1.1
2020-01-31 12:00:00 -05:00
Ryan Mulligan
9435db4415
Merge pull request #78954 from r-ryantm/auto-update/simplenote
...
simplenote: 1.12.0 -> 1.14.0
2020-01-31 18:22:12 -08:00
Mario Rodas
7ec40ece4a
Merge pull request #78959 from kampka/drone-cli
...
drone-cli: 1.2.0 -> 1.2.1
2020-01-31 20:42:14 -05:00
Mario Rodas
6b9842c311
Merge pull request #78963 from r-ryantm/auto-update/ansifilter
...
ansifilter: 2.15 -> 2.16
2020-01-31 20:40:30 -05:00
Mario Rodas
fb6d39cbde
Merge pull request #78970 from zowoq/buildah
...
buildah: 1.13.1 -> 1.13.2
2020-01-31 20:38:55 -05:00
R. RyanTM
e39ecb09b7
gnome3.evolution: 3.34.2 -> 3.34.3 ( #78969 )
2020-02-01 02:30:05 +01:00
Evan Stoll
4b7e4e8b12
cockatrice: add evanjs to maintainers
2020-02-01 01:09:22 +00:00
Evan Stoll
9cc8ca50e9
cockatrice: remove spencerjanssen from maintainers
2020-02-01 01:09:22 +00:00
Evan Stoll
e801159c66
cockatrice: 2017-08-31 -> 2019-08-31
...
- formatting
- add wrapQtAppsHook
- use fetchFromGitHub instead of fetchurl
- don't construct name manually
- add homepage to meta
- remove repositories.get from meta
- use mkDerivation instead of stdenv.mkDerivation
- add qtwebsockets dependency
2020-02-01 01:09:22 +00:00
Timo Kaufmann
769928e213
Merge pull request #78779 from drewrisinger/dr-pr-python-cirq
...
python3Packages.cirq: init at 0.6.1
2020-02-01 00:29:53 +01:00
Marek Mahut
7b466774e9
Merge pull request #78896 from drewrisinger/dr-pr-lib-scs
...
lib.science.math.scs: 2.0.2 -> 2.1.1
2020-01-31 23:06:39 +01:00
Marek Mahut
fcd46443df
Merge pull request #78800 from yurrriq/update-scc
...
scc: 2.10.1 -> 2.11.0
2020-01-31 23:03:05 +01:00
Marek Mahut
25b0834b3d
Merge pull request #78888 from r-ryantm/auto-update/vnstat
...
vnstat: 2.4 -> 2.6
2020-01-31 23:02:44 +01:00
zowoq
eaea88814f
buildah: 1.13.1 -> 1.13.2
...
https://github.com/containers/buildah/blob/v1.13.2/CHANGELOG.md#v1132-2020-01-29
2020-02-01 07:44:44 +10:00
Peter Simons
f206eea2cf
ghc-8.10.x: add a bunch of jailbreaks to fix builds
2020-01-31 22:13:06 +01:00
Drew Risinger
c13bf84d45
libraries.science.math.scs: 2.0.2 -> 2.1.1
2020-01-31 16:05:05 -05:00
Drew Risinger
74a0d4dc3c
python3Packages.cirq: init at 0.6.1
...
Add Google's Cirq package.
Uses: Quantum information science.
2020-01-31 16:02:21 -05:00
Peter Simons
bf4169178e
Merge pull request #78906 from NixOS/haskell-updates
...
Update Haskell package set to LTS 14.22 (plus other fixes)
2020-01-31 21:40:50 +01:00
Peter Simons
a7712a1a31
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.0-16-g2971916 from Hackage revision
d77d0f7de2
.
2020-01-31 21:39:55 +01:00
Peter Simons
5e90d04ee7
haskell-bustle: simplify the override now that those changes are in cabal2nix
...
Might be of interest to @jtojnar.
2020-01-31 21:38:10 +01:00
Silvan Mosberger
0a351c3f65
dockerTools.*: Assertion against building for Darwin ( #77952 )
...
dockerTools.*: Assertion against building for Darwin
2020-01-31 21:17:40 +01:00
Peter Simons
6d068993b5
haskell-relude-6.0.0.0 does not pass its doctest suite
2020-01-31 21:05:56 +01:00
Peter Simons
6516c12dbe
haskell-policeman: add overrides to provide newer versions of dependencies
2020-01-31 21:05:56 +01:00
Silvan Mosberger
8d4509e34d
haskell generic-builder: Fix package conf handling
...
Previously the package conf files were handled without paying attention
to the fact that it's pretty-printed output. One problem was discovered
with GHC 8.8.1 on Darwin, where the dynamic-library-dirs first field
seems to have increased in length, meaning while before it was
dynamic-library-dirs: some-small-directory-name
some-more-directories
Now it is
dynamic-library-dirs:
some-larger-directory-name
some-more-directories
Which breaks the code installed for https://github.com/NixOS/nixpkgs/pull/25537 ,
because that assumed the former format, resulting in the reoccurence of
the bug in https://github.com/NixOS/nixpkgs/issues/22810 , see
https://github.com/Infinisil/all-hies/issues/43
This commit fixes this by "unprettyfying" the package conf files before
processing them.
Closes https://github.com/NixOS/nixpkgs/pull/78738 .
2020-01-31 21:05:56 +01:00
Peter Simons
2b10aed0d7
ghc-8.8.x: update version overrides for microlens packages
2020-01-31 21:05:56 +01:00
Gabor Greif
6bedeceb8a
ghc: update 8.10.1 pre-release to announced rc1
...
https://mail.haskell.org/pipermail/ghc-devs/2020-January/018530.html
The version previously fetched was `8.10.0.20200108`.
2020-01-31 21:05:55 +01:00
Peter Simons
135cc0c58d
haskell-cabal-plan: update overrides for new version of base-compat
2020-01-31 21:05:55 +01:00
Jan Tojnar
4141619331
haskellPackages.bustle: fix building on Hydra
...
Bustle is proclaiming OtherLicense even though the code is licensed under LGPL 2.1+. This causes cabal2nix to set hydraPlatforms = stdenv.lib.platforms.none in hackage-packages.nix for the package.
Lets let's unset the attribute and fix the license.
2020-01-31 21:05:55 +01:00
Jan Tojnar
3430ded6c8
haskellPackages.bustle: clean up with lib.pipe
2020-01-31 21:05:55 +01:00
Peter Simons
8e8b8a5b6c
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.0-14-gb942b6a from Hackage revision
5556d14668
.
2020-01-31 21:05:44 +01:00
Peter Simons
78d58f61c5
hackage2nix: update list of broken packages
2020-01-31 21:05:39 +01:00
Peter Simons
3b5f3d1cb1
LTS Haskell 14.22
2020-01-31 21:05:38 +01:00
worldofpeace
aeec2e7a3a
Merge pull request #78949 from kjuvi/ephemeral
...
ephemeral: 6.1.1 -> 6.2.0
2020-01-31 14:42:28 -05:00
worldofpeace
51b95565a6
Merge pull request #78713 from vcunat/p/linux_5_4-default
...
linuxPackages: 4.19 -> 5.4
2020-01-31 14:32:10 -05:00
Peter Simons
ced62b07ba
Merge pull request #78955 from ijaketak/dhall-json_1_6_1
...
haskellPackages.dhall-json_1_6_1: prettyprinter_1_6_0
2020-01-31 20:30:30 +01:00
R. RyanTM
ac1b7a2528
ansifilter: 2.15 -> 2.16
2020-01-31 16:55:09 +00:00
Ryan Mulligan
1144ee5538
Merge pull request #78946 from r-ryantm/auto-update/krohnkite
...
krohnkite: 0.5 -> 0.6
2020-01-31 07:47:54 -08:00
Peter Simons
05620d62dc
maude: update from version 2.7.1 to 3.0 (including full-maude)
2020-01-31 16:25:40 +01:00
Maximilian Bosch
b7b7fdae78
Merge pull request #78804 from evanjs/cargo-geiger/0.9.1
...
cargo-geiger: 0.9.0 -> 0.9.1
2020-01-31 16:01:23 +01:00
Christian Kampka
032fddf103
drone-cli: 1.2.0 -> 1.2.1
2020-01-31 15:43:37 +01:00
Mario Rodas
f36cf56380
Merge pull request #78795 from evanjs/silicon-init
...
silicon: init at 0.3.0
2020-01-31 09:10:14 -05:00
Ryan Mulligan
1e1491900d
Merge pull request #76587 from azazel75/squeezelite-libs
...
squeezelite: Fix codec libraries loading by using a wrapper
2020-01-31 05:57:44 -08:00
Mario Rodas
0281aa6a1f
Merge pull request #78504 from r-ryantm/auto-update/ethash
...
ethash: 0.4.2 -> 0.4.4
2020-01-31 08:50:55 -05:00
Mario Rodas
f04239caaa
Merge pull request #78884 from r-ryantm/auto-update/tintin
...
tintin: 2.01.92 -> 2.02.01
2020-01-31 08:38:56 -05:00
Mario Rodas
a879bd6517
Merge pull request #78909 from r-ryantm/auto-update/axel
...
axel: 2.17.6 -> 2.17.7
2020-01-31 08:31:04 -05:00
Mario Rodas
352708dbac
Merge pull request #78950 from zowoq/kompose
...
kompose: 1.18.0 -> 1.20.0
2020-01-31 08:28:50 -05:00
Mario Rodas
d8e8c8fcaa
Merge pull request #78638 from zowoq/skopeo
...
skopeo: 0.1.39 -> 0.1.40
2020-01-31 08:27:21 -05:00
Aaron Andersen
be62b78780
Merge pull request #78848 from r-ryantm/auto-update/tome4
...
tome4: 1.6.5 -> 1.6.6
2020-01-31 08:19:41 -05:00
Vincent Laporte
13dd5844fd
coqPackages_8_11.coq: 8.11+β1 → 8.11.0
2020-01-31 14:09:51 +01:00
Vincent Laporte
659a7ae963
coq: disable CoqIDE on Darwin for Coq ≥ 8.10
2020-01-31 14:09:51 +01:00
Vincent Laporte
fa709922f3
coqPackages.tlc: disable for Coq > 8.10
2020-01-31 14:09:51 +01:00
Keito Kajitani
38149ff88d
haskellPackages.dhall-json_1_6_1: prettyprinter_1_6_0
2020-01-31 21:47:07 +09:00
R. RyanTM
c7bca08960
simplenote: 1.12.0 -> 1.14.0
2020-01-31 12:34:09 +00:00
Florian Klink
cb02372211
gitlab: 12.6.4 -> 12.7.4
...
- CVE-2020-7966
- CVE-2020-8114
- CVE-2020-7973
- CVE-2020-6833
- CVE-2020-7971
- CVE-2020-7967
- CVE-2020-7972
- CVE-2020-7968
- CVE-2020-7979
- CVE-2020-7969
- CVE-2020-7978
- CVE-2020-7974
- CVE-2020-7977
- CVE-2020-7976
- CVE-2019-16779
- CVE-2019-18978
- CVE-2019-16892
2020-01-31 12:34:57 +01:00
Aaron Andersen
6ed34f1d29
Merge pull request #78824 from r-ryantm/auto-update/rsyslog
...
rsyslog: 8.1911.0 -> 8.2001.0
2020-01-31 06:26:34 -05:00
Florian Klink
968f7c2890
gitaly: 1.77.1 -> 1.83.0
2020-01-31 12:25:55 +01:00
Florian Klink
d2e149584f
gitlab-workhorse: 8.18.0 -> 8.20.0
2020-01-31 12:25:24 +01:00
Florian Klink
3f4d3dbc5f
gitlab-shell: 10.3.0 -> 11.0.0
2020-01-31 12:25:11 +01:00
zowoq
c508408268
kompose: 1.18.0 -> 1.20.0
...
https://github.com/kubernetes/kompose/blob/v1.20.0/CHANGELOG.md#v1200-2019-12-23
2020-01-31 20:29:24 +10:00
Antonio Nuno Monteiro
a21c2fa3ea
ocamlformat: 0.12 -> 0.13.0 ( #78942 )
2020-01-31 10:48:37 +01:00
Marek Mahut
dd5b64a61a
vegeta: init at 12.7.0
2020-01-31 10:42:58 +01:00
kjuvi
8698e55e1f
ephemeral: 6.1.1 -> 6.2.0
2020-01-31 10:27:44 +01:00
Mario Rodas
e85996d3eb
chezmoi: 1.7.10 -> 1.7.12
2020-01-31 04:20:00 -05:00
Mario Rodas
77f2d9bf1c
procs: 0.9.2 -> 0.9.5
2020-01-31 04:20:00 -05:00
Mario Rodas
5f192ddcf6
tflint: 0.13.3 -> 0.14.0
...
Changelog: https://github.com/terraform-linters/tflint/releases/tag/v0.14.0
2020-01-31 04:20:00 -05:00
Mario Rodas
0cac9631f1
spotify-tui: 0.12.0 -> 0.13.0
...
Changelog: https://github.com/Rigellute/spotify-tui/releases/tag/v0.13.0
2020-01-31 04:20:00 -05:00
Mario Rodas
bc5f6ff819
broot: 0.12.0 -> 0.12.2
2020-01-31 04:20:00 -05:00
kjuvi
008eb7cb75
agenda: init at 1.0.12
2020-01-31 10:13:31 +01:00
Jörg Thalheim
c23f10da6a
fail2ban: 0.10.5 -> 0.11.1 ( #67931 )
...
fail2ban: 0.10.5 -> 0.11.1
2020-01-31 08:58:58 +00:00
R. RyanTM
4024c84f04
krohnkite: 0.5 -> 0.6
2020-01-31 08:26:57 +00:00
Lancelot SIX
a5a93e6873
Merge pull request #78774 from das-g/gdal-3.0.3
...
gdal: 3.0.1 -> 3.0.3
2020-01-31 09:26:08 +01:00
Daiderd Jordan
62bbc2abc1
Merge pull request #78404 from cust0dian/glances-darwin-build
...
pythonPackages.glances: fix darwin build
2020-01-31 08:50:28 +01:00
Marek Mahut
9e85d5c50c
Merge pull request #78756 from mmahut/chrome-token-signing
...
chrome-token-signing: 1.0.7 -> 1.1.0
2020-01-31 08:28:16 +01:00
Marek Mahut
688c0471b5
Merge pull request #78853 from mmahut/fixdat
...
dat: remove and link to nodePackages.dat
2020-01-31 08:27:54 +01:00
Maximilian Bosch
645ea323d7
Merge pull request #77989 from lblasc/llvm3-removal
...
llvm: remove 3.5, 3.8 and 4
2020-01-31 07:42:39 +01:00
R. RyanTM
f64307a00d
tryton: 5.4.1 -> 5.4.2
2020-01-30 22:27:45 -08:00
Jonathan Ringer
0750561e00
tzupdate: 1.5.0 -> 2.0.0, use python3
2020-01-30 22:23:05 -08:00
R. RyanTM
8bcad60b8f
yodl: 4.02.01 -> 4.02.02
2020-01-30 22:21:00 -08:00
R. RyanTM
c47914016a
wiggle: 1.1 -> 1.2
2020-01-30 22:20:14 -08:00
R. RyanTM
1f5a5debc2
limesuite: 19.04.0 -> 20.01.0
2020-01-30 22:19:22 -08:00
R. RyanTM
2ff21bdc23
zotero: 5.0.80 -> 5.0.82
2020-01-30 22:07:16 -08:00
R. RyanTM
81b8778507
zim: 0.72.0 -> 0.72.1
2020-01-30 22:06:44 -08:00
Andreas Stührk
6ef537249f
skaffold: 1.0.1 -> 1.2.0
2020-01-30 22:04:17 -08:00
R. RyanTM
00355c593a
yaru-theme: 19.10.4 -> 19.10.5
2020-01-30 22:03:51 -08:00
R. RyanTM
55dcf5dbbd
you-get: 0.4.1355 -> 0.4.1388
2020-01-30 22:03:30 -08:00
adisbladis
28a590897e
hivemind: Patch /bin/sh to runtimeShell
2020-01-30 22:00:54 -08:00
Nikolay Korotkiy
7267908f84
mkgmap: 4289 -> 4432
2020-01-30 21:57:23 -08:00
Aaron Andersen
609699bc95
zabbix: 4.4.4 -> 4.4.5
2020-01-30 21:56:29 -08:00
Aaron Andersen
768154aaed
zabbix: 4.0.16 -> 4.0.17
2020-01-30 21:56:29 -08:00
R. RyanTM
ecb2967b84
jump: 0.23.0 -> 0.30.0
2020-01-30 21:50:22 -08:00
R. RyanTM
93ca7d4b8b
kubeseal: 0.9.6 -> 0.9.7
2020-01-30 21:48:53 -08:00
worldofpeace
4f1c6789ba
aesop: 1.1.3 -> 1.2.3
2020-01-30 21:46:30 -08:00
worldofpeace
0138064092
fondo: 1.3.2 -> 1.3.8
...
https://github.com/calo001/fondo/releases/tag/1.3.8
2020-01-30 21:46:30 -08:00
Dmitry Kalinkin
dc57bd84b0
yoda: provide python3Packages.yoda
2020-01-30 21:39:06 -08:00
Ilya Fedin
34890e42af
kotatogram-desktop: init at 1.1.5
2020-01-30 19:15:40 -08:00
Ilya Fedin
7eb5376127
libtgvoip: init at unstable-2020-01-21
2020-01-30 19:15:40 -08:00
worldofpeace
ab9e0ea36e
Merge pull request #78654 from lovesegfault/arcanist-20190127
...
arcanist: 20190905 -> 20200127
2020-01-30 21:25:31 -05:00
Kirill Elagin
d9e4fc31ea
gettext: Add macOS warning patch
...
gettext 0.20 fixed a bug with handling locale on macOS, but this caused
it to report an annoying warning on systems where “language”
differs from “region”. See Homebrew issue for details:
<https://github.com/Homebrew/homebrew-core/issues/41139 >.
Add upstream patch that has not been released yet.
Details:
<https://www.mail-archive.com/bug-gnulib@gnu.org/msg36768.html >.
2020-01-30 21:22:32 -05:00
Jan Tojnar
9d886869cb
speechd: 0.8.8 → 0.9.1
...
0.9.0: https://lists.nongnu.org/archive/html/speechd-discuss/2019-01/msg00058.html
0.9.1: https://lists.nongnu.org/archive/html/speechd-discuss/2019-05/msg00000.html
2020-01-31 02:44:59 +01:00
Jan Tojnar
29d8a1c3f6
Merge pull request #78341 from riannucci/patch-1
...
pyenchant: Fix for darwin/macOS
2020-01-31 02:37:44 +01:00
Jan Tojnar
16ffc74a32
Merge pull request #71557 from r-ryantm/auto-update/enchant
...
enchant: 2.2.5 -> 2.2.7
2020-01-31 02:35:35 +01:00
Jan Tojnar
14576373d0
Merge pull request #78125 from KnairdA/master
...
pdfpc: Fix gstreamer video playback issue #73321
2020-01-31 01:53:17 +01:00
worldofpeace
89cf4af145
Merge pull request #73027 from colemickens/nixpkgs-libxkbcommon
...
libxkbcommon: 0.8.4 -> 0.10.0
2020-01-30 19:37:39 -05:00
worldofpeace
3103ba2ce8
Merge pull request #78927 from worldofpeace/blivet-mark-broken
...
nixosTests.blivet: remove
2020-01-30 19:34:00 -05:00
Dmitry Kalinkin
f566c688b8
Merge pull request #78916 from sikmir/gpxlab
...
gpxlab: enable on darwin
2020-01-30 19:02:03 -05:00
Maximilian Bosch
f73d725967
llvm_{3,4}: re-add attributes with an error message about their removal
...
With this change, expressions relying on those old LLVM versions will
fail with a meaningful error message.
2020-01-30 18:39:42 -05:00
Jan Tojnar
f65f6338fa
Merge pull request #77796 from 101100/fix-quodlibet
...
quodlibet: fix tests
2020-01-31 00:38:47 +01:00
Luka Blaskovic
0fc6280715
llvm_4: remove
2020-01-30 18:35:31 -05:00
Luka Blaskovic
23a5b45104
far2l: build with default llvm
2020-01-30 18:35:31 -05:00
Luka Blaskovic
c7078be190
lutris: use default llvm in chrootenv
2020-01-30 18:35:30 -05:00
Luka Blaskovic
241236bc9e
mozart: build with llvmPackages_5
2020-01-30 18:35:30 -05:00
Luka Blaskovic
0eafee8328
llvm_39: remove
2020-01-30 18:35:30 -05:00
Luka Blaskovic
c206bf12ab
stdenv, darwin: fix setupHook location
2020-01-30 18:35:30 -05:00
Luka Blaskovic
2d8d2c3fb8
rdedup: use default clang version
2020-01-30 18:35:30 -05:00
Luka Blaskovic
668b3e7de4
configuration-ghc-8.2.x: use default llvmPackages
2020-01-30 18:35:30 -05:00
Luka Blaskovic
3a12a7cde8
llvm_35: remove
2020-01-30 18:35:30 -05:00
Luka Blaskovic
8acbff31fb
ue4: use default llvm
2020-01-30 18:35:30 -05:00
Luka Blaskovic
fd614a8e8f
saw-tools: use default llvm
2020-01-30 18:35:30 -05:00
Luka Blaskovic
ae2a5a91dd
pure: mark as broken
2020-01-30 18:35:30 -05:00
Luka Blaskovic
b57464448b
haskell.compiler.ghc863Binary: remove llvm from buildInput
...
Aarch64 binary is not used.
2020-01-30 18:35:29 -05:00
Luka Blaskovic
f6160bc6eb
haskell.compiler.ghc822Binary: use default llvm version on aarch64
2020-01-30 18:35:29 -05:00
Luka Blaskovic
cba2e83255
lightspark: 0.8.1 -> 0.8.2
2020-01-30 18:35:29 -05:00
Luka Blaskovic
4fa34c2283
llvm-general: remove
2020-01-30 18:35:29 -05:00
Luka Blaskovic
1ebc042878
dale: 20170519 -> 20181024
2020-01-30 18:35:29 -05:00
worldofpeace
fcbb4fad66
Merge pull request #78832 from colemickens/nixpkgs-mesa
...
mesa: 19.3.2 -> 19.3.3
2020-01-30 18:33:04 -05:00
Frederik Rietdijk
5cc0468a20
Merge staging into staging-next
2020-01-31 00:16:31 +01:00
Alyssa Ross
881dd9963f
mailman-web: use upstream, improve NixOS module
...
Previously, some files were copied into the Nixpkgs tree, which meant
we wouldn't easily be able to update them, and was also just messy.
The reason it was done that way before was so that a few NixOS
options could be substituted in. Some problems with doing it this way
were that the _package_ changed depending on the values of the
settings, which is pretty strange, and also that it only allowed those
few settings to be set.
In the new model, mailman-web is a usable package without needing to
override, and I've implemented the NixOS options in a much more
flexible way. NixOS' mailman-web config file first reads the
mailman-web settings to use as defaults, but then it loads another
configuration file generated from the new services.mailman.webSettings
option, so _any_ mailman-web Django setting can be customised by the
user, rather than just the three that were supported before. I've
kept the old options, but there might not really be any good reason to
keep them.
2020-01-30 23:14:45 +00:00
Alyssa Ross
a8538a73a7
mailman: init package for Mailman CLI
...
We already had python3Packages.mailman, but that's only really usable
as a library. The only other option was to create a whole Python
environment, which was undesirable to install as a system-wide
package.
2020-01-30 23:14:45 +00:00
Alyssa Ross
bc8eece849
python3.pkgs.mailman-hyperkitty: HTTPS homepage
2020-01-30 23:14:45 +00:00
Alyssa Ross
f254fb9d89
python3Packages.mailmanclient.meta: HTTPS homepage
2020-01-30 23:14:45 +00:00
Alyssa Ross
c397d1909f
nixos/mailman: don't keep secrets in the Nix store
...
This replaces all Mailman secrets with ones that are generated the
first time the service is run. This replaces the hyperkittyApiKey
option, which would lead to a secret in the world-readable store.
Even worse were the secrets hard-coded into mailman-web, which are not
just world-readable, but identical for all users!
services.mailman.hyperkittyApiKey has been removed, and so can no
longer be used to determine whether to enable Hyperkitty. In its
place, there is a new option, services.mailman.hyperkitty.enable. For
consistency, services.mailman.hyperkittyBaseUrl has been renamed to
services.mailman.hyperkitty.baseUrl.
2020-01-30 23:14:45 +00:00
worldofpeace
85fcf3d7a8
nixosTests.blivet: remove
...
These have been broken since 2017-07-24, and the package
is hopelessly out of date as well.
2020-01-30 18:14:14 -05:00
Chuck
2327204ad0
gnupatch: Don't fetch from cgit URLs with unstable hashes
...
cgit cannot serve patches with stable hashes, so store these patches
in-tree. cgit community discussion about this problem:
https://lists.zx2c4.com/pipermail/cgit/2017-February/003470.html
We pull the patches in-tree rather than strip cgit footers with fetchpatch
because per https://github.com/NixOS/nixpkgs/pull/61471#issuecomment-493218587
dependencies of fetchpatch cannot use fetchpatch.
Verification that the only difference between the live page, the
patch committed here, and the version cached under the old hash at
tarballs.nixos.org is the cgit version footer:
$ curl -s -L http://tarballs.nixos.org/sha256/ "$(nix-hash --type sha256 --to-base16 0iw0lk0yhnhvfjzal48ij6zdr92mgb84jq7fwryy1hdhi47hhq64)" > Allow_input_files_to_be_missing_for_ed-style_patches.patch
$ diff -U0 --label cgit-live <( curl -s -L https://git.savannah.gnu.org/cgit/patch.git/patch/?id=b5a91a01e5d0897facdd0f49d64b76b0f02b43e1 ) Allow_input_files_to_be_missing_for_ed-style_patches.patch
--- cgit-live
+++ Allow_input_files_to_be_missing_for_ed-style_patches.patch 2020-01-29 17:22:00.077312937 -0800
@@ -32 +32 @@
-cgit v1.2.1
+cgit v1.0-41-gc330
$ curl -s -L http://tarballs.nixos.org/sha256/ "$(nix-hash --type sha256 --to-base16 1bpy16n3hm5nv9xkrn6c4wglzsdzj3ss1biq16w9kfv48p4hx2vg)" > CVE-2018-1000156.patch
$ diff -U0 --label cgit-live <( curl -s -L https://git.savannah.gnu.org/cgit/patch.git/patch/?id=123eaff0d5d1aebe128295959435b9ca5909c26d ) CVE-2018-1000156.patch
--- cgit-live
+++ CVE-2018-1000156.patch 2020-01-29 17:23:41.021116969 -0800
@@ -210 +210 @@
-cgit v1.2.1
+cgit v1.0-41-gc330
2020-01-30 14:23:33 -08:00
Tim Steinbach
79713f8a90
oh-my-zsh: 2020-01-04 -> 2020-01-30
2020-01-30 16:41:13 -05:00
Tim Steinbach
04e684d4e7
jenkins: 2.204.1 -> 2.204.2
2020-01-30 16:41:12 -05:00
Tim Steinbach
38854fa22c
linux: 5.4.15 -> 5.4.16
2020-01-30 16:41:12 -05:00
Tim Steinbach
586fd9a43a
linux: 4.9.211 -> 4.9.212
2020-01-30 16:41:12 -05:00
Tim Steinbach
53c76abcae
linux: 4.4.211 -> 4.4.212
2020-01-30 16:41:12 -05:00
Tim Steinbach
104287202b
linux: 4.19.98 -> 4.19.100
2020-01-30 16:41:11 -05:00
Tim Steinbach
713b0ec29a
linux: 4.14.167 -> 4.14.169
2020-01-30 16:41:11 -05:00
Franz Pletz
5a07f8ba2d
minetest: 5.1.0 -> 5.1.1
2020-01-30 22:35:35 +01:00
Franz Pletz
e12d0b0d15
firmwareLinuxNonfree: 2019-12-15 -> 2020-01-22
2020-01-30 22:34:38 +01:00
Nikolay Korotkiy
410a80381c
gpxlab: enable on darwin
2020-01-31 00:13:53 +03:00
Ryan Mulligan
b20fe28daa
Merge pull request #78860 from r-ryantm/auto-update/x42-plugins
...
x42-plugins: 20191215 -> 20200114
2020-01-30 12:50:05 -08:00
Jörg Thalheim
6eb23e0721
verilator: 4.024 -> 4.026 ( #78891 )
...
verilator: 4.024 -> 4.026
2020-01-30 20:43:40 +00:00
Jörg Thalheim
37286820f2
verilator: shebangs patch is not needed anymore
2020-01-30 20:42:51 +00:00
R. RyanTM
b2122bd2bb
blugon: 1.11.4 -> 1.12.0
2020-01-30 20:38:30 +00:00
Frederik Rietdijk
1a3a0e8181
python: pandas: 0.25.3 -> 1.0.0
2020-01-30 21:34:58 +01:00
Frederik Rietdijk
98efcba8df
python: numpy: 1.18.0 -> 1.18.1
2020-01-30 21:34:37 +01:00
Frederik Rietdijk
c67ea834c1
python: pytest: 5.3.2 -> 5.3.5
2020-01-30 21:28:57 +01:00
Michael Raskin
8b3f9cdb9b
Merge pull request #78146 from tviti/serapeum
...
lispPackages: add serapeum
2020-01-30 20:27:50 +00:00
Michael Raskin
4297d4b017
Merge pull request #78854 from r-ryantm/auto-update/squid
...
squid: 4.9 -> 4.10
2020-01-30 20:24:49 +00:00
R. RyanTM
8d510b3424
axel: 2.17.6 -> 2.17.7
2020-01-30 20:22:35 +00:00
Michael Raskin
12875b4269
Merge pull request #76905 from wahjava/update-to-sbcl-2.0.0
...
sbcl: 1.5.6 -> 2.0.1
2020-01-30 20:20:30 +00:00
Michael Raskin
ae929e63b4
Merge pull request #78406 from helsinki-systems/wine-certs
...
wine: Look for root certs at $NIX_SSL_CERT_FILE
2020-01-30 20:19:56 +00:00
lewo
86f8732194
Merge pull request #78834 from nlewo/fix-two-layers-image
...
Fix dockerTools.buildLayerImage with 2 layers
2020-01-30 21:10:52 +01:00
Antoine Eiche
01a68479cc
dockerTools.buildLayeredImage: assert maxLayers > 1
...
Since a layer is reserved for "customization", the image can not
contains less than 2 layers.
The user gets the following message at evaluation:
nix-instantiate nixos/tests/docker-tools.nix
trace: the maxLayers argument of dockerTools.buildLayeredImage function must be greather than 1 (current value: 1)
2020-01-30 21:09:52 +01:00
Antoine Eiche
283bcc1003
dockerTools.buildLayeredImage: fix image with only 2 layers
...
A test is also added to ensure an image with 2 layers can be built.
2020-01-30 21:09:44 +01:00
Michael Weiss
40be1827ee
tdesktop: Use CMake to install all files
2020-01-30 20:20:46 +01:00
Michael Weiss
cfccb477cd
quiterss: 0.19.2 -> 0.19.3
2020-01-30 20:12:26 +01:00
Mathias Schreck
9508d07ac3
runLaTeX: add additional rerun criterion ( #78318 )
...
Seems like the phrase "Please rerun LaTeX." is outputted by `biblatex`.
When we detect this, we should actual rerun latex.
2020-01-30 14:05:20 -05:00
Michael Weiss
e9d171e9c5
androidStudioPackages.beta: 3.6.0.18 -> 3.6.0.19
2020-01-30 20:03:20 +01:00
Drew Risinger
74de16787f
pythonPackages.nest-asyncio: cleanup
2020-01-30 10:40:52 -08:00
adisbladis
ba265813df
Merge pull request #78835 from xrelkd/update/go-ethereum
...
go-ethereum: 1.9.9 -> 1.9.10
2020-01-30 18:23:53 +00:00
Dmitry Kalinkin
dd50720010
Merge pull request #78758 from sikmir/gpxsee
...
gpxsee: enable on darwin
2020-01-30 13:23:32 -05:00
R. RyanTM
ab63f72b23
sherpa: 2.2.6 -> 2.2.8 ( #78852 )
2020-01-30 13:08:47 -05:00
R. RyanTM
cd526d844b
verilator: 4.024 -> 4.026
2020-01-30 18:06:40 +00:00
Jan Tojnar
6d799c394c
speechd: clean up
2020-01-30 19:02:40 +01:00
R. RyanTM
44b9f9b55e
vnstat: 2.4 -> 2.6
2020-01-30 17:32:57 +00:00
Timo Kaufmann
ff478eacdb
Merge pull request #78866 from drewrisinger/dr-pr-sympy-bump
...
pythonPackages.sympy: 1.5 -> 1.5.1
2020-01-30 18:22:38 +01:00
Ryan Mulligan
cead3c7cca
Merge pull request #78870 from r-ryantm/auto-update/uftp
...
uftp: 4.10 -> 4.10.1
2020-01-30 09:16:49 -08:00