Commit Graph

48397 Commits

Author SHA1 Message Date
Naïm Favier
3c77d361b5
makeShellWrapper: add explicitly named attribute
So that things that use the makeShellWrapper/wrapProgramShell
functions can depend on makeShellWrapper explicitly, which should ease
migration in the future.
2022-05-12 11:01:23 +02:00
Naïm Favier
62245943aa
makeWrapper,makeBinaryWrapper: introduce explicitly named functions
Because both versions might end up in a derivation's build inputs, it
might be useful to be able to explicitly select which function to use.
2022-05-10 22:07:56 +02:00
github-actions[bot]
3a79190750
Merge staging-next into staging 2022-05-10 18:01:50 +00:00
Thiago Kenji Okada
c4956c85b4
Merge pull request #172320 from xaverdh/binary-wrapper-fixes
treewide: use non-binary wrapper for wrapGAppsHook where appropriate
2022-05-10 17:07:26 +01:00
Robert Schütz
08a0f925e0 getmail6: 6.18.7 -> 6.18.8
https://github.com/getmail6/getmail6/releases/tag/v6.18.8
2022-05-10 07:15:48 -07:00
Sandro
deac850628
Merge pull request #154913 from onny/communicator
communicator: init at 2.1.1
2022-05-10 15:39:43 +02:00
Dominik Xaver Hörl
9709c5f4a4 cryptomator: use non-binary wrapper for wrapGAppsHook
The use of --add-flags in this derivation does not work with binary
    wrappers, which wrapGAppsHook uses since #164163.
