Malte Brandy
7f236bd4b2
hackage2nix: Split configuration, auto disable hydra builds
...
We split configuration-hackage2nix.yaml into multiple files. We bump
cabal2nix-unstable to get support for multiple config files in
hackage2nix.
* The file main.yaml is only supposed to be edited by humans.
* The file stackage.yaml is only supposed to be updated by the
update-stackage.sh
* The file broken.yaml can be edited by humans, but probably future
helpers will want to insert broken packages into this file based on
hydra reports.
* The file transitive-broken.yaml is newly introduced to be generated
by regenerate-transitive-broken-packages.sh
regenerate-transitive-broken-packages.sh makes a nix query (in
transitive-broken-packages.nix) which evaluates all haskellPackages
once with and once without "allowBroken" this way it get's a list of
packages which are broken by some transitive dependency, but does not
disable packages which have eval errors not caused by a broken package.
2021-05-07 21:58:08 +02:00
Malte Brandy
d75130019b
haskellPackages.gi-*: Fix some builds
2021-05-07 21:42:42 +02:00
Malte Brandy
9fd589504e
haskellPackages.haskell-gi: Bump versions manually to still build with used C libs
2021-05-07 21:19:00 +02:00
Shlok Datye
b858ba8a7c
haskellPackages.streamly-lmdb: unbreak
...
(The latest version of streamly-lmdb (0.2.1) is not broken at all.)
2021-05-07 20:16:43 +02:00
maralorn
eac644213e
Merge pull request #122023 from shlok/streamly-archive
...
haskellPackages.streamly-archive: unbreak
2021-05-07 16:40:06 +02:00
Shlok Datye
d36f591349
haskellPackages.streamly-archive: unbreak
...
(The correct libarchive is now being passed into the package.)
2021-05-07 16:14:07 +02:00
Malte Brandy
2a11f1f5cc
Merge branch 'master' into haskell-updates
2021-05-07 15:03:54 +02:00
Silvan Mosberger
ae1c8ede09
Merge pull request #121737 from Infinisil/xorg-docs
...
xorg.xorgdocs: Make man pages discoverable by manpages
2021-05-07 13:42:43 +02:00
Martin Weinelt
860b457585
Merge pull request #120250 from fabaff/hdate
2021-05-07 13:14:50 +02:00
Kim Lindberger
eeece47a52
Merge pull request #121985 from r-ryantm/auto-update/keycloak
...
keycloak: 12.0.4 -> 13.0.0
2021-05-07 13:11:44 +02:00
Dennis Gosnell
f73c2278d0
Merge pull request #121970 from cdepillabout/spago-0.20.2
...
spago: 0.20.1 -> 0.20.2
2021-05-07 20:05:11 +09:00
Robert Hensing
f6899555d0
Merge pull request #58600 from AerialX/msp430-mspds
...
MSP430 debug stack
2021-05-07 13:01:58 +02:00
sternenseemann
ffc669baf9
haskellPackages.haggle: unbreak
...
https://github.com/travitch/haggle/issues/4
2021-05-07 12:54:13 +02:00
Nikolay Korotkiy
edb9e32ff1
routino: fix on darwin ( #121959 )
2021-05-07 12:45:29 +02:00
sternenseemann
8c6c17b84e
haskellPackages.cpuid: set accurate meta.platform value
2021-05-07 12:35:42 +02:00
Vladimír Čunát
dfcfe50920
Merge #119617 : nss: 3.63 -> 3.64
2021-05-07 12:34:48 +02:00
Robert Hensing
1e5f2ef8f8
Merge pull request #121820 from sumnerevans/sublime-music-11-12
...
sublime-music: 0.11.11 -> 0.11.12
2021-05-07 12:23:31 +02:00
Robert Hensing
7419bcfa41
Merge pull request #121840 from drewrisinger/libcint-bump
...
libcint: 4.3.0 -> 4.4.0
2021-05-07 12:20:53 +02:00
Jan Tojnar
9468b07326
Merge branch 'gnome-40'
2021-05-07 12:12:40 +02:00
ash lea
7916603819
sunvox: fix hash, unmark as broken
...
the distribution was updated to include some missing executables without
bumping version https://warmplace.ru/forum/viewtopic.php?f=12&t=5661
2021-05-07 10:09:14 +00:00
Robert Hensing
eb4372d68f
Merge pull request #122005 from sternenseemann/ghc-binary-src-urls
...
haskell.compiler.ghc*Binary: update source URLs
2021-05-07 11:59:14 +02:00
Robert Hensing
aaec26af39
Merge pull request #121896 from raboof/extract-version-test-to-utility
...
test-utilities: version test
2021-05-07 11:56:01 +02:00
Lancelot SIX
26cb44f97d
Revert "python3Packages.django_3: 3.2 -> 3.2.2"
...
This reverts commit 957371b717
.
This commit should have gone to staging first.
2021-05-07 10:50:00 +01:00
Lancelot SIX
5dc5571a5a
Revert "python3Packages.django_2: 2.2.20 -> 2.2.22"
...
This reverts commit 3d90503875
.
This commit should have gone to staging first.
2021-05-07 10:49:11 +01:00
markuskowa
d93bcc481b
Merge pull request #121983 from nbren12/mpich-mac-fix
...
mpich: fix darwin build
2021-05-07 11:26:31 +02:00
sternenseemann
952a2866a2
haskell.compiler.ghc*Binary: update source URLs
...
The tarball download URLs seem to have changed, so we adjust them in
case anyone wants to reproduce the source of ghc8102Binary and
ghc865Binary.
Tested for x86_64-linux, i686-linux, aarch64-linux, x86_64-darwin.
Resolves #121804 .
2021-05-07 11:20:19 +02:00
Pavol Rusnak
74b4f6c9af
Merge pull request #121706 from MrMebelMan/init/kratos_0_6_0_alpha_1_pre_2
...
kratos: init at v0.6.0-alpha.1
2021-05-07 11:17:27 +02:00
Fabian Affolter
19cc7bea22
Merge pull request #121790 from fabaff/bump-pg8000
...
python3Packages.pg8000: 1.19.2 -> 1.19.4
2021-05-07 11:00:34 +02:00
lsix
f6c3bf534c
Merge pull request #121920 from dotlambda/CVE-2021-32052
...
python3Packages.django: fix CVE-2021-32052
2021-05-07 09:54:53 +01:00
Robert Schütz
1c16013bd6
Merge pull request #120318 from dotlambda/dask-glm-fix
...
python3Packages.dask*: various improvements
2021-05-07 09:55:06 +02:00
Arnout Engelen
b68130fd2c
test-utilities: version test
...
Extract 'version test' to a reusable test utility as discussed in
https://github.com/NixOS/nixpkgs/pull/119636#issuecomment-826137021 and
2021-05-07 09:53:35 +02:00
adisbladis
f24368660b
Merge pull request #121954 from collares/native-comp-renames
...
emacs: adapt to renamed native-comp variables
2021-05-07 02:28:32 -05:00
Sandro
db98dee459
Merge pull request #121902 from dotlambda/mousai-0.3.2
...
mousai: 0.3.1 -> 0.3.2
2021-05-07 09:26:11 +02:00
Sandro
c989366b22
Merge pull request #121857 from dotlambda/presage-init
...
presage: init at 0.9.1
2021-05-07 09:23:44 +02:00
Fabian Affolter
fc8162a69b
Merge pull request #121984 from r-ryantm/auto-update/httpx
...
httpx: 1.0.5 -> 1.0.6
2021-05-07 08:39:44 +02:00
R. RyanTM
1f5e612b48
gleam: 0.14.4 -> 0.15.0
2021-05-07 15:38:34 +09:00
Vincent Laporte
4fb15bc739
coqPackages.VST: 2.6 → 2.7.1
2021-05-07 08:35:13 +02:00
Vincent Laporte
b333692c87
compcert: add support for Coq 8.13
2021-05-07 08:35:13 +02:00
R. RyanTM
4922556d92
keycloak: 12.0.4 -> 13.0.0
2021-05-07 05:21:37 +00:00
R. RyanTM
ceb56fa02f
httpx: 1.0.5 -> 1.0.6
2021-05-07 04:49:47 +00:00
Yusuf Bera Ertan
240b3cd5d3
pythonPackages.hydrus: 436 -> 438
2021-05-06 21:20:18 -07:00
Ivar Scholten
33d042b667
snapdragon-profiler: init at v2021.2
...
Co-authored-by: PixelyIon <pixelyion@protonmail.com>
2021-05-06 21:17:39 -07:00
Noah D. Brenowitz
a3d423090b
mpich: fix darwin build
...
The darwin build was failing because neither of the ch4backend libraries
build on darwin.
Changes:
* delete unused argument device
* pass the derivation for the ch4backend in directly rather than using
a string to switch between two other arguments. (3 args to 1 arg)
* don't use ch4backend on Darwin
Resolves #121978
2021-05-06 21:08:19 -07:00
Eduardo Sánchez Muñoz
5a389e9fd4
minetest: 5.3.0 -> 5.4.1
2021-05-07 00:03:40 -04:00
Mario Rodas
85d4d9489e
Merge pull request #121952 from maxeaubrey/terraform_0.15.3
...
terraform_0_15: 0.15.2 -> 0.15.3
2021-05-06 22:17:06 -05:00
Mario Rodas
e62feb3bf4
Merge pull request #121866 from marsam/update-julia-mono
...
julia-mono: 0.035 -> 0.037
2021-05-06 20:38:19 -05:00
(cdep)illabout
774b4d6783
spago: 0.20.1 -> 0.20.2
2021-05-07 10:27:27 +09:00
Ryan Mulligan
8cbf19282d
Merge pull request #121064 from r-ryantm/auto-update/intel-media-sdk
...
intel-media-sdk: 20.5.1 -> 21.2.0
2021-05-06 18:14:29 -07:00
Ryan Mulligan
a87f97a407
Merge pull request #121317 from r-ryantm/auto-update/libthreadar
...
libthreadar: 1.3.1 -> 1.3.2
2021-05-06 18:13:12 -07:00
Ryan Mulligan
b729fa4170
Merge pull request #121747 from r-ryantm/auto-update/libdnf
...
libdnf: 0.61.1 -> 0.62.0
2021-05-06 17:59:07 -07:00