284116 Commits

Author SHA1 Message Date
edef
c178794605
Merge pull request #119588 from hzeller/gmrender-resurrect-008-009
gmrender-resurrect: 0.0.8 -> 0.0.9
2021-04-16 17:58:38 +00:00
Martin Weinelt
1a11337ccf
python3Packages.pycomfoconnect: drop unused pytestCheckHook input 2021-04-16 19:54:30 +02:00
Martin Weinelt
e8635f55b4 home-assistant: 2021.4.4 -> 2021.4.5 2021-04-16 19:54:14 +02:00
Jörg Thalheim
ef9300b3ef
Merge pull request #119126 from fabaff/pycomfoconnect
python3Packages.pycomfoconnect: init at 0.4
2021-04-16 18:44:28 +01:00
Francesco Gazzetta
087f1e1daf
pikchr: init at unstable-2021-04-07 (#119006) 2021-04-16 13:36:11 -04:00
"SEbbaDK"
8416de5475 kakounePlugins: update 2021-04-16 19:31:10 +02:00
SEbbaDK
12d590ba3d kakounePlugins: Add pandoc.kak 2021-04-16 19:30:40 +02:00
06kellyjac
d5a4dec5d2 agate: fix cargoSha256 change 2021-04-16 18:24:08 +01:00
sternenseemann
591ef853c7 haskellPackages.lzma-static: unbreak 2021-04-16 19:21:41 +02:00
Sandro
a8f6369dda
Merge pull request #119621 from reedrw/neofetch-lscpi
neofetch: wrap with pciutils
2021-04-16 19:14:53 +02:00
Sandro
49c7d9eb10
Merge pull request #119549 from payasrelekar/go-org
go-org: 1.4.0 -> 1.5.0
2021-04-16 19:13:46 +02:00
Jörg Thalheim
625fc39c2f
Merge pull request #117780 from cmacrae/fix/spacebar
spacebar: fix builds on macOS Big Sur
2021-04-16 18:12:46 +01:00
Milan Pässler
93ad4bae79 mindustry: mark as broken
The Mindustry source code makes heavy use of internal Java APIs that
were deprecated in Java 6 and removed in Java 16. It also makes use
of features that require Java >=14.
The author is not ready to provide compatibility with any
maintained Java version at this time.
2021-04-16 18:54:04 +02:00
Anderson Torres
93049c5799
Merge pull request #119583 from AndersonTorres/new-emacs-modes
Update emacs modes
2021-04-16 13:52:41 -03:00
Sandro
dc583625b2
Merge pull request #119626 from 06kellyjac/terragrunt
terragrunt: 0.28.22 -> 0.28.24
2021-04-16 18:24:38 +02:00
Sandro
5e624005ce
Merge pull request #119635 from bachp/cryptomator-1.5.14
cryptomator: 1.5.13 -> 1.5.14
2021-04-16 18:22:54 +02:00
Calum MacRae
28192c446c
spacebar: fix builds on macOS Big Sur 2021-04-16 17:19:17 +01:00
Calum MacRae
2c82907da4
apple-sdk: generate SkyLight framework outputs 2021-04-16 17:19:17 +01:00
Calum MacRae
914c604a01
apple-sdk: fix PrivateFrameworks symlinks
With the absence of these symlinks, private frameworks aren't exposed
to the linker.
2021-04-16 17:19:17 +01:00
sternenseemann
ecfd3d4c53 nixos/services/matrix-synapse: fix eval errors in manual example 2021-04-16 18:13:42 +02:00
Sandro
1ebf76d659
Merge pull request #119619 from rhoriguchi/vscode-extensions.gruntfuggly.todo-tree
vscode-extensions.gruntfuggly.todo-tree: 0.0.209 -> 0.0.211
2021-04-16 18:13:13 +02:00
Yurii Matsiuk
7dc5c0f1e1
bluejeans: 2.19.0 -> 2.21.3 (#119599)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Yurii Matsiuk <ymatsiuk@users.noreply.github.com>
2021-04-16 18:11:37 +02:00
Marc 'risson' Schmitt
dba0cfb2d9
yubioath-desktop: 5.0.4 -> 5.0.5
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2021-04-16 17:56:26 +02:00
Reed
4130abfe12 neofetch: wrap with pciutils 2021-04-16 11:41:45 -04:00
Sandro
f0efbe21f9
Merge pull request #119616 from LeSuisse/pyvmomi-7.0.1
python3Packages.pyvmomi: fix the build
2021-04-16 17:38:10 +02:00
Sandro
c18e0168e9
Merge pull request #119620 from rhoriguchi/gnomeExtensions.unite
gnomeExtensions.unite: 49 -> 50
2021-04-16 17:36:05 +02:00
Pascal Bach
4f3907fc0f cryptomator: 1.5.13 -> 1.5.14 2021-04-16 17:33:25 +02:00
Claudio Bley
b77c77debb kupfer: 319 -> 321
* add itstool to nativeBuildTools for building help pages in different languages
* add desktop-file-utils and shared-mime-info to nativeBuildTools which are
  needed when building
2021-04-16 11:26:21 -04:00
sternenseemann
ca9be0511b binutils-unwrapped: force targetPrefix if cross compiling
The binutils build system checks by itself if it is building a cross
toolchain or not and prepends or omits a targetPrefix accordingly. This
means that we can always pass target via configureTargets.

However the binutils build system and our bintools wrapper disagree over
whether we are building a cross toolchain or not sometimes since cross
compilation can be relatively subtle in nixpkgs. For example every use
of crossOverlays will make nixpkgs build a cross toolchain even though
localSystem == crossSystem. The cross infrastructure is also used to
build native binaries with a different stdenv (musl instead of glibc,
clang instead of gcc). In all of these cases stdenv.hostPlatform.config
== stdenv.targetPlatform.config, causing binutils to not prepend a
target prefix. At the same time stdenv.hostPlatform !=
stdenv.targetPlatform causing the bintools wrapper to expect a target
prefix, thus building an incomplete set of bintools. This is why
currently pkgsCross.gnu64 and pkgsCross.musl64 aren't working.

The solution is quite simple however: If we detect that we are building
a cross toolchain in the binutils-unwrapped expression, we force the
targetPrefix with --programprefix and fulfill the expectations of the
bintools wrapper at the same time.

Tested (on x86_64-linux):

* pkgsCross.musl64.hello
* pkgsCross.aarch64-multiplatform.hello
* pkgs.hello

Still not working is pkgsCross.gnu64, since
x86_64-unknown-linux-gnu-stage-final-gcc gets confused about targets
now, so bootstrapping the stdenv fails. Since this wasn't working
previously anyways, it's proably fine to fix this separately.
2021-04-16 17:12:45 +02:00
Malte Brandy
4c71d57c99
haskellPackages.haskell-language-server: Fix more deps to stay compat with 1.0.0 2021-04-16 17:04:45 +02:00
Maxine Aubrey
850d64142e
consul: 1.9.4 -> 1.9.5 2021-04-16 17:00:32 +02:00
Bernardo Meurer
2461d45772
Merge pull request #119561 from Synthetica9/waybar-0.9.7 2021-04-16 14:52:56 +00:00
06kellyjac
55f76ad8fd terragrunt: 0.28.22 -> 0.28.24 2021-04-16 15:49:44 +01:00
Peter Simons
f16b70941f hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.17.0-8-ge18310f from Hackage revision
3970dc5335.
2021-04-16 16:25:42 +02:00
Kim Lindberger
37f49597e3
Merge pull request #118861 from talyz/gitlab-shell-fix
gitlab-shell: 13.15.1 -> 13.17.0
2021-04-16 16:17:58 +02:00
Kim Lindberger
7124e24a47
Merge pull request #119596 from talyz/discourse-2.6.5
discourse: 2.6.3 -> 2.6.5, module fixes
2021-04-16 16:06:47 +02:00
Alyssa Ross
f8db5c60f3 giflib_4_1: remove
Everything still using this builds fine without it.
2021-04-16 14:06:10 +00:00
Alyssa Ross
e459db3f81 glsurf: fix license
The README says GPL 2 or any later version, not LGPL.
2021-04-16 14:06:10 +00:00
Alyssa Ross
70e33e3ae3 glsurf: use current giflib
This requires bumping the version of camlimages used by glsurf to a
version that supports current giflib.  The most recent versions of
camlimages (even of 4.x) don't support ocaml 4.01 any more, so I've
upgraded to 4.1.2 here, the last version that supports ocaml 4.01 (and
which happily supports current giflib).
2021-04-16 14:06:10 +00:00
Alyssa Ross
6e3b5fd046 libungif: remove in favour of giflib
libungif was merged into giflib in 2006, and hasn't been updated
since.  All non-broken packages still using it build fine with giflib.

See <http://giflib.sourceforge.net/history.html>.
2021-04-16 14:06:10 +00:00
Alyssa Ross
451d9d6f8e fbv: fix build with giflib; clarify license
libungif was merged into giflib in 2006, and hasn't been updated
since.
2021-04-16 14:06:10 +00:00
Alyssa Ross
a2a5b1d6e7 imlib: fix build with giflib; clarify license
libungif was merged into giflib in 2006, and hasn't been updated
since.
2021-04-16 14:06:10 +00:00
Alyssa Ross
6694363a3a swftools: mark insecure; clarify license
Fixes: https://github.com/NixOS/nixpkgs/issues/90991
2021-04-16 14:06:10 +00:00
Alyssa Ross
b1037225ef infoqscraper: mark broken 2021-04-16 14:06:10 +00:00
Ryan Horiguchi
9ad3ceaea4
gnomeExtensions.unite: 49 -> 50 2021-04-16 16:04:24 +02:00
Sebastian Jordan
2e6b1f573f
pythonPackages.tqdm: Fix build on i686 architecture (#119608) 2021-04-16 09:58:49 -04:00
Ryan Horiguchi
f9a7983759
vscode-extensions.gruntfuggly.todo-tree: 0.0.209 -> 0.0.211 2021-04-16 15:56:51 +02:00
Sandro
d7ffdde842
Merge pull request #119613 from happysalada/update_wrangler
wrangler: 1.15.0 -> 1.16.0
2021-04-16 15:44:26 +02:00
Pascal Bach
88ccf36626
Merge pull request #117305 from r-ryantm/auto-update/digikam
digikam: 7.1.0 -> 7.2.0
2021-04-16 15:41:36 +02:00
Thomas Gerbet
d4827fcb1d python3Packages.pyvmomi: fix the build 2021-04-16 15:14:11 +02:00