Commit Graph
296719 Commits
Author SHA1 Message Date
Malte Brandy 208c19ef47 all-cabal-hashes: 2021-06-19T11:58:52Z -> 2021-06-21T21:28:52Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2021-06-22 00:50:29 +02:00
sternenseemannandsterni 377924dd7b haskellPackages: take (more) tool dependencies from buildPackages
Fix instances of tool dependencies coming from `self` or `pkgs`
instead of `self.buildHaskellPackages` or `pkgs.buildPackages`
respectively. This makes sure cross-evaluation and -compilation will
work although their may still be more kinks to work out (or cases I
missed). This change was mostly created by searching for `[tTool]` and
`\${` in the respective files.

Note that this has intentionally not been for test tool dependencies:
Like in `stdenv.mkDerivation` we need to view tests as being executed
on the *host platform* which is why we can't run tests while cross
compiling anyways. In practice this is not an important distinction,
though: `pkgs.buildPackages` and `pkgs` are almost identical in the
native case.

Resolves #127232.
2021-06-22 00:18:12 +02:00
sternenseemannandsterni 0917e2ae27 haskellPackages.tasty-discover: run test suite in native case
For native compilation, we can just add the intermediary build
directory to `PATH` which allows the test suite to be preprocessed by
tasty-discover itself.

When cross-compiling, `doCheck` will be false anyways and this won't
matter (fingers crossed!).
2021-06-22 00:18:12 +02:00
sternenseemannandsterni c0b69bcbb9 haskellPackages.tasty-discover: simplify override
If we are cross compiling we can't and don't run the tests since they
wouldn't be able to be executed on the host platform.