2022-05-10 15:17:09 +02:00
github-actions[bot]
1a3de31faa
Merge staging-next into staging 2022-05-10 12:11:45 +00:00
Thiago Kenji Okada
08891220c4
Merge pull request #172281 from Mindavi/curlcpp/drop
curlcpp: drop
2022-05-10 11:17:26 +01:00
Fabian Affolter
517109653f
Merge pull request #172239 from fabaff/zkar
zkar: init at 1.3.0
2022-05-10 08:46:05 +02:00
Fabian Affolter
7215445bc1
Merge pull request #172216 from fabaff/bump-nuclei
nuclei: 2.6.9 -> 2.7.0
2022-05-10 08:11:53 +02:00
github-actions[bot]
2bf60ff84f
Merge staging-next into staging 2022-05-10 06:01:44 +00:00
Sergei Trofimovich
ab456c4d45 medusa: pull upstream fix for fno-common toolchains
Without the chanhe build fails on -fno-common tollchains as:

    $ nix build -L --impure --expr 'with import ./. {}; medusa.overrideAttrs (oa: {   NIX_CFLAGS_COMPILE = (["-fno-common"] ++ [oa.NIX_CFLAGS_COMPILE or ""]); })'
    ...
    ld: ../medusa-trace.o:/build/source/src/modsrc/../medusa.h:69:
      multiple definition of `iErrorLevel'; cvs.o:/build/source/src/modsrc/../medusa.h:69: first defined here
2022-05-10 07:45:06 +02:00
Rick van Schijndel
12e43250db curlcpp: drop
Maintainers in nixpkgs are not active anymore.
No active user within nixpkgs.
Upstream doesn't see much activity.
2022-05-10 07:02:11 +02:00
Robert Scott
87ac2775d8 curl: enable tests
some tests still skipped due to missing dependencies, but it's
unlikely we want to add these build-time dependencies to such
an early-stage package
2022-05-10 06:54:35 +02:00
Artturi
4f907176e4
Merge pull request #171051 from Kranzes/mpris
mpdris2: 0.8 -> 0.9.1
2022-05-10 06:31:10 +03:00
Anderson Torres
b428db1220
Merge pull request #172248 from tjni/recutils-disable-format-hardening
recutils: disable Clang "format" hardening
2022-05-09 22:36:46 -03:00
Artturi
2976a21186
Merge pull request #172240 from amesgen/secp256k1-platforms
secp256k1: allow to build on all platforms
2022-05-10 03:45:05 +03:00
github-actions[bot]
2282e994f2
Merge staging-next into staging 2022-05-10 00:02:52 +00:00
Bryan A. S
51d859cdab gotify-desktop: mark as broken for darwin 2022-05-10 00:05:25 +02:00
Adam Joseph
3141204b22
nbench: supply stdenv.glibc.static since Makefile uses -static (#172173)
* nbench: supply stdenv.glibc.static since Makefile uses -static

nbench's Makefile always compiles with -static, so we need it to be
able to see libc.a.  Let's add stdenv.glibc.static to the buildInputs.

* predicate on isGnu
2022-05-09 22:54:42 +02:00
Theodore Ni
3ece875b60
recutils: disable Clang "format" hardening
Remove the -Werror=format-security compiler option when using Clang, because
recutils does not build with it enabled.
2022-05-09 15:45:26 -05:00
Ben Siraphob
888c0bd1f1
Merge pull request #172212 from otavio/topic/fix-dosfstools 2022-05-09 14:31:27 -06:00
Rick van Schijndel
2bd67e9adc
Merge pull request #171670 from squalus/netdata
netdata: support cross compile
2022-05-09 22:29:30 +02:00
Rick van Schijndel
775806ed3a
Merge pull request #171470 from squalus/cdrkit-cross
cdrkit: support cross compile
2022-05-09 22:04:54 +02:00
amesgen
6f1bb49e5a
secp256k1: allow to build on all platforms 2022-05-09 21:44:38 +02:00
Fabian Affolter
52a78362ac zkar: init at 1.3.0 2022-05-09 21:36:51 +02:00
github-actions[bot]
629adb097a
Merge staging-next into staging 2022-05-09 18:01:59 +00:00
Otavio Salvador
8272001820 dosfstools: fix build failure in darwin
Log of error: https://hydra.nixos.org/build/175255572/nixlog/1
Refs: ZHF #172160
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2022-05-09 14:17:25 -03:00
Artturi
4ae23f5c7d
Merge pull request #156071 from Madouura/dev/bcachefs-installer
nixos/tests/installer: add bcachefs tests
2022-05-09 19:48:16 +03:00
Fabian Affolter
89412f830e nuclei: 2.6.9 -> 2.7.0 2022-05-09 18:32:19 +02:00
Sergei Trofimovich
fcf3fb06ac xvkbd: 3.9 -> 4.1
Upstream moved from imake to autoconf.
Also fixes build against gcc-10 -fno-common.

Changes: http://t-sato.in.coocan.jp/xvkbd/ChangeLog
2022-05-09 16:33:40 +02:00
Mario Rodas
907fd6ddf5
Merge pull request #172181 from raboof/gbl-support-on-darwin
gbl: darwin support
2022-05-09 09:08:04 -05:00
davidak
3d6c3d3c59
Merge pull request #172188 from Kranzes/vialllll
vial: 0.5 -> 0.5.2
2022-05-09 16:06:53 +02:00
Sandro
d59a6c1264
Merge pull request #171957 from risicle/ris-curl-passthru-tests
curl: add some key reverse-dependencies to passthru.tests
2022-05-09 16:04:44 +02:00
Jonas Heinrich
04ba647049 communicator: init at 2.1.1 2022-05-09 16:00:43 +02:00
davidak
cce079ad15
Merge pull request #172170 from a-m-joseph/pr/fix-pcb2gcode
pcb2gcode: cherry-pick patch from upstream to fix build
2022-05-09 15:20:29 +02:00
Ilan Joselevich
0f822a767f vial: 0.5 -> 0.5.2 2022-05-09 16:09:27 +03:00
davidak
af2ea9a4e1
Merge pull request #172177 from a-m-joseph/pr/psensor-fix-zhf
psensor: add -Wno-error due to increasing compiler strictness
2022-05-09 14:52:29 +02:00
Adam Joseph
0fc95f66fa pcb2gcode: cherry-pick patch from upstream to fix build
The build failure shown here:

  https://hydra.nixos.org/build/176023034

Is fixed upstream, but they have not made a new release yet.  Let's
cherry-pick their fix until the next release.
2022-05-09 05:40:44 -07:00
Arnout Engelen
b7c8400546
gbl: darwin support
Co-authored-by: Bobby Rong <rjl931189261@126.com>
2022-05-09 14:23:24 +02:00
figsoda
26ce9ef713
Merge pull request #172111 from winterqt/bump-cargo-edit
cargo-edit: 0.8.0 -> 0.9.0
2022-05-09 08:09:03 -04:00
github-actions[bot]
27575e98ee
Merge staging-next into staging 2022-05-09 12:08:45 +00:00
Adam Joseph
745423848b psensor: add -Wno-error due to increasing compiler strictness
This Hydra failure:

  https://hydra.nixos.org/log/iq8zqmw7yclgwpvr8i8clwf2sh67jb0i-psensor-1.2.1.drv

...appears to be the result of the package shipping with -Werror and
gcc accreting ever-increasing quantities of warnings as time
progresses.  Let's not treat the compiler warnings as errors.
2022-05-09 04:49:08 -07:00
Sandro
fb7c39ac73
Merge pull request #172123 from AndersonTorres/MISC
recutils: 1.8 -> 1.9
2022-05-09 13:37:01 +02:00
Sandro
43bccb0bdb
Merge pull request #172128 from davidak/boltbrowser
boltbrowser: 2.0 -> 2.1
2022-05-09 13:34:46 +02:00
ajs124
88d4ae8652
Merge pull request #172137 from trofi/update-refind
refind: 0.13.2 -> 0.13.3.1
2022-05-09 12:13:29 +01:00
Linus Heckemann
4e17b56f90
Merge pull request #171777 from r-ryantm/auto-update/meshcentral
meshcentral: 0.9.98 -> 1.0.18
2022-05-09 13:13:05 +02:00
Wout Mertens
13ed374ab2
Merge pull request #172011 from Vonfry/update/fortune-mod
fortune: update & add an option to let user use offensive
2022-05-09 12:33:26 +02:00
Sandro
59ef08552f
Merge pull request #172140 from arjan-s/ntfy-sh-1.22.0
ntfy-sh: 1.21.2 -> 1.22.0
2022-05-09 12:07:46 +02:00