Commit Graph

37991 Commits

Author SHA1 Message Date
Sandro 856dc82a7f
Merge pull request #126654 from drupol/feature/add-symfony-cli-backport 2021-06-15 15:02:46 +02:00
Pol Dellaiera e4fe0a62ae symfony-cli: init at 4.25.2
(cherry picked from commit f1bbe0c2cacba75b96311ea0ffea8cd1222ed1ed)
2021-06-14 14:38:14 +02:00
Yurii Matsiuk 48b5af66d9 linux: remove 5.11
(cherry picked from commit 73f7db3ecd9f2ca744ed82d7bfc954601c591350)
2021-06-08 18:26:34 +00:00
Vojtěch Káně e387f0600c lightworks: 14.0.0 -> 2021.2
(cherry picked from commit 2c3d045bc31e7baab833b1d4adb553263e75fe2e)
2021-06-04 19:11:08 +00:00
Vladimír Čunát 3903d2d41d
Merge #125139: firefox: 88.0.1 -> 89.0 (into release-21.05) 2021-06-04 09:35:18 +02:00
Jonathan Ringer 4c2e84394c linuxPackages.ati_drivers_x11: move to alias set
(cherry picked from commit 095e6fdd126c91f3196bf19cbbc5caf8d6c292a9)
2021-06-03 23:01:50 -07:00
Martin Weinelt 58bf12dbbf samba4Full: disable glusterfs support
The samba package was marked as broken, when enableGlusterFS is true.

The samba build with glusterfs fails due to API breakage that I am
unable to debug:

[3562/4088] Compiling source3/modules/vfs_virusfilter.c
../../source3/modules/vfs_glusterfs.c: In function ‘vfs_gluster_pread’:
../../source3/modules/vfs_glusterfs.c:856:8: error: too few arguments to function ‘glfs_pread’
  856 |  ret = glfs_pread(glfd, data, n, offset, 0);
      |        ^~~~~~~~~~
