Commit Graph

329643 Commits

Author SHA1 Message Date
Bernardo Meurer
949182a4a2
writeShellApplication: document runtimeShell == stdenv.shell assumption 2021-11-08 09:33:37 -08:00
Bernardo Meurer
014b23232f
writeShellApplication: fix typo in inline docs 2021-11-08 09:33:36 -08:00
Bernardo Meurer
97de845b60
writeShellApplication: fix setting pipefail 2021-11-08 09:33:35 -08:00
Bernardo Meurer
d13430a8da
pkgs/top-level/stage: format trivialBuilders import 2021-11-08 09:33:34 -08:00
Bernardo Meurer
21c299f077
writeShellApplication: get shellcheck from pkgsBuildHost 2021-11-08 09:33:34 -08:00
Bernardo Meurer
0e4f04b74c
writeShellApplication: buildInputs -> runtimeInputs 2021-11-08 09:33:33 -08:00
Bernardo Meurer
89979c9c5b
writeShellApplication: init 2021-11-08 09:33:32 -08:00
Alvar Penning
848860d241 platformio: 5.2.1 -> 5.2.3
Next to bumping the patch version, two changed dependencies were pinned.
Furthermore, the SPDX patch was altered to correctly close the JSON file
as non-closed files are now also covered by the tests.
2021-11-08 18:29:16 +01:00
Bas van Dijk
7a8b4907e2 djbdns: fix crash due to data ulimit
This fixes: https://github.com/NixOS/nixpkgs/issues/119066.

When `djbdns` is repeatedly queried it will crash with:

```
mmap: tinydns (842): VmData 331776 exceed data ulimit 300000. Update limits or use boot option ignore_rlimit_data.
```

So we increase the softlimit from 300000 to 4500000 as suggested in
the issue.

The `tinydns` NixOS test has been extended with testing for the faulty
behaviour.
2021-11-08 17:28:41 +00:00
Jakub Kozłowski
e128f089ee scala-cli: 0.0.7 -> 0.0.8 2021-11-08 18:23:00 +01:00
Schäfer, Denny
b88a6c8aa6
gtkimageview: fix broken meta.homepage link 2021-11-08 17:50:35 +01:00
Sandro
cbcbbcc7bc
Merge pull request #145085 from Lassulus/nixos-generators 2021-11-08 17:47:05 +01:00
Sandro
e5f676dcbf
Merge pull request #145083 from xfix/flips-update 2021-11-08 17:46:54 +01:00
Sandro
6bc675314e
Merge pull request #145082 from xfix/skytemple-rust-update 2021-11-08 17:46:42 +01:00
legendofmiracles
45ca602e52
pur: switch to buildPythonApplication 2021-11-08 10:40:58 -06:00
Sandro
1d30bfc9f1
Merge pull request #145050 from bb2020/swap 2021-11-08 17:28:39 +01:00
Sandro
7c6614528c
Merge pull request #145081 from NixOS/zhf-mark-clojure-lsp-broken-on-non-x86-64 2021-11-08 17:25:18 +01:00
lassulus
7e7ce7316e nixos-generators: 1.4.0 -> 1.5.0 2021-11-08 17:24:58 +01:00
Mark Mulder
78f07d0f89
termscp: fix darwin build
I was running into Foundation.h errors during compilation on mac/darwin,
adding Foundation fixes that for me.

Error:

```
The following warnings were emitted during compilation:

warning: In file included from objc/notify.m:1:
warning: objc/notify.h:1:9: fatal error: 'Foundation/Foundation.h' file not found
warning: #import <Foundation/Foundation.h>
warning:         ^~~~~~~~~~~~~~~~~~~~~~~~~
warning: 1 error generated.

error: failed to run custom build command for `mac-notification-sys v0.3.0`

Caused by:
  process didn't exit successfully: `/tmp/cargo-installEt3UWW/release/build/mac-notification-sys-f414f8995c05e541/build-script-build` (exit status: 1)
  --- stdout
  TARGET = Some("x86_64-apple-darwin")
  OPT_LEVEL = Some("3")
  HOST = Some("x86_64-apple-darwin")
  CC_x86_64-apple-darwin = None
  CC_x86_64_apple_darwin = None
  HOST_CC = None
  CC = Some("clang")
  CFLAGS_x86_64-apple-darwin = None
  CFLAGS_x86_64_apple_darwin = None
  HOST_CFLAGS = None
  CFLAGS = None
  CRATE_CC_NO_DEFAULTS = None
  DEBUG = Some("false")
  running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=x86_64-apple-darwin" "-fmodules" "-o" "/tmp/cargo-installEt3UWW/release/build/mac-notification-sys-ce5dd87fdfef4721/out/objc/notify.o" "-c" "objc/notify.m"
  cargo:warning=In file included from objc/notify.m:1:
  cargo:warning=objc/notify.h:1:9: fatal error: 'Foundation/Foundation.h' file not found
  cargo:warning=#import <Foundation/Foundation.h>
  cargo:warning=        ^~~~~~~~~~~~~~~~~~~~~~~~~
  cargo:warning=1 error generated.
  exit status: 1

  --- stderr

  error occurred: Command "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=x86_64-apple-darwin" "-fmodules" "-o" "/tmp/cargo-installEt3UWW/release/build/mac-notification-sys-ce5dd87fdfef4721/out/objc/notify.o" "-c" "objc/notify.m" with args "clang" did not execute successfully (status code exit status: 1).

warning: build failed, waiting for other jobs to finish...
error: failed to compile `termscp v0.7.0`, intermediate artifacts can be found at `/tmp/cargo-installEt3UWW`

Caused by:
  build failed
```
2021-11-08 17:21:33 +01:00
R. Ryantm
93c6633d1f linuxKernel.packages.linux_5_14_hardened.vhba: 20210418 -> 20211023 2021-11-08 17:13:08 +01:00
Sandro
069a226ea6
Merge pull request #144777 from mattchrist/nodePackages.gitbeaker/cli 2021-11-08 17:06:33 +01:00
Pavol Rusnak
4c5fbc98d2
gcc-arm-embedded-{9,10}: enable on aarch64-darwin
(using x86_64-darwin binaries, these can be run if rosetta is installed)
2021-11-08 17:04:15 +01:00
Pavol Rusnak
8ea8557955
gcc-arm-embedded-10: 10.3-2021.07 -> 10.3-2021.10 2021-11-08 17:02:20 +01:00
Sandro
070c8d8341
Merge pull request #145077 from GGG-KILLER/update-qbittorrent 2021-11-08 16:59:24 +01:00
Sandro
6d975cbfff
Merge pull request #145078 from xfix/skytemple-files_1_3_3 2021-11-08 16:58:40 +01:00
Konrad Borowski
461dd05989 flips: unstable-2021-05-18 -> unstable-2021-10-28 2021-11-08 16:57:39 +01:00
Konrad Borowski
32884b4bf6 python3Packages.skytemple-rust: unstable-2021-05-30 -> unstable-2021-08-11 2021-11-08 16:52:13 +01:00
Matt Christ
199345b4c8 nodePackages.@gitbeaker/cli: init at 34.5.0 2021-11-08 09:49:21 -06:00
Thiago Kenji Okada
4ef967af20 clojure-lsp: mark it as broken on non-x86_64 platforms
It depends on datalevin, a SVM dependency that nowadays explicitly
supports x86_64 only.

However, it may support aarch64 in the future, so mark it as broken.
2021-11-08 12:48:01 -03:00
Artturi
09c9e88a3f
Merge pull request #133050 from r-ryantm/auto-update/genymotion 2021-11-08 17:40:43 +02:00
Fabian Affolter
6c2cf957df home-assistant: update component-packages 2021-11-08 16:35:51 +01:00
Fabian Affolter
da4425005c python3Packages.airtouch4pyapi: init at 1.0.5 2021-11-08 16:31:25 +01:00
Sandro
d9d50fb485
Merge pull request #145034 from bzizou/obitools 2021-11-08 16:24:57 +01:00
Sandro
e9f5a02ef5
Merge pull request #144425 from r-ryantm/auto-update/libtorrent-rasterbar 2021-11-08 16:17:53 +01:00
Sandro
c9e33de347
Merge pull request #144445 from r-ryantm/auto-update/mackerel-agent 2021-11-08 16:17:40 +01:00
bb2020
8a3a429da6 nixos/swap: add randomEncryption.allowDiscards option 2021-11-08 18:17:00 +03:00
Sandro
ddb1587974
Merge pull request #145069 from wineee/srain 2021-11-08 16:16:47 +01:00
Sandro
92209df0ac
Merge pull request #136009 from angustrau/pygame-2.0.2-dev 2021-11-08 16:14:07 +01:00
Konrad Borowski
01cff5cd10 python3Packages.skytemple-files: 1.3.2 -> 1.3.3 2021-11-08 16:11:59 +01:00
GGG KILLER
56137af9f1
qbittorrent: 4.3.8 -> 4.3.9 2021-11-08 12:06:57 -03:00
Mario Rodas
32c48150d9
Merge pull request #145065 from ivan/postgresql-lz4
postgresql_14: build with support for lz4 compression
2021-11-08 10:04:58 -05:00
figsoda
6afb2ce58d
Merge pull request #145076 from figsoda/update-stylua
stylua: 0.11.0 -> 0.11.1
2021-11-08 10:03:42 -05:00
Mario Rodas
f0f8af9d7e
Merge pull request #145064 from ivan/postgresql14Packages
Add missing postgresql14Packages
2021-11-08 09:55:21 -05:00
Sandro
1363bb14f4
Merge pull request #141866 from chvp/qtile-wayland-backend 2021-11-08 15:49:45 +01:00
figsoda
39bd3726a1 stylua: 0.11.0 -> 0.11.1 2021-11-08 09:39:36 -05:00
Bas van Dijk
8cd0da0015
Merge pull request #144984 from basvandijk/prometheus-rm-option-environmentFile
nixos/prometheus: remove services.prometheus.environmentFile
2021-11-08 15:37:29 +01:00
legendofmiracles
a2448316fd
remove with expression 2021-11-08 08:27:25 -06:00
legendofmiracles
c3ddce527d
python3Packages.pur: 5.4.1 -> 5.4.2; fix build 2021-11-08 08:27:20 -06:00
Sandro
b275c083e7
Merge pull request #144832 from r-burns/i686-lto 2021-11-08 15:25:03 +01:00
Sandro
1442afd89d
Merge pull request #144990 from applePrincess/fix-rewrite-tbd 2021-11-08 15:23:23 +01:00