Commit graph

273665 commits

Author SHA1 Message Date
Jakub Kądziołka 5e401dcd2b
alacritty: fix build
Use postInstall instead of installPhase to give the cargo hooks a chance
to set $releaseDir.
2021-02-26 21:59:45 +01:00
Martin Weinelt d47ee0e778
Merge pull request #114461 from mweinelt/salt
salt: 3002.2 -> 3002.5
2021-02-26 21:54:35 +01:00
Peter Simons c1157b0ba5 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.16.0-13-gefcfbb2 from Hackage revision
20267f89a1.
2021-02-26 21:53:50 +01:00
Peter Simons 6e1562761b configuration-common: cosmetic 2021-02-26 21:49:30 +01:00
Peter Simons 64187ae13f haskell-text-icu: remedy a fatal absence of truth in the build 2021-02-26 21:48:21 +01:00
sternenseemann c5218b5245 rebol/default.nix: remove unused file
The rebol attribute has been removed over 4 years ago, so removing the
file as will is probably fine.

See d6cb238c8e.
2021-02-26 21:47:40 +01:00
sternenseemann b785d3bb27 bspwm/unstable.nix: clean up unused file
06c403e846 removed the bspwm-unstable
attribute, but forgot to remove the file which has been done in
this commit.
2021-02-26 21:44:53 +01:00
Peter Simons 09dd4a7ea0 cabal-install: fix build with ghc-9.0.x 2021-02-26 21:37:22 +01:00
Peter Simons 4e328c8c30 haskell-regex-base: drop obsolete patch for ghc-9.0.x 2021-02-26 21:35:56 +01:00
Peter Simons d2aeeb0d20 webkitgtk: remedy the build's confusion about the meaning of "truth"
The package could not compile because it did not know the meaning of
TRUE and FALSE [1]. So we have to make sure our build environment
provides reasonable, sensible definitions to make the build succeed.

[1] https://hydra.nixos.org/build/137292531
2021-02-26 21:35:56 +01:00
Florian Klink 1624ae8a96
Merge pull request #100433 from Patryk27/fixes/38509
nixos/containers: allow containers with long names to create private networks
2021-02-26 21:35:07 +01:00
Guillaume Girol b4389c0736
Merge pull request #114271 from hjones2199/siril
siril: 0.99.6 -> 0.99.8.1
2021-02-26 20:25:19 +00:00
Guillaume Girol 24d05ceb44
Merge pull request #114205 from veprbl/pr/herwig_7_2_2
herwig: 7.2.1 -> 7.2.2
2021-02-26 20:03:08 +00:00
sternenseemann 6a932fb74f pythonPackages.fonttools: 4.20.0 -> 4.21.1 2021-02-26 20:58:01 +01:00
Peter Simons 15834f4673 hackage2nix: update list of broken packages to fix evaluation errors on Hydra 2021-02-26 20:57:24 +01:00
Jörg Thalheim 98fc56e481
Merge pull request #114382 from bbuscarino/fix-libfaketime-patch
libfaketime: fix clang patch
2021-02-26 19:41:54 +00:00
Sandro e8446a3f77
Merge pull request #114396 from NeQuissimus/sbtextras
sbt-extras: 2021-02-04 → 2021-02-24
2021-02-26 20:40:10 +01:00
Ryan Mulligan 3864dcea59 monit: add ryantm to maintainers 2021-02-26 11:37:18 -08:00
Sandro a171d0b765
Merge pull request #114379 from victorluft/submergeupg 2021-02-26 20:35:37 +01:00
Guillaume Girol b12abe690d
Merge pull request #111282 from r-burns/libdrm-cross
libdrm: fix cross-compile to x86
2021-02-26 19:35:06 +00:00
Sandro a92c99e631
Merge pull request #114493 from NieDzejkob/tox-node
tox-node: fix build
2021-02-26 20:26:47 +01:00
Sandro e29500b80c
Merge pull request #114492 from periodic/patch-1
cockatrice: 2020-08-23-Release-2.7.5 -> 2021-01-26-Release-2.8.0
2021-02-26 20:23:28 +01:00
Peter Simons b10ff8e990 hackage2nix: update list of broken packages to fix evaluation errors on Hydra 2021-02-26 20:22:45 +01:00
Peter Simons 1f810ac9da git-annex: update to new version 8.20210223 2021-02-26 20:20:07 +01:00
Peter Simons 3334e95e6b
Merge pull request #114469 from maralorn/cabal-install
[haskell-updates] haskellPackages.cabal-install: Fix build for 3.4.0.0
2021-02-26 20:19:59 +01:00
Sandro dad1dc73c4
Merge pull request #114487 from bobrik/ivan/llvm11-openmp-aarch64-darwin
llvmPackages_11.openmp: make it compile on aarch64-darwin
2021-02-26 20:18:54 +01:00
adisbladis 222e1a14b0
Merge pull request #114484 from adisbladis/emacs-pdf-tool-closure-size
emacs.pkgs.pdf-tools: Remove references to dev outputs in epdfinfo
2021-02-26 20:58:36 +02:00
talyz ca725e7fcd
nixos/gitlab: Add gitlab.target
To make it easier to start and stop all GitLab services, introduce
`gitlab.target` which wants all services (meaning they will start with
it) and which all services are part of (meaning they will stop with
it).
2021-02-26 19:54:23 +01:00
talyz f38c601b54
nixosTests.gitlab: Test pages and mailroom service start
Make sure that the `gitlab-pages` and `gitlab-mailroom` services at
least start.
2021-02-26 19:54:11 +01:00
talyz 9d4e76dd46
nixos/gitlab: Make gitlab.service's PreStart into two new services
Make the config initialization script run in gitlab.service's PreStart
section into two new services, `gitlab-config.service` and
`gitlab-db-config.service`. Other services can then depend on the
config scripts they need instead of unnecessarily depending on
`gitlab.service`. This makes the reason for the configured service
dependencies much clearer and should also reduce the restart time of
the `gitlab` service quite a lot, when triggered manually.

