Commit Graph
358479 Commits
Author SHA1 Message Date
Ben SiraphobandGitHub d4b0e04852 Merge pull request #159937 from happysalada/starship_fix_darwin 2022-02-14 12:08:44 -06:00
R. Ryantm 6a21e2df28 parastoo-fonts: 1.0.0-alpha5 -> 2.0.1 2022-02-14 17:59:31 +00:00
sternenseemann 0026c79c55 Merge remote-tracking branch 'origin/master' into haskell-updates 2022-02-14 18:51:48 +01:00
Stig Palmquist b95eb610d4 rakudo: 2021.12 -> 2022.02 2022-02-14 18:43:43 +01:00
Stig Palmquist 16c797e8da moarvm: 2021.12 -> 2022.02 2022-02-14 18:43:29 +01:00
Stig Palmquist 9efc7c01f0 nqp: 2021.12 -> 2022.02 2022-02-14 18:43:14 +01:00
Fabian Affolter 056b94582a retext: 7.0.4 -> 7.2.3
- clean-up
- add pythonImportsCheck
2022-02-14 18:40:48 +01:00
Nikolay KorotkiyandGitHub bb0bae46c6 xournalpp: 1.1.0 → 1.1.1 (#159902) 2022-02-14 17:39:13 +00:00
sternenseemann 08d65abd43 haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2022-02-14 18:36:53 +01:00
sternenseemann 70bddadaee haskell-language-server: fix reference logic
If we are linking dynamically, it's practically no use removing
references, as we depend on GHC either way via linking.

I've also elected to keep the references to the data outputs in all
cases — they are a bit arcane (there's no easy way to tell they
definitely are not necessary) and don't contribute too much to the
overall closure size.
2022-02-14 18:36:53 +01:00
sternenseemann 288f2ad360 haskell-language-server: default to statically linking haskell deps
This means we don't use the system linker by default, but decreases
closure size significantly, as we no longer reference every supported
version GHC.
2022-02-14 18:36:53 +01:00
sternenseemann 632fc5f2b1 haskell-language-server: retain old postInstall if any 2022-02-14 18:36:53 +01:00
sternenseemann dcb9ff59ca haskell-language-server: make linking configureable in wrapper
haskell-language-server will now default to building a shared
executable, as upstream does, complete with a huge closure. By passing
{ dynamic = false; } via override, it is still possible to build a
"statically linked" variant of HLS, as it used to be.

Note: Before this change HLS would fail to compile on aarch64.
2022-02-14 18:36:53 +01:00
sternenseemann 55f5fe385c haskellPackages.hs-mesos: place dont-distribute entry appropriately
hs-mesos doesn't depend on webkit and was misplaced.
2022-02-14 18:36:53 +01:00
Deniz Alpandsterni 40712e1494 haskellPackages.numerals: Disable version checks
We could also be using fetchFromGithub but the repo looks stale enough that it
doesn't really matter, plus the upper bounds for almost all the dependencies
doesn't exist anymore.
2022-02-14 18:36:53 +01:00
sternenseemann d550bbb3c7 haskellPackages.ihaskell: use enableSharedExecutable over adhoc flag 2022-02-14 18:36:53 +01:00
sternenseemann 52236bd4ae haskellPackages.haskell-language-server: fix shared build 2022-02-14 18:36:53 +01:00
sternenseemann 349d760195 haskell.packages.ghc902.alex: drop unnecessary patch 2022-02-14 18:36:53 +01:00
sternenseemann 3f88b15256 haskellPackages: preserve ghc-exactprint 1.4.1
We'll continue using this version for GHC 9.2.1. 1.5.0 changes behavior
in a breaking way, but the API stays the same, making it a risky
upgrade. Hopefully dependents will tell us via version constraints what
to use in the future.
2022-02-14 18:36:53 +01:00
Malte Brandyandsterni efea49ca13 haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2022-02-14 18:36:53 +01:00
Malte Brandyandsterni d1fb51c058 all-cabal-hashes: 2022-01-31T19:23:21Z -> 2022-02-06T15:34:38Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2022-02-14 18:36:53 +01:00
Malte Brandyandsterni 24e446b45a haskellPackages: stackage-lts 18.23 -> 18.24
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2022-02-14 18:36:53 +01:00
sternenseemann 4d94f512e2 haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2022-02-14 18:35:50 +01:00
sternenseemann aeb2d5e2bc all-cabal-hashes: 2022-02-06T15:34:38Z -> 2022-02-14T17:17:31Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2022-02-14 18:32:04 +01:00
sternenseemann c82e6a3887 haskellPackages: stackage-lts 18.24 -> 18.25
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
2022-02-14 18:31:45 +01:00
sternenseemann b4b2a8e02c haskellPackages.dates: unmark as broken 2022-02-14 18:18:40 +01:00
7c6f434candGitHub 117fdae4b6 Merge pull request #159351 from collares/sage-ipython-8
sage: don't test for Cython source code in tracebacks (temporarily)
2022-02-14 17:18:21 +00:00
sternenseemann 3bd40e42e9 Merge remote-tracking branch 'origin/master' into haskell-updates 2022-02-14 18:18:17 +01:00
Martin Weinelt 1a36fd0e32 python3Packages.django-auth-ldap: fix build
Add additional hints to get tests going, but they're still failing with
missing LDAP schemas somewhere.
2022-02-14 18:13:51 +01:00
R. Ryantm caa34f1650 buildpack: 0.23.0 -> 0.24.0 2022-02-14 17:12:51 +00:00
Fabian Affolter e6deab9c39 python3Packages.markups: rename 2022-02-14 18:08:09 +01:00
Fabian Affolter 2086287656 python3Packages.Markups: disable failing test 2022-02-14 18:04:10 +01:00
Fabian Affolter fe046a112d python3Packages.textile: init at 4.0.2 2022-02-14 18:01:09 +01:00
Fabian Affolter 4be6e3e90d python3Packages.aiopyarr: init at 22.2.1 2022-02-14 17:42:12 +01:00
R. RyantmandEric Bailey a97e45feae kubelogin: 0.0.10 -> 0.0.11 2022-02-14 10:33:39 -06:00
R. Ryantm bfa38e4c1a git-machete: 3.5.0 -> 3.7.2 2022-02-14 16:15:39 +00:00
R. RyantmandEric Bailey d662eaedbf latex2html: 2021.2 -> 2022 2022-02-14 10:10:40 -06:00
Emilia Bopp c935155b8d python3Packages.types-dateutil: init at 2.8.9 2022-02-14 17:09:13 +01:00
Fabian Affolter b8a447a21a flexget: override jsonschema 2022-02-14 17:02:58 +01:00
Fabian Affolter 1fc19f2f52 python3Packages.ibis-framework: relax atpublic constraint 2022-02-14 16:46:24 +01:00
R. Ryantm 0a5b5149e1 folly: 2022.02.07.00 -> 2022.02.14.00 2022-02-14 15:39:28 +00:00
sternenseemann 44ff13dd30 haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2022-02-14 16:22:03 +01:00
Florian KlinkandGitHub 007c8d9011 Merge pull request #159043 from qowoz/talosctl
talosctl: 0.14.1 -> 0.14.2, install completion
2022-02-14 16:01:33 +01:00
José Romildo fe813855cd xfce.xfce4-notifyd: 0.6.2 -> 0.6.3 2022-02-14 11:56:18 -03:00
R. Ryantm 52e5839591 droidcam: 1.8.1 -> 1.8.2 2022-02-14 14:52:12 +00:00
ArtturiandGitHub 736ba9ab10 Merge pull request #159975 from fgaz/vengi-tools/0.0.18 2022-02-14 16:23:42 +02:00
Connor Baker 1e5ffe1fc0 hadoop: Consolidate sha256 attrs and add assert for supported platforms 2022-02-14 09:21:28 -05:00
Jan van Brügge 75f5b1f5b2 isabelle: Rebuild isabelle_setup.jar
This jar contained a call to /usr/bin/env bash which was causing an
error during the build of the HOL session (which could be ignored) and
caused other errors during the development of https://github.com/NixOS/nixpkgs/pull/157515
 (which could not be ignored). This commit patches the java sources to
 call `bash` directly and rebuild the jar.
2022-02-14 15:17:58 +01:00
ArtturiandGitHub 69a4d3855b Merge pull request #159984 from K900/upd8n 2022-02-14 16:12:27 +02:00
ArtturiandGitHub be5974a48c Merge pull request #159947 from kamronm/wayback_machine_downloader-2.3.1 2022-02-14 15:52:33 +02:00