Commit graph

73929 commits

Author SHA1 Message Date
github-actions[bot] 33b3f971a7
Merge master into staging-next 2022-07-04 12:11:13 +00: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
Sandro aac9ff65da
Merge pull request #179992 from ranfdev/edgedb
edgedb: init at unstable-2022-06-27
2022-07-04 12:52:03 +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
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
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 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
github-actions[bot] a653bbaea6
Merge master into staging-next 2022-07-04 00:05:02 +00: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
github-actions[bot] fc65c5c219
Merge master into staging-next 2022-07-03 18:01:12 +00:00
ranfdev cf19e96438 edgedb: init at unstable-2022-06-27
I can't init at 1.1.2 because there's an issue while vendoring the packages.
v1.1.2 seem to require two different version of the same package, causing an issue similar to
https://github.com/NixOS/nixpkgs/issues/30742.
2022-07-03 18:32:49 +02:00
sudosubin efcfeb4cd9
check-jsonschema: init at 0.16.2 2022-07-03 23:49:11 +09:00
Peter Hoeg c70172f9d0 pam_tmpdir: init at 0.09 2022-07-03 22:00:30 +08:00
Anderson Torres e70d2e3b24
Merge pull request #180000 from hqurve/junction
junction: init at 1.5.0
2022-07-03 10:03:46 -03:00
hqurve 7a084f4285 junction: init at 1.5.0 2022-07-03 08:10:53 -04:00
Anderson Torres 1603f337a9
Merge pull request #179767 from BillHuang2001/init/feishu
feishu: init at 5.9.18
2022-07-03 09:06:56 -03:00
Anderson Torres 3a96700b21
Merge pull request #179649 from wegank/aegisub-darwin
aegisub: add support for aarch64 platforms
2022-07-03 09:04:49 -03:00
github-actions[bot] 00b3f42427
Merge master into staging-next 2022-07-03 12:01:23 +00:00
Vladimír Čunát 18b14a254d
Merge #179510: thunderbird*: 91.11.0 -> 102.0 2022-07-03 10:06:47 +02:00
happysalada 4d1e5c1140 erigon: 2022.02.04 -> 2022.07.01 2022-07-03 03:58:24 -04:00
7c6f434c d77afe094c
Merge pull request #179055 from Izorkin/update-nginx
update nginx
2022-07-03 06:43:26 +00:00
github-actions[bot] bd3785fad4
Merge master into staging-next 2022-07-03 06:01:20 +00:00
Weijia Wang 7d072a2e44 aegisub: fix build on aarch64 2022-07-03 07:13:47 +02:00
Mario Rodas 19d31fc041
Merge pull request #179773 from marsam/add-jupyter-book
python310Packages.jupyter-book: init at 0.13.0

Closes #132686
2022-07-02 22:26:27 -05:00
github-actions[bot] 5d9e711bfe
Merge master into staging-next 2022-07-03 00:04:21 +00:00
Anderson Torres 2316901e93
Merge pull request #179094 from wackbyte/wasynth
wasynth: new package
2022-07-02 19:47:40 -03:00
github-actions[bot] 239c4e701d
Merge master into staging-next 2022-07-02 18:01:29 +00:00
AtilaSaraiva 5489715475 deepwave: init at 0.0.11 2022-07-02 14:44:06 -03:00
Vincent Laporte 22a183bf78 ocamlPackages.hacl_x25519: remove at 0.2.2 2022-07-02 19:26:32 +02:00
Anderson Torres 2d48f0c18a
Merge pull request #179715 from WeebSorceress/trackma
trackma: init at 0.8.4
2022-07-02 12:08:15 -03:00
WeebSorceress a2403ed37f
trackma: init at 0.8.4 2022-07-02 11:38:59 -03:00
Anderson Torres 904cf8a5ee
Merge pull request #175197 from aacebedo/master
swaysettings: init at 0.3.0
2022-07-02 10:09:17 -03:00
toastal bcd503e7fc u001-font: init at unstable-2016-08-01 2022-07-02 15:51:39 +07:00
github-actions[bot] f507277068
Merge master into staging-next 2022-07-02 06:01:08 +00:00
Mario Rodas 9a4688e490
Merge pull request #162426 from magnetophon/DelayArchitect
DelayArchitect: init at unstable-2022-01-16
2022-07-01 20:28:33 -05:00
github-actions[bot] 1961d0a79b
Merge master into staging-next 2022-07-02 00:01:58 +00:00
Janne Heß 958c79dc11
Merge pull request #173454 from qbit/p5-rex
rex: init at 1.13.4
2022-07-01 23:02:40 +02:00
Sandro 7c1c1cca3b
Merge pull request #178813 from catap/jprofiler 2022-07-01 22:16:24 +02:00
github-actions[bot] 7907ea3c9b
Merge staging-next into staging 2022-07-01 18:02:00 +00:00
Sandro b82702710b
Merge pull request #176812 from maaslalani/revive
revive: init at 1.2.1
2022-07-01 19:16:45 +02:00
Maas Lalani 1321d086fa
revive: init at 1.2.1 2022-07-01 10:28:13 -04:00
Sandro 455268ad70
Merge pull request #179709 from SuperSandro2000/go-cleanup
gosca: drop, go-langserver: drop
2022-07-01 15:43:17 +02:00
Sandro bc061bead1
Merge pull request #177238 from dotlambda/splinter-0.18.0
python310Packages.splinter: 0.17.0 -> 0.18.0
2022-07-01 15:29:52 +02:00
github-actions[bot] 1385a15faa
Merge staging-next into staging 2022-07-01 12:02:04 +00:00
Kirill A. Korinsky 84a29ac208
jprofiler: init at 13.0.2 2022-07-01 13:27:52 +02:00
Adam Joseph 86c7c0917f
haskell.compiler.ghc865Binary: add powerpc64le bootstrap 2022-07-01 13:05:30 +02:00
Sandro 911a73340c
Merge pull request #175335 from wyndon/init-lokinet 2022-07-01 11:54:38 +02:00
Alyssa Ross aa6d3e6817 top-level/linux-kernels.nix: add vendor kernels note
This codifies existing practice of avoiding adding new vendor kernels
to Nixpkgs.

Hopefully I've put this comment at the place in the file somebody
hoping to add a new vendor kernel would be most likely to look.
2022-07-01 09:47:24 +00:00