Also, set up stricter service dependencies, using `bindsTo`, to ensure
that if a service fails or is stopped, its dependants are also
stopped. For example, if we're using the `postgresql` service and it's
stopped, `gitlab.service` and `gitlab-sidekiq.service`, which depend on
it to function, should also be stopped.
2021-02-26 19:54:05 +01:00
Michael Weiss 24e89ccb75
Merge pull request #113751 from bobrik/ivan/libglvnd-aarch64-darwin
libglvnd: disable asm on aarch64-darwin
2021-02-26 19:50:34 +01:00
Sandro 97da88a89b
Merge pull request #114467 from thiagokokada/sync-babashka-upstream
babashka: sync native-image arguments with upstream
2021-02-26 19:46:18 +01:00
Sandro c7be2fa934
Merge pull request #114448 from markus1189/anki-2-1-40
anki-bin: 2.1.38 -> 2.1.40
2021-02-26 19:45:02 +01:00
Sandro 919902ba01
Merge pull request #114445 from fabaff/bump-prawn 2021-02-26 19:44:28 +01:00
Sandro b9d79d6b57
Merge pull request #114159 from omasanori/fix-foundationdb60 2021-02-26 19:43:34 +01:00
Sandro edd0cce82b
Merge pull request #114277 from cab404/atom-154 2021-02-26 19:20:40 +01:00
Fabian Affolter ea3e9d551d python3Packages.slack-sdk: 3.3.0 -> 3.4.0 2021-02-26 19:15:06 +01:00
Jakub Kądziołka 3bd0b03fb3
tox-node: fix build
The custom installPhase got broken as the rust build scripts only
provide $releaseDir in postInstall hooks. The default rust installPhase
installs the same files, so the custom one is unnecessary.
2021-02-26 18:55:59 +01:00
Sandro a859f27d61
Merge pull request #114180 from omasanori/wasm-pack-update-deps 2021-02-26 18:49:54 +01:00
Drew Haven c18c9e0a36
cockatrice: 2020-08-23-Release-2.7.5 -> 2021-01-26-Release-2.8.0 2021-02-26 09:45:26 -08:00
Ivan Babrou ef13a2129b libglvnd: disable asm on aarch64-darwin
libglvnd itself doesn't know about `aarch64-darwin`, so it tries
to use assembly that is not supported by mach-o, failing as a result.
2021-02-26 09:45:13 -08:00
Michael Raskin 3a2195b750
Merge pull request #114406 from foolnotion/master
qt515 compatibility for qpdfview 0.4.18
2021-02-26 17:40:58 +00:00
Michael Raskin c6bcceb275
Merge pull request #114460 from r-ryantm/auto-update/lazarus-gtk2
lazarus: 2.0.10-2 -> 2.0.12
2021-02-26 17:34:08 +00:00
Félix Baylac-Jacqué 878e12fb80
prosody: 0.11.7 -> 0.11.8
It's a minor release, there's no major improvement/breaking change.

See https://blog.prosody.im/prosody-0.11.8-released/ for the full changelog.
2021-02-26 18:33:44 +01:00
Ivan Babrou f78f6cd339 llvmPackages_11.openmp: make it compile on aarch64-darwin 2021-02-26 09:24:00 -08:00
Sandro 74025ebf66
Merge pull request #114384 from mschwaig/google-auth-depends-on-six
pythonPackages.google-auth: add missing dependency on six
2021-02-26 18:17:41 +01:00
Christopher League 218353d3f0
clips: 6.30 -> 6.31; supersedes and closes #109914 (#114132)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-02-26 18:16:54 +01:00
adisbladis 92f2c8b4ac
firefox-bin: Remove alsa/libpulseaudio dev outputs
It doesn't seem that these make any functional difference, but they are
increasing the closure size.
2021-02-26 19:07:52 +02:00
Sandro 4f1bbdc882
Merge pull request #114453 from MayNiklas/master
plex: 1.21.4.4054-bab510e86 -> 1.21.4.4079-1b7748a7b
2021-02-26 18:07:36 +01:00
adisbladis 32b5534f73
emacs.pkgs.pdf-tools: Remove references to dev outputs in epdfinfo 2021-02-26 19:05:25 +02:00