While native compiling, we need to avoid an infinite recursion.
2021-06-22 00:18:12 +02:00
sternenseemann 83220ad7b9 haskellPackages.cachix: move shell completion override to configuration-nix 2021-06-21 20:14:35 +02:00
sternenseemann 48941ef342 haskellPackages.rel8: add myself as maintainer
I want to babysit the test suites of tmp-postgres and rel8 as well as
hopefully annoying upstream to stop this silliness.
2021-06-21 19:55:09 +02:00
sternenseemann 29229016f9 haskellPackages.blucontrol: 0.5.0.0 -> 0.5.1.1
Unbreaks build since X11 >= 1.10 is supported as well.
2021-06-21 12:43:24 +02:00
sternenseemann a117b4a33c haskellPackages.cachix{,-api}: add domen as a maintainer 2021-06-21 12:34:55 +02:00
(cdep)illabout 8ec3faac52 spago: patch for newer versions library 2021-06-21 13:33:24 +09:00
(cdep)illabout 7bd01900a5 haskellPackages.termonad: dontCheck on arm because of doctests 2021-06-21 11:59:52 +09:00
(cdep)illabout 4329d39319 haskell-updates: sort list of dontCheck packages in configuration-arm.nix 2021-06-21 11:58:38 +09:00
Kerstin Hummandsterni 184df12179 haskellPackages.hakyll: fix build for Pandoc 2.14 2021-06-21 02:11:30 +02:00
Malte Brandy 17af0071b5 haskellPackages.haskell-language-server: Fix darwin and aarch64 builds 2021-06-21 01:39:01 +02:00
sternenseemann 0e9230fcce haskellPackages.rel8: make test suite work by providing postgres tools 2021-06-20 23:52:20 +02:00
sternenseemann dd728cd017 haskellPackages.tmp-postgres: fix test suite
Was failing before when trying to create files in `$HOME` and marked as
broken subsequently.
2021-06-20 23:51:37 +02:00
sternenseemann feed0f7253 haskell.packages.ghc901.generic-deriving: remove unnecessary patch
The stackage update seems to include a version with this commit.
2021-06-20 23:28:31 +02:00
Malte Brandy 69e8d6b92a haskellPackages.stylish-haskell: Fix on ghc 8.8.x 2021-06-20 23:22:32 +02:00
Malte Brandy cc0558d2ee haskellPackages.ghcup: Jailbreak to fix build 2021-06-20 23:17:15 +02:00
Malte Brandy 1f8ca5256a haskellPackages.email-validate: Jailbreak 2021-06-20 22:41:27 +02:00
sternenseemann 6a49456aef haskellPackages.futhark: 0.19.4 -> 0.19.6
Now that stackage lts 18 has version 5.0.0, we can upgrade futhark.
2021-06-20 22:12:10 +02:00
Malte Brandy a5052e1c6e haskellPackages.haskell-language-server: Fix build for 1.2.0.0 2021-06-20 21:56:34 +02:00
Malte Brandy 9c6048cf2d haskellPackages: remove obsolete gi-gdk pins 2021-06-20 21:53:25 +02:00
Dennis GosnellandGitHub 863f7dec5d Merge pull request #127552 from sternenseemann/haskell-stackage-gi-0.25
haskellPackages: remove haskell-gi overrides obsolete due to lts
2021-06-20 22:58:26 +09:00
sternenseemann 1ff77ab23c haskellPackages: remove haskell-gi overrides obsolete due to lts
stackage LTS 18 luckily updated haskell-gi and related libraries to
0.25, so we can remove a lot of overrides. I also unrestricted some of
them in configuration-hackage2nix/main.yml and removed the overrides
updating them in configuration-common.nix (I guess the person doing
the upgrades thought those libraries were also in stackage).
2021-06-20 13:37:12 +02:00
sternenseemann 22af79ab45 haskellPackages.composite-{base,aeson}: assert indicating removal
Add assert which will fail when the overrides can be removed. Upstream
has patched the bounds, but hasn't made a new release nor a hackage
revision so far.
2021-06-19 19:45:57 +02:00
sternenseemann 6f64adbf76 haskell.packages.ghc901.cryptonite: remove unnecessary override
Stackage LTS 18 has brought cryptonite 0.29, so this override breaks evaluation.
2021-06-19 19:37:07 +02:00
Malte Brandy 9398b5f08e haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2021-06-19 14:23:50 +02:00
Malte Brandy 465f4e27be all-cabal-hashes: 2021-06-12T16:23:24Z -> 2021-06-19T11:58:52Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2021-06-19 14:22:10 +02:00
Malte Brandy bf3a3b62e4 haskellPackages: switch from stackage-nightly to stackage-lts 18.0 2021-06-19 14:18:17 +02:00
maralornandGitHub 1070b786a9 Merge pull request #126693 from NixOS/haskell-updates 2021-06-19 03:23:12 +02:00
Mario RodasandGitHub f96d3cae5c Merge pull request #127294 from r-ryantm/auto-update/flow
flow: 0.152.0 -> 0.153.0
2021-06-18 19:17:00 -05:00
Mario RodasandGitHub ea135fa8ed Merge pull request #127307 from r-ryantm/auto-update/go-toml
go-toml: 1.9.2 -> 1.9.3
2021-06-18 19:15:50 -05:00
Martin WeineltandGitHub 1a7a786dc1 Merge pull request #127418 from dotlambda/emulated-roku-init 2021-06-19 01:19:06 +02:00
Doron BeharandGitHub 847fa4931b Merge pull request #127387 from L-as/connman
connman: 1.39 -> 1.40
2021-06-18 22:08:40 +00:00
Robert Schütz 3b35637fdc home-assistant: test emulated_roku component 2021-06-18 23:47:19 +02:00
Robert Schütz 4fb1db2d73 home-assistant: update component-packages.nix 2021-06-18 23:44:53 +02:00
Robert Schütz bf6d5f3d0f python3Packages.emulated-roku: init at 0.2.1 2021-06-18 23:43:59 +02:00
Maximilian BoschandGitHub e914a9aeb2 Merge pull request #127380 from Ma27/bump-gitea
gitea: 1.14.2 -> 1.14.3
2021-06-18 22:37:02 +02:00
SandroandGitHub 78ca8a52b5 Merge pull request #127362 from applePrincess/fix-pecan-sqlalchemy
python3Packages.pecan: apply the patch for SQLAlchemy 1.4.x
2021-06-18 22:18:06 +02:00
Ryan MulliganandGitHub dbd9eec6c9 Merge pull request #127159 from r-ryantm/auto-update/bosh-cli
bosh-cli: 6.4.3 -> 6.4.4
2021-06-18 12:53:08 -07:00
Las Safin 12bc6bff40 connman: 1.39 -> 1.40 2021-06-18 18:50:28 +00:00
SandroandGitHub 28b1fb9630 Merge pull request #126646 from ethancedwards8/guile-json
guile-json: init at 4.4.1
2021-06-18 20:36:43 +02:00
8534a4e1a8 libvori: init at 210412 (#127373)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-18 20:36:10 +02:00
SandroandGitHub 927ad99728 Merge pull request #127377 from dotlambda/python-subprocess-1.1.1 2021-06-18 20:27:58 +02:00
SandroandGitHub 1598bfdb4b Merge pull request #127374 from dotlambda/enocean-init 2021-06-18 20:20:03 +02:00
SandroandGitHub 75f70a36ca Merge pull request #125896 from Fundament-Software/terra 2021-06-18 20:16:32 +02:00
Martin WeineltandGitHub af664bf942 Merge pull request #127127 from mweinelt/home-assistant
nixos/home-assistant: update hardening
2021-06-18 20:15:05 +02:00
SandroandGitHub 6921dd89fc Merge pull request #124278 from lsix/xtensor-python 2021-06-18 20:04:18 +02:00
SandroandGitHub 1bea1daefd Merge pull request #127365 from davegallant/infracost-0.9.1
infracost: init at 0.9.1
2021-06-18 20:03:55 +02:00
SandroandGitHub 4dfa1d108a Merge pull request #124495 from bolasblack/feat/asdf-vm
asdf-vm: init at 0.8.1
2021-06-18 20:03:33 +02:00