In file included from ../../source3/modules/vfs_glusterfs.c:41:
/nix/store/0gzaf6fqgfxfns19zlc07dyjqigj7ak7-glusterfs-9.0/include/glusterfs/api/glfs.h:713:1: note: declared here
  713 | glfs_pread(glfs_fd_t *fd, void *buf, size_t count, off_t offset, int flags,
      | ^~~~~~~~~~
../../source3/modules/vfs_glusterfs.c: In function ‘vfs_gluster_pread_do’:
../../source3/modules/vfs_glusterfs.c:938:16: error: too few arguments to function ‘glfs_pread’
  938 |   state->ret = glfs_pread(state->fd, state->buf, state->count,
      |                ^~~~~~~~~~
In file included from ../../source3/modules/vfs_glusterfs.c:41:
/nix/store/0gzaf6fqgfxfns19zlc07dyjqigj7ak7-glusterfs-9.0/include/glusterfs/api/glfs.h:713:1: note: declared here
  713 | glfs_pread(glfs_fd_t *fd, void *buf, size_t count, off_t offset, int flags,
      | ^~~~~~~~~~
../../source3/modules/vfs_glusterfs.c: In function ‘vfs_gluster_pwrite_do’:
../../source3/modules/vfs_glusterfs.c:1077:16: error: too few arguments to function ‘glfs_pwrite’
 1077 |   state->ret = glfs_pwrite(state->fd, state->buf, state->count,
      |                ^~~~~~~~~~~
In file included from ../../source3/modules/vfs_glusterfs.c:41:
/nix/store/0gzaf6fqgfxfns19zlc07dyjqigj7ak7-glusterfs-9.0/include/glusterfs/api/glfs.h:717:1: note: declared here
  717 | glfs_pwrite(glfs_fd_t *fd, const void *buf, size_t count, off_t offset,
      | ^~~~~~~~~~~
../../source3/modules/vfs_glusterfs.c: In function ‘vfs_gluster_pwrite’:
../../source3/modules/vfs_glusterfs.c:1161:8: error: too few arguments to function ‘glfs_pwrite’
 1161 |  ret = glfs_pwrite(glfd, data, n, offset, 0);
      |        ^~~~~~~~~~~
In file included from ../../source3/modules/vfs_glusterfs.c:41:
/nix/store/0gzaf6fqgfxfns19zlc07dyjqigj7ak7-glusterfs-9.0/include/glusterfs/api/glfs.h:717:1: note: declared here
  717 | glfs_pwrite(glfs_fd_t *fd, const void *buf, size_t count, off_t offset,
      | ^~~~~~~~~~~
../../source3/modules/vfs_glusterfs.c: In function ‘vfs_gluster_fsync_do’:
../../source3/modules/vfs_glusterfs.c:1287:16: error: too few arguments to function ‘glfs_fsync’
 1287 |   state->ret = glfs_fsync(state->fd);
      |                ^~~~~~~~~~
In file included from ../../source3/modules/vfs_glusterfs.c:41:
/nix/store/0gzaf6fqgfxfns19zlc07dyjqigj7ak7-glusterfs-9.0/include/glusterfs/api/glfs.h:790:1: note: declared here
  790 | glfs_fsync(glfs_fd_t *fd, struct glfs_stat *prestat,
      | ^~~~~~~~~~
../../source3/modules/vfs_glusterfs.c: In function ‘vfs_gluster_ftruncate’:
../../source3/modules/vfs_glusterfs.c:1621:8: error: too few arguments to function ‘glfs_ftruncate’
 1621 |  ret = glfs_ftruncate(glfd, offset);
      |        ^~~~~~~~~~~~~~
In file included from ../../source3/modules/vfs_glusterfs.c:41:
/nix/store/0gzaf6fqgfxfns19zlc07dyjqigj7ak7-glusterfs-9.0/include/glusterfs/api/glfs.h:768:1: note: declared here
  768 | glfs_ftruncate(glfs_fd_t *fd, off_t length, struct glfs_stat *prestat,
      | ^~~~~~~~~~~~~~

../../source3/modules/vfs_virusfilter.c: In function ‘quarantine_create_dir’:
../../source3/modules/vfs_virusfilter.c:132:13: warning: implicit declaration of function ‘strlcat’; did you mean ‘strncat’? [-Wimplicit-function-declaration]
  132 |   cat_len = strlcat(new_dir, "/", len + 1);
      |             ^~~~~~~
      |             strncat

Waf: Leaving directory `/build/samba-4.14.4/bin/default'
Build failed
 -> task in 'vfs_glusterfs.objlist' failed with exit status 1 (run with -v to display more information)

(cherry picked from commit fac761a55ad4d6c6a8498c468ec7e5c43b984264)
2021-06-03 18:19:49 +00:00
Robert Hensing 297970378b
Merge pull request #125341 from hercules-ci/backport-podman-improvements
[Backport release-21.05] podman improvements
2021-06-02 18:23:15 +02:00
Thomas Depierre 0894deca29 beam-packages: drop erlang R18 R19 R20 and cuter
(cherry picked from commit f55c3e2f21073be564fed477847ad5bd649c9fb9)
2021-06-02 19:23:26 +09:00
Mark Vainomaa d33aa3d0d3 dnsname-cni: init at 1.1.1
(cherry picked from commit 5826e9020636c8ba3bc311294ce78b6466fd2b24)
2021-06-02 10:20:10 +02:00
zowoq 32c5e04919 docker: add clientOnly / docker-client
Currently the docker client is only available on non-linux platforms as `docker`,
this makes the client available on linux and other platforms as `docker-client`.

(cherry picked from commit 7233acd515546107e5902a8fef6832f4f319390c)
2021-06-02 09:14:21 +02:00
Sandro 4eb41db7d8
Merge pull request #124595 from mohe2015/backport-124347-21.05 2021-06-01 10:01:00 +02:00
Vincent Bernat 4718cb50f5 nginx: fix link to discussion explaining why "with" is not used
This is because we are in a huge "rec" that takes precedence for
symbols in its scope, despite the more nested "with".

(cherry picked from commit 7ee8945a120da5b10fa0eac9fc59b92531ac8552)
2021-06-01 07:30:28 +00:00
Martin Weinelt 05a82f0f46
rust-cbindgen_latest: init at 0.19.0 2021-06-01 01:25:19 +02:00
Jonathan Ringer 7b601ada77
Merge remote-tracking branch 'origin/release-21.05' into staging-next-21.05 2021-05-31 12:44:56 -07:00
Sandro Jäckel c99249df0f twine: add top-level entry
(cherry picked from commit 166e67b4de27a25e56f8abb791e965bfed512496)
2021-05-30 02:20:11 +00:00
Dmitry Kalinkin 7198e20169 webkitgtk: fix on darwin
(cherry picked from commit 61e49ba58b487b49832028a1829f50fd2abcab06)
2021-05-29 18:39:16 -04:00
David Guibert 42a8ab0dbe
step-ca: use latest buildGoModule
(cherry picked from commit acf134771c79171ce183aa85aec162e03763bc30)
2021-05-29 13:09:07 +02:00
Zhaofeng Li 25115a31d7 xpra: Add NVENC support
(cherry picked from commit 80e86f8871e3d4e328f5185e98cefa44269fc474)
2021-05-28 21:39:53 -04:00
Zhaofeng Li a5cbb1a436 nv-codec-headers-10: init at 10.0.26.2
(cherry picked from commit 13f114593bb7796010fccaffbdb0686852a1de27)
2021-05-28 21:39:53 -04:00
Dominik Xaver Hörl c50592961a linuxPackages_latest: update to 5.12
(cherry picked from commit 755db9a1e9a35c185f7d6c0463025e94ef44622e)
2021-05-28 18:32:16 -07:00
Domen Kožar 8a5ec66c40 patray: Yet another tray pulseaudio frontend
(cherry picked from commit 4758dd48140070052212e57941dc7dd3ded1c603)
2021-05-28 18:36:24 -04:00
rnhmjoj fc8280a67c
openconnect-head: init at 2021-05-05
(cherry picked from commit 2d1090a0588f8130f7b49582b552f4402b39bc23)
2021-05-26 19:43:36 +02:00
Harrison Houghton 6ac38da61b pinball: fix
There was an override of autoconfHook to use automake 1.15.x; I'm not
sure what changed since this package was added but it explicitly needs
1.16.1 or greater for the submodule libltdl.

Anyhow, just remove the override.

(cherry picked from commit 3e4aeea693d3473427d7a7a4b028c3a6a1a8908e)
2021-05-26 08:07:53 -07:00
Luka Blaskovic 76e136bb5e rustc: 1_52, use correct llvm version 2021-05-24 23:47:14 -07:00
Jonathan Ringer 11a9ac00fc
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
 pkgs/tools/networking/xh/default.nix
2021-05-22 18:19:10 -07:00
Sandro ad4b24a802
Merge pull request #123684 from netcrns/netcrns/bunyan 2021-05-23 02:03:14 +02:00
netcrns 119a3e6a35 bunyan-rs: init at 0.1.2
Update pkgs/development/tools/bunyan-rs/default.nix
2021-05-22 18:55:33 +02:00
Sandro 832d804bbc
Merge pull request #123710 from JamieMagee/wslu
wslu: init at 3.2.3
2021-05-22 17:26:33 +02:00
Sandro 8f0f1926a9
Merge pull request #123123 from trobert/remove-openconnect_pa
openconnect_pa: remove, integrated in openconnect upstream
2021-05-22 17:02:53 +02:00
Sandro 62c7925218
Merge pull request #123977 from fortuneteller2k/bfetch 2021-05-22 16:42:52 +02:00
Sandro 34566ec1b9
Merge pull request #124009 from lourkeur/init/git-aggregator
git-aggregator: init at 1.8.1
2021-05-22 16:32:57 +02:00
Vladimír Čunát 7f651d15e2
Merge #122696: cmakeWithQt4Gui: drop 2021-05-22 16:10:27 +02:00
Sandro 573752b6cf
Merge pull request #122754 from zaninime/opentrack 2021-05-22 16:01:05 +02:00
Sandro 55aa5e870c
Merge pull request #123226 from pacien/ldgallery-fix-darwin-build 2021-05-22 15:51:52 +02:00
Gabriel Ebner ca0f0212c2
Merge pull request #121042 from gebner/diffoscope-bloat
diffoscope: enable bloat by default
2021-05-22 15:44:47 +02:00
pacien eb01e51938 ldgallery: fix darwin build
This adds a missing build dependency for building on Darwin.

GitHub: fixes #122681
2021-05-22 15:27:17 +02:00
Sandro f1452b8978
Merge pull request #123829 from LogicalOverflow/master 2021-05-22 14:36:01 +02:00
github-actions[bot] 563389a7fd
Merge master into staging-next 2021-05-22 12:27:09 +00:00
Louis Bettens 72f225cad4 git-aggregator: init at 1.8.1 2021-05-22 13:40:23 +02:00
Sandro 97388f8683
Merge pull request #123994 from fortuneteller2k/fetchutils 2021-05-22 13:32:24 +02:00
wedens 0de023b4f9 rofimoji: 4.3.0 -> 5.1.0 2021-05-22 12:53:35 +02:00
fortuneteller2k 290fa04d05 fetchutils: init at unstable-2021-03-16 2021-05-22 16:40:31 +08:00
Francesco Zanini 3eb8ad2278 opentrack: init at 2.3.13 2021-05-22 09:09:56 +02:00
fortuneteller2k 76c2b90825 bfetch: init at unstable-2021-05-21 2021-05-22 13:59:44 +08:00
timput d0755bdb5f freecad: add openscad file support 2021-05-21 21:07:55 -06:00
github-actions[bot] 901fb5e64e
Merge master into staging-next 2021-05-22 00:56:03 +00:00
Sumner Evans 15edb65bae pr-tracker: init at 1.0.0 2021-05-21 16:45:35 -07:00
davidak 3ff0ef5666
Merge pull request #121809 from rvolosatovs/init/stt
Deprecate deepspeech in favor of stt
2021-05-21 23:19:29 +02:00
piegames b642ac7b70
gnome: Package all the GNOME extensions
An automatic way to do this that scales up and requires little manual intervention is really needed. It works by scraping extensions.gnome.org with a python script, that writes all relevant information into the `extensions.json`. Every attribute of besaid file can be built into a package using `buildShellExtension`.

Extensions are grouped by GNOME Shell version for practical reasons. Only extensions for GNOME 40 and 3.38 were added, as we don't support legacy GNOME versions.
The extensions are exposed as an attrset, `pkgs.gnome40Extensions` and `pkgs.gnome38Extensions` respectively. The package name of each extensions is generated automatically from its UUID.

The attribute `pkgs.gnomeExtensions` contains the officially packaged and supported extensions set. It contains all the automatically packaged extensions for the current GNOME Shell version, which are overwritten by manually packaged ones where needed. Unlike gnomeXYExtensions, the names are not UUIDs, but automatically generated human-friendly names. Naming collisions – which are tracked in collisions.json – need to be manually resolved in the `extensionRenames` attrset.
2021-05-21 23:10:12 +02:00