Commit Graph

61169 Commits

Author SHA1 Message Date
github-actions[bot]
9e48485e23
Merge master into staging-next 2021-06-04 07:46:29 +00:00
Jonathan Ringer
334442fafe linuxPackages.ati_drivers_x11: move to alias set 2021-06-03 22:22:13 -07:00
Vincent Laporte
fdeeb2630b ocamlPackages.ppx_import: disable checks 2021-06-04 04:51:38 +02:00
github-actions[bot]
5b9da195a0
Merge master into staging-next 2021-06-04 01:45:17 +00:00
John Ericson
67eb7b4acc
Merge pull request #120780 from primeos/llvm_git
llvmPackages_git: init at 12.0.0
2021-06-03 19:48:03 -04:00
Martin Weinelt
c06b1086c0
python3Packages.click-option-group: init at 0.5.3 2021-06-03 23:41:07 +02:00
github-actions[bot]
a9f286f5cf
Merge master into staging-next 2021-06-03 19:52:02 +00:00
Bernardo Meurer
1e5e12d735
Merge pull request #125555 from lovesegfault/auto-update/kalk
kalk -> kalker
2021-06-03 12:51:00 -07:00
Bernardo Meurer
3f297bfcbb
kalk -> kalker 2021-06-03 12:29:19 -07:00
Martin Weinelt
4241512688
Merge pull request #125105 from maxeaubrey/unbreak_samba_ldap 2021-06-03 20:16:11 +02:00
Michael Weiss
e458a01401
llvmPackages_git: Copy from llvmPackages_12
The purpose of this package is to continuously improve the LLVM
packaging in Nixpkgs without causing a lot of rebuilds and provide more
recent LLVM builds for users. For more details see:
https://github.com/NixOS/nixpkgs/issues/114828
2021-06-03 20:14:05 +02:00
Sandro
66d245a51c
Merge pull request #124880 from nkpvk/natural-docs 2021-06-03 17:59:06 +02:00
devins2518
6132380187
nvfancontrol: init at 0.5.1 (#125070)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-03 17:28:55 +02:00
Sandro
39ec220297
Merge pull request #125187 from dotlambda/deltachat-cursed-init
deltachat-cursed: init at 0.2.0
2021-06-03 17:05:08 +02:00
Sandro
78881e7095
Merge pull request #124077 from Hyzual/add-dgoss 2021-06-03 16:55:04 +02:00
Sandro
5b06530b0a
Merge pull request #125355 from SCOTT-HAMILTON/mutt-wizard
mutt-wizard: init at 3.2.1
2021-06-03 16:39:57 +02:00
Sandro
e6e137c197
Merge pull request #125477 from SuperSandro2000/setuptools_scm 2021-06-03 16:21:25 +02:00
github-actions[bot]
a12e0d5bff
Merge master into staging-next 2021-06-03 12:49:11 +00:00
Emery Hemingway
bd683bb1ef gnaural: reinit at 20110606
http://gnaural.sourceforge.net/
2021-06-03 14:14:27 +02:00
Martin Weinelt
fac761a55a 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)
2021-06-03 14:12:05 +02:00
markuskowa
3791538f1d
Merge pull request #125238 from sheepforce/i-pi
i-pi: init at 2.4.0
2021-06-03 13:40:12 +02:00
Fabian Affolter
cf9ba37d43
Merge pull request #125210 from 0xbe7a/master
pferd: init at 3.0.1
2021-06-03 12:50:46 +02:00
Sandro Jäckel
89d5f4b3d0
treewide: setuptools_scm -> setuptools-scm 2021-06-03 12:44:33 +02:00
Domen Kožar
aeb44a891a
Merge pull request #125184 from domenkozar/aarch64-darwin-eval
Aarch64 darwin eval
2021-06-03 11:21:20 +02:00
Domen Kožar
9e6417f2a4
fix tarball job evaluation for aarch64-darwin 2021-06-03 10:52:46 +02:00
github-actions[bot]
84029d49ce
Merge master into staging-next 2021-06-03 07:26:15 +00:00
Fabian Affolter
790581291c
Merge pull request #125426 from arcnmx/mechanical-soup-alias
python3Packages.MechanicalSoup: fix alias
2021-06-03 09:18:15 +02:00
Gabor Greif
c7b3272ca9
all-packages.nix: typo in comment (#125464) 2021-06-03 01:56:32 -04:00
arcnmx
ca97ae96f4 python3Packages.MechanicalSoup: fix alias 2021-06-02 14:55:29 -07:00
github-actions[bot]
825cffa5ae
Merge master into staging-next 2021-06-02 20:25:05 +00:00
Michael Weiss
ed8115ef5b
Merge pull request #124992 from primeos/android-tools
android-tools: init at 31.0.0p1
2021-06-02 21:06:00 +02:00
Niko Pavlinek
42aa986406 natural-docs: init at 2.1.1 2021-06-02 21:06:00 +02:00
sterni
7db379d016
Merge pull request #123682 from NixOS/haskell-updates
Haskell updates
2021-06-02 19:05:02 +02:00
superherointj
60f5a3c18d ocamlPackages.junit: init 2.0.2
ocamlPackages.junit_ounit: init 2.0.2
ocamlPackages.junit_alcotest: init 2.0.2
2021-06-02 18:13:07 +02:00
sternenseemann
e308370fc8 Merge remote-tracking branch 'origin/master' into haskell-updates 2021-06-02 17:07:43 +02:00
github-actions[bot]
9e56e764cd
Merge master into staging-next 2021-06-02 13:08:13 +00:00
SCOTT-HAMILTON
2e4df1d5c4 mutt-wizard: init at 3.2.1 2021-06-02 14:42:42 +02:00
Eelco Dolstra
11d5aa6c0d
Merge pull request #125092 from domenkozar/tarball-check-supported-platforms
tarball: check systems based on the list of supported systems
2021-06-02 14:31:55 +02:00
be7a
793616b5e6
pferd: init at 3.0.1 2021-06-02 12:38:47 +02:00
Maximilian Bosch
b06ea1146c plausible: init at 1.3.0 2021-06-02 19:21:31 +09:00
Michael Weiss
c57b309d32
android-tools: init at 31.0.0p1
lowPrio is used to avoid collisions with the simg2img package.
Licensing information is in share/licenses/android-tools/AOSP_LICENSE.
2021-06-02 12:08:01 +02:00
Fabian Affolter
8abe0fbcde
Merge pull request #124521 from fabaff/mubeng
mubeng: init at 0.4.5
2021-06-02 11:15:27 +02:00
Fabian Affolter
0f3e68c164
Merge pull request #124978 from fabaff/bump-mech-soup
python3Packages.mechanicalsoup: 1.0.0 -> 1.1.0
2021-06-02 11:07:03 +02:00
github-actions[bot]
c8ea5daaaf
Merge master into staging-next 2021-06-02 02:32:51 +00:00
Luke Granger-Brown
93e08b2e47
Merge pull request #124210 from liclac/bozohttpd
bozohttpd: init
2021-06-01 22:23:38 +01:00
Phillip Seeber
c48f92cb14 i-pi: init at 2.4.0
i-pi: better meta description, fixing license


i-pi: pname lowercase
2021-06-01 22:38:04 +02:00
github-actions[bot]
42b70ad7f1
Merge master into staging-next 2021-06-01 20:30:45 +00:00
Bernardo Meurer
e7af271587
Merge pull request #125145 from lovesegfault/kalk-init 2021-06-01 11:34:57 -07:00
Sandro
38e88107f6
Merge pull request #123177 from fabaff/garages-amsterdam 2021-06-01 18:27:44 +02:00
Bernardo Meurer
9d753df87b
kalk: init at 0.5.4 2021-06-01 09:19:45 -07:00