Commit graph

273282 commits

Author SHA1 Message Date
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
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
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
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
Sandro 84ffcd2b5b
Merge pull request #114444 from fortuneteller2k/update-mpd
mpd: 0.22.5 -> 0.22.6
2021-02-26 18:01:14 +01:00
Patryk Wychowaniec 336ef2de99
nixos/containers: allow containers with long names to create private networks
Launching a container with a private network requires creating a
dedicated networking interface for it; name of that interface is derived
from the container name itself - e.g. a container named `foo` gets
attached to an interface named `ve-foo`.

An interface name can span up to IFNAMSIZ characters, which means that a
container name must contain at most IFNAMSIZ - 3 - 1 = 11 characters;
it's a limit that we validate using a build-time assertion.

This limit has been upgraded with Linux 5.8, as it allows for an
interface to contain a so-called altname, which can be much longer,
while remaining treated as a first-class citizen.

Since altnames have been supported natively by systemd for a while now,
due diligence on our side ends with dropping the name-assertion on newer
kernels.

This commit closes #38509.

systemd/systemd#14467
systemd/systemd#17220
https://lwn.net/Articles/794289/
2021-02-26 17:48:49 +01:00
Patryk Wychowaniec 5f1345a303
nixos/containers: styling improvements 2021-02-26 17:44:14 +01:00
benneti 8e5a172d0c
git-credential-gopass: init at 1.12.0 (#114457)
* maintainers: add benneti

* git-credential-gopass: init at 1.12.0

* Update pkgs/tools/security/gopass/git-credential.nix

* Update pkgs/tools/security/gopass/git-credential.nix

Co-authored-by: WORLDofPEACE <worldofpeace@protonmail.ch>
2021-02-26 11:37:34 -05:00
R. RyanTM a45a1b2318 nats-streaming-server: 0.19.0 -> 0.20.0 2021-02-26 11:18:32 -05:00
Peter Simons ecda7a86e7 Merge origin/master into haskell-updates. 2021-02-26 16:59:40 +01:00
sohalt 455cb9f913 FreeCAD: add spacenav support 2021-02-26 16:58:00 +01:00