Commit graph

389831 commits

Author SHA1 Message Date
Artturin 3173c3b6b6 stdenv: start deprecating non-list cmakeFlags
the motivation for this is to simplify stdenv and ease the job of
reviewers due to them needing to tell contributors about the defacto
rule that cmakeFlags should be a list of strings
2022-07-05 04:05:30 +03:00
github-actions[bot] 03ce3f8c08
Merge staging-next into staging 2022-07-04 12:12:04 +00:00
github-actions[bot] 33b3f971a7
Merge master into staging-next 2022-07-04 12:11:13 +00:00
superherointj 20e059fc35
Merge pull request #180099 from arjan-s/pls-5.2.0
pls: 5.1.2 -> 5.2.0
2022-07-04 09:06:20 -03:00
Jörg Thalheim 6d0053bff1
Merge pull request #180065 from turrisxyz/Pinned-Dependencies-GitHub
chore: Set permissions for GitHub actions
2022-07-04 13:46:18 +02:00
José Romildo Malaquias a15c5b061f
Merge pull request #179616 from romildo/upd.gitqlient
gitqlient: 1.4.3 -> 1.5.0
2022-07-04 08:38:58 -03:00
R. Ryantm b80115e85f gnome.gnome-remote-desktop: 42.2 -> 42.3 2022-07-04 13:37:23 +02:00
Michael Adler 2a1a6e5357 neovim-qt: 0.2.16.1 -> 0.2.17 2022-07-04 13:33:43 +02:00
tricktron ac8fadc7f3
colima: 0.4.2 -> 0.4.4 (#179522)
* colima: use updated Makefile in build and install phases

* colima: use lima-unwrapped

* colima: fix dynamic version

* colima: 0.4.2 -> 0.4.3

* colima: delete .git folder in postfetch when `leaveDotGit = true`

Otherwise it may lead to non-deterministic behaviour.

Co-authored-by: j-k <dev@j-k.io>

* colima: do not override default buildGoModule phases

The colima Makefile does more or less the same as the `buildGoModule`
implementation. Instead of overriding it and using the Makefile
directly, we reproduce the behaviour desired behaviour by customising
env variables, e.g. `ldflags` and `subPackages`.

Co-authored-by: j-k <dev@j-k.io>

* colima: use `buildGoModule = buildGo118Module;`

Co-authored-by: j-k <dev@j-k.io>

* colima: update meta.description

Co-authored-by: j-k <dev@j-k.io>

* colima: set `CGO_ENABLED = 1` to make VPN connections work

See https://github.com/abiosoft/colima/issues/358

* colima: 0.4.3 -> 0.4.4

* colima: define all ldflags in preConfigure

Co-authored-by: Atemu <Atemu@users.noreply.github.com>

* colima: add version test

* colima: add meta.mainProgram and meta.platforms

* colima: remove unused runCommand input

Co-authored-by: j-k <dev@j-k.io>

* colima: cleanup meta

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

* colima: drop meta.platforms

because we use the default value of `platforms.darwin ++
platforms.linux`

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Atemu <Atemu@users.noreply.github.com>

* Update pkgs/applications/virtualization/colima/default.nix

Co-authored-by: j-k <dev@j-k.io>
Co-authored-by: Atemu <Atemu@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-07-04 13:28:02 +02:00
Sandro 025f00750d
Merge pull request #179809 from sudosubin/check-jsonschema
check-jsonschema: init at 0.16.2
2022-07-04 13:13:43 +02:00
Vincent Laporte 76a24f2d79 ocamlPackages.secp256k1-internal: 0.2 → 0.3 2022-07-04 13:05:29 +02:00
Vincent Laporte ccddf9a017 amiri: 0.114 → 0.117 2022-07-04 13:04:46 +02:00
Sandro aac9ff65da
Merge pull request #179992 from ranfdev/edgedb
edgedb: init at unstable-2022-06-27
2022-07-04 12:52:03 +02:00
Maximilian Bosch 9cf60d2e98
Merge pull request #180097 from WilliButz/atlassian-jira/8.22.4
atlassian-jira: 8.22.2 -> 8.22.4
2022-07-04 12:41:59 +02:00
Vladimír Čunát 4f6caefe5c
Merge #180095: tracker: use upstream patch instead of disabling test
...into staging-next
2022-07-04 12:33:33 +02:00
Arjan Schrijver 4145dfe751 pls: 5.1.2 -> 5.2.0 2022-07-04 12:19:42 +02:00
Juan Ibiapina 62e5acd0a7
ruby: Expose generic builder (#173390)
To avoid duplicating the ruby compilation code, this change exposes two
functions `mkRubyVersion` and `mkRuby`, which can be used in an overlay
to build any past or current ruby version.

An example overlay:
```nix
self: super:

{
  ruby_2_7_6 = super.mkRuby {
    version = super.mkRubyVersion "2" "7" "6" "";
    sha256 = "042xrdk7hsv4072bayz3f8ffqh61i8zlhvck10nfshllq063n877";
  };

  ruby_3_1_2 = super.mkRuby {
    version = super.mkRubyVersion "3" "1" "2" "";
    sha256 = "0gm84ipk6mrfw94852w5h7xxk2lqrxjbnlwb88svf0lz70933131";
  };
}
```
2022-07-04 11:57:06 +02:00
WilliButz 50dff7c678
atlassian-jira: 8.22.2 -> 8.22.4
includes fix for CVE-2022-26135

https://confluence.atlassian.com/jira/jira-server-security-advisory-29nd-june-2022-1142430667.html
https://confluence.atlassian.com/jirasoftware/issues-resolved-in-8-22-4-1141486890.html
2022-07-04 11:53:49 +02:00
Sandro Jäckel 41e24f5f4b
tracker: use upstream patch instead of disabling test 2022-07-04 11:52:27 +02:00
Sergei Trofimovich 2e37f787c9
Merge pull request #180086 from trofi/fix-archimedes-off-gcc6
archimedes: use latest toolchain, not gcc-6
2022-07-04 08:49:35 +01:00
Sandro 723b9f71d7
Merge pull request #179278 from wegank/sollya-darwin
sollya: build on darwin and enable tests
2022-07-04 09:44:27 +02:00
Linus Heckemann 0808ed8252
Merge pull request #176796 from erikarvstedt/improve-netboot-initrd
nixos/netboot: use `makeInitrdNG` to shrink ramdisk size
2022-07-04 09:23:38 +02:00
Sergei Trofimovich 8aaed36df3 archimedes: use latest toolchain, not gcc-6
Without the change archimedes fails to build with latest toolchains as:

    ld: archimedes.c:(.text+0xdac7): undefined reference to `rnd'
    ld: archimedes.c:(.text+0xdeab): undefined reference to `rnd'
    ld: archimedes.c:(.text+0xdf13): undefined reference to `rnd'
    ld: archimedes.c:(.text+0xe3ef): undefined reference to `rnd'
    ld: archimedes.o:archimedes.c:(.text+0xe456): more undefined references to `rnd' follow
    ld: archimedes.o: in function `EMC':
    archimedes.c:(.text+0xf11b): undefined reference to `creation'
    ld: archimedes.c:(.text+0xf5f5): undefined reference to `creation'
    ld: archimedes.c:(.text+0xf826): undefined reference to `creation'
    ld: archimedes.c:(.text+0xf9ce): undefined reference to `creation'

The change happens to fix build against clang as well.
2022-07-04 08:20:07 +01:00
Vincent Laporte 6791c3ae11 ocamlPackages.io-page: 2.4.0 → 3.0.0 2022-07-04 09:10:59 +02:00
Vincent Laporte e69aee3280 ocamlPackages.io-page: 2.3.0 → 2.4.0
ocamlPackages.mirage-block: 2.0.1 → 3.0.0
ocamlPackages.mirage-block-ramdisk: disable tests
ocamlPackages.mirage-block-unix: 2.12.1 → 2.14.1
ocamlPackages.mirage-unix: 4.0.0 → 4.0.1
ocamlPackages.vchan: 6.0.0 → 6.0.1
ocamlPackages.wodan-unix: mark as broken
2022-07-04 09:10:59 +02:00
Rick van Schijndel c14d2c45e9
Merge pull request #178145 from AtilaSaraiva/deepwave
deepwave: init at 0.0.11
2022-07-04 08:35:33 +02:00
Robert Hensing d3e7ff2a70
Merge pull request #178531 from T0astBread/nixostest-custom-partitions
nixos/qemu-vm: allow custom partition- and filesystem layouts
2022-07-04 08:27:53 +02:00
Vladimír Čunát f31f162bbf
tracker: skip broken tests
Upstream confirmed that it's an issue in the tests with sqlite update.
Broken sub-tests could be skipped instead, I suppose, if someone cared.
2022-07-04 08:20:12 +02:00
github-actions[bot] cc670b5c95
Merge staging-next into staging 2022-07-04 06:01:54 +00:00
github-actions[bot] 8df12a1ed6
Merge master into staging-next 2022-07-04 06:01:18 +00:00
github-actions[bot] 8e8231f1f0 terraform-providers: update 2022-07-04 2022-07-04 14:37:49 +10:00
José Romildo 363c10d922 gitqlient: 1.4.3 -> 1.5.0 2022-07-03 22:13:50 -03:00
nathannaveen 5deff9583c chore: Set permissions for GitHub actions
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.

- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions

https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions

https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs

[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)

Signed-off-by: nathannaveen <42319948+nathannaveen@users.noreply.github.com>
2022-07-04 01:09:50 +00:00
Bobby Rong ef3fe254f3
Merge pull request #180050 from schuelermine/fix/deno
deno: fix build
2022-07-04 09:00:48 +08:00
superherointj 5d9b21d757
Merge pull request #180055 from kilianar/vscodevim.vim
vscode-extensions.vscodevim.vim: 1.22.2 -> 1.23.1
2022-07-03 21:57:15 -03:00
superherointj 273c601330
Merge pull request #180053 from kilianar/bradlc.vscode-tailwindcss
vscode-extensions.bradlc.vscode-tailwindcss: 0.6.13 -> 0.8.6
2022-07-03 21:54:49 -03:00
superherointj a97a0002fe
Merge pull request #179861 from vbgl/ocaml-atdgen-2.9.1
ocamlPackages.atdgen: 2.4.1 → 2.9.1
2022-07-03 21:46:26 -03:00
superherointj 414f1ff590
Merge pull request #179412 from r-ryantm/auto-update/k3s
k3s: 1.24.1+k3s1 -> 1.24.2+k3s1
2022-07-03 21:38:54 -03:00
github-actions[bot] d0d975c8c9
Merge staging-next into staging 2022-07-04 00:05:36 +00:00
github-actions[bot] a653bbaea6
Merge master into staging-next 2022-07-04 00:05:02 +00:00
Uri Baghin 8f0612bf3b
Merge pull request #179395 from the-mikedavis/md-bazel-5.2.0
bazel: 5.1.1 -> 5.2.0
2022-07-04 09:11:32 +10:00
Alyssa Ross e8d7d52fae lib.systems.examples: canonicalize MIPS triples
In Nixpkgs, we assume that the "config" field is a canonicalized GNU
triple.  I noticed that non-canonical values were being used here,
because the pkgsCross.mips64el-linux-gnu triples did not contain the
vendor field, but the pkgsCross.mips64el-linux-gnu.pkgsStatic did.

Here, I've run all the MIPS triples in lib.systems.examples through
config.sub to canonicalize them.  I think this will avoid nasty
surprises in future.

Tested by building Nix and the bootstrap files for
pkgsCross.mips64el-linux-gnu.
2022-07-03 23:01:21 +00:00
kilianar 5020795f01 vscode-extensions.vscodevim.vim: 1.22.2 -> 1.23.1 2022-07-04 00:07:24 +02:00
kilianar 7e40e8154e vscode-extensions.bradlc.vscode-tailwindcss: 0.6.13 -> 0.8.6 2022-07-03 23:46:04 +02:00
Anselm Schüler 941756bbe4 deno: fix build 2022-07-03 23:17:45 +02:00
Vincent Laporte b6e7663556
ocamlPackages.atdgen: 2.4.1 → 2.9.1 2022-07-03 23:12:40 +02:00
Ryan Burns 3854cf7eeb
Merge pull request #173127 from aidalgol/teensy-udev-rules
teensy-udev-rules: init at version 2022-05-15
2022-07-03 14:05:07 -07:00
Guillaume Girol dbc86c1be8
Merge pull request #176595 from symphorien/appimage-run-doc
nixos/doc: explain how to run appimages
2022-07-03 20:36:21 +00:00
Leiser Fernández Gallo 468d2bdcf1
darktable: 3.8.1 -> 4.0.0 (#180012) 2022-07-03 16:19:42 -03:00
Thiago Kenji Okada f98d18ab6a
Merge pull request #180026 from AtilaSaraiva/btdu
btdu: 0.4.0 -> 0.4.1
2022-07-03 20:17:39 +01:00