Commit Graph

66701 Commits

Author SHA1 Message Date
Fabian Affolter
71de64a139 python3Packages.afsapi: init at 0.0.4 2021-11-21 17:47:28 +01:00
Fabian Affolter
3ec513d798 python3Packages.py-zabbix: init at 1.1.7 2021-11-21 17:17:59 +01:00
Sebastián Mancilla
a99b61127e arj: fix build on darwin
Fix wrong header for statfs function.

Use gccStdenv to build with GCC on all systems. GCC is hardcoded in
configure.in, but after setting CC_FOR_BUILD to cc to use Clang, the
build fails anyway when running a post-compilation command:

    clang -DLOCALE=LANG_en -DLOCALE_DESC="\"en\"" -DPKGLIBDIR="\"<out>/lib/arj\"" -D_UNIX  -g -O2   -o darwin20.6.0/en/rs/arj/arj <objects_files>
    : darwin20.6.0/en/rs/arj/arj
    ./darwin20.6.0/en/rs/tools/join ./darwin20.6.0/en/rs/arj/arj ./darwin20.6.0/en/rs/arjsfxjr/arjsfxjr
    JOIN v 1.30  [26/04/2003]  Not a part of any binary package!

    Copying .. done!
    ./darwin20.6.0/en/rs/tools/join ./darwin20.6.0/en/rs/arj/arj ./darwin20.6.0/en/rs/arjsfx/arjsfx
    JOIN v 1.30  [26/04/2003]  Not a part of any binary package!

    Copying ... done!
    ./darwin20.6.0/en/rs/tools/join ./darwin20.6.0/en/rs/arj/arj ./darwin20.6.0/en/rs/arjsfxv/arjsfxv
    JOIN v 1.30  [26/04/2003]  Not a part of any binary package!

    Copying ..... done!
    ./darwin20.6.0/en/rs/tools/join ./darwin20.6.0/en/rs/arj/arj ./darwin20.6.0/en/rs/sfxstub/sfxstub
    JOIN v 1.30  [26/04/2003]  Not a part of any binary package!

    Copying . done!
    rm -f ./darwin20.6.0/en/rs/help.arj
    TZ=UTC0 ./darwin20.6.0/en/rs/arj/arj a ./darwin20.6.0/en/rs/help.arj -+ -t1f -2d -e -jm -jh65535 -jt -hdo200506231314 ./resource/en/arj?.txt
    ARJ32 v 3.10, Copyright (c) 1998-2004, ARJ Software Russia.

    Creating archive  : ./darwin20.6.0/en/rs/help.arj
    Adding    ./resource/en/arjl.txt       37.2%
    Adding    ./resource/en/arjs.txt       47.3%
    Testing arjl.txt                    OK
    Testing arjs.txt                    OK
         2 file(s)
    ./darwin20.6.0/en/rs/tools/join ./darwin20.6.0/en/rs/arj/arj ./darwin20.6.0/en/rs/help.arj
    JOIN v 1.30  [26/04/2003]  Not a part of any binary package!

    Copying . done!
    ./darwin20.6.0/en/rs/tools/postproc darwin20.6.0/en/rs/arj/arj
    POSTPROC v 1.30  [17/01/2003]  Not a part of any binary package!

    Patch not found
    make[1]: *** [GNUmakefile:398: darwin20.6.0/en/rs/arj/arj] Error 3
2021-11-21 13:09:42 -03:00
Fabian Affolter
9981890cbc python3Packages.pyskyqhub: init at 0.1.4 2021-11-21 16:30:59 +01:00
Fabian Affolter
64c7052abc python3Packages.eliqonline: init at 1.2.2 2021-11-21 15:47:43 +01:00
Sebastián Mancilla
09a54b14cd fluent-bit: fix build on darwin
- Update fix-luajit-darwin.patch to apply to the current version.

- Add a patch to fix compilation of cmetrics on darwin.

- Use default stdenv instead of gccStdenv. The only requirement for GCC
  was the bundled luajit having 'DEFAULT_CC = gcc' hardcoded, but it has
  been fixed with the updated fix-luajit-darwin.patch by adding
  DEFAULT_CC=cc to the arguments.
2021-11-21 09:19:33 -05:00
Fabian Affolter
6c7751121c python3Packages.pyephember: init at 0.3.1 2021-11-21 15:19:17 +01:00
Fabian Affolter
fafe74f157 python3Packages.ritassist: init at 0.9.3 2021-11-21 14:56:21 +01:00
Sandro
07f29d2db2
Merge pull request #146829 from r-burns/isx86 2021-11-21 14:20:12 +01:00
github-actions[bot]
c68c4b3db8
Merge master into staging-next 2021-11-21 12:01:20 +00:00
Ivar Scholten
d820154199 python-language-server: 2021-05-20 -> 2021-09-08, use buildDotnetModule 2021-11-21 11:43:54 +01:00
Matthias Beyer
f1e8640c54
libisl: Make derivations generic, add 0.24 (#146693)
* libisl: Make derivation generic

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>

* libisl: add 0.24

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>

* isl: remove unused args

* isl: remove dead homepages

* isl: fix configureFlags

* isl: fix nested callPackage

use import to remove callPackage-inside-callPackage, which breaks overriding

* isl: pname/version -> name

pname/version is preferred, but causes rebuilds here.
let's do the cleanup separately from the mass rebuild,
to use the 0-rebuild-count as a 'nothing up my sleeve' gesture

* isl_0_24: fix sha256

* isl_0_11: add missing patch

Co-authored-by: Ryan Burns <rtburns@protonmail.com>
2021-11-21 02:43:19 -08:00
Olli Helenius
2ea18c6aee
dotty: use latest JDK 2021-11-21 12:36:41 +02:00
Olli Helenius
a9ff768b99
scala_2_13: use latest JDK
Java 17 and 18 are supported since 2.13.7:

    https://docs.scala-lang.org/overviews/jdk-compatibility/overview.html
2021-11-21 12:36:34 +02:00
Olli Helenius
7cc95a01de
scala_2_12: use latest JDK
Java 17 and 18 are supported since 2.12.15:

    https://docs.scala-lang.org/overviews/jdk-compatibility/overview.html
2021-11-21 12:36:13 +02:00
Alexander Bantyev
df59fc80d0
Merge pull request #146683 from AleXoundOS/fluxus
fluxus: switch to racket_7_9
2021-11-21 11:33:21 +03:00
Alexander Bantyev
8aec79b615
Merge pull request #146737 from ymatsiuk/fprintd
fprintd-tod: fix the build
2021-11-21 11:31:21 +03:00
github-actions[bot]
6ad93ecdbb
Merge master into staging-next 2021-11-21 06:01:18 +00:00
Dennis Gosnell
d7845680a5
Merge pull request #146830 from jonascarpay/master
purenix: add to top-level packages
2021-11-21 12:52:32 +09:00
Ryan Burns
67a678d032
Merge pull request #146834 from smancill/darwin-use-stdenv
darwin: stop using gccStdenv when stdenv works fine
2021-11-20 19:36:20 -08:00
Jonas Carpay
3a98364c4b purenix: add to top-level packages 2021-11-21 11:04:55 +09:00
Ryan Burns
2175b157ac treewide: refactor isi686 && isx86_64 -> isx86 2021-11-20 17:50:41 -08:00
Thiago Kenji Okada
ff4c09703b
Merge pull request #146714 from thiagokokada/remove-retroArchCores
retroArchCores: remove, retroarchFull: init, retroarch: use fixed paths on "libretro_info_path"
2021-11-20 22:22:32 -03:00
Sebastián Mancilla
e9de71cc5d darwin: stop using gccStdenv when stdenv works fine
masscan, rig and sl packages were built with gccStdenv on darwin, but
they build just fine with stdenv.
2021-11-20 21:58:31 -03:00
github-actions[bot]
43d088886e
Merge master into staging-next 2021-11-21 00:01:46 +00:00
Artturi
6aded65e28
Merge pull request #142153 from Artturin/mailmanbuildfix 2021-11-21 01:35:38 +02:00
André-Patrick Bubel
e12d98f2db
super-slicer-latest: renamed from super-slicer-staging 2021-11-21 00:27:12 +01:00
Fabian Affolter
96901a019c python3Packages.google-nest-sdm: init 0.3.9 2021-11-20 23:13:47 +01:00
Fabian Affolter
2be1adac57 python3Packages.python-google-nest: init at 5.1.1 2021-11-20 23:13:47 +01:00
Martin Weinelt
595dde5dbe
Merge pull request #146359 from fabaff/nessclient 2021-11-20 23:01:15 +01:00
Martin Weinelt
12b52be6ae
Merge pull request #146362 from fabaff/py-nightscout 2021-11-20 23:00:30 +01:00
Martin Weinelt
6ef7e9bdb7
Merge pull request #146800 from fabaff/aiovlc 2021-11-20 22:58:50 +01:00
Thiago Kenji Okada
5dc63731fb
Merge pull request #146723 from dtzWill/update/creduce-2.10.0
creduce: 2.9.0 -> 2.10.0
2021-11-20 18:51:46 -03:00
Fabian Affolter
7f1b902bf9 python3Packages.life360: init at 4.1.1 2021-11-20 22:40:48 +01:00
Fabian Affolter
6e64297712 python3Packages.oemthermostat: init at 1.1.1 2021-11-20 22:12:53 +01:00
Fabian Affolter
24cfd348b1 python3Packages.aiovlc: init at 0.1.0 2021-11-20 21:36:52 +01:00
Maciej Krüger
bc8d1dfa83
soundwireserver: init at 3.0
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-20 21:21:01 +01:00
Fabian Affolter
d66a25e89b python3Packages.libpyvivotek: init at 0.4.0 2021-11-20 21:17:40 +01:00
Fabian Affolter
fcd53ad43a python3Packages.pyversasense: init at 0.0.6 2021-11-20 21:02:03 +01:00
Sandro
d3d3d67048
Merge pull request #146387 from srhb/bump-zookeeper-jre 2021-11-20 20:41:31 +01:00
Thiago Kenji Okada
3ed32e1937
Merge pull request #146672 from Prillan/ZHF-remove-dogpile-core
pythonPackages.dogpile-core: remove
2021-11-20 16:11:06 -03:00
Rasmus Précenth
454a8706ca
pythonPackages.dogpile-core: remove
Broken on python2.7 and 3.7+.

Upstream notes (2016-05-30):

> The dogpile.core package has been rolled into dogpile.cache
> directly. dogpile.core as a separate package is effectively EOL.

https://bitbucket.org/zzzeek/dogpile.core/src/master/
2021-11-20 19:43:18 +01:00
Fabian Affolter
48e70f34bf python3Packages.py-nightscout: init at 1.3.2 2021-11-20 17:32:47 +01:00
Thiago Kenji Okada
cbcd3d6c85 retroarchFull: init
This is retroarch + all available retroarch cores.
2021-11-20 16:19:13 -03:00
Thiago Kenji Okada
24095a994c retroArchCores: remove
`retroArchCores` is strange: it requires a global configuration on nixpkgs, as:

```nix
nixpkgs.config.retroarch = {
  enableDolphin = true;
  enableMGBA = true;
  enableMAME = true;
};
```

To do so, we ended up declaring all available emulators on
`all-packages.nix`. Failing to do so would mean that the emulator
wouldn't be available.

However, there is a mechanism on nixpkgs that also works: overrides.
Overrides are similar on how other packages works, for example:

```nix
(retroarch.override { cores = with libretro; [ citra snes9x ]; });
```

So let's remove `retroArchCores` and leave the overrides mechanism
instead.
2021-11-20 16:19:13 -03:00
github-actions[bot]
2d03d542c7
Merge master into staging-next 2021-11-20 12:01:21 +00:00
Fabian Affolter
18aca788e5 python3Packages.pysecuritas: init at 0.1.6 2021-11-20 12:13:56 +01:00
Yurii Matsiuk
3cabab8586
fprintd-tod: fix the build 2021-11-20 12:04:35 +01:00
Fabian Affolter
bf8619a820 python3Packages.pynina: init at unstable-2021-11-11 2021-11-20 11:43:37 +01:00
Fabian Affolter
ea767b1395 python3Packages.qnap-qsw: init at 0.3.0 2021-11-20 11:13:58 +01:00
Fabian Affolter
94cde3d3db python3Packages.halohome: init at 0.4.0 2021-11-20 10:40:43 +01:00
Fabian Affolter
910fc745e6
Merge pull request #146612 from fabaff/vulcan-api
python3Packages.vulcan-api: init at 2.0.3
2021-11-20 09:37:58 +01:00
Fabian Affolter
457d2067bd
Merge pull request #146615 from fabaff/pyebus
python3Packages.pyebus: init at 1.2.4
2021-11-20 09:35:32 +01:00
Fabian Affolter
dc17300407
Merge pull request #146627 from fabaff/luxtronik
python3Packages.luxtronik: init at 0.3.9
2021-11-20 09:35:20 +01:00
Fabian Affolter
e1a5a8b496
Merge pull request #146629 from fabaff/aiohwenergy
python3Packages.aiohwenergy: init at 0.4.0
2021-11-20 09:35:10 +01:00
Fabian Affolter
7e64ca0d1e
Merge pull request #146680 from fabaff/bump-identify
python3Packages.identify: 2.3.7 -> 2.4.0
2021-11-20 09:34:28 +01:00
github-actions[bot]
0373476c4a
Merge master into staging-next 2021-11-20 06:01:21 +00:00
Thiago Kenji Okada
4e89efeed0 htop-vim: init at unstable-2021-10-11 2021-11-20 02:28:54 -03:00
Thiago Kenji Okada
fa9d6c3d93
Merge pull request #146333 from romildo/upd.rosepine-gtk-theme
rose-pine-gtk-theme: init at unstable-2021-02-22
2021-11-20 01:58:21 -03:00
Thiago Kenji Okada
91ca6f467e
Merge pull request #146591 from fabaff/lc7001
python3Packages.lc7001: init at 1.0.3
2021-11-20 01:45:25 -03:00
Will Dietz
5e253e043d creduce: 2.9.0 -> 2.10.0
Bump required LLVM from 7 to 8.
2021-11-19 20:17:28 -06:00
maralorn
4dc1154ea9
Merge pull request #146712 from felixsinger/pkgs/coreboot-toolchain/add-archs
coreboot-toolchain: Add other target architectures
2021-11-20 03:00:46 +01:00
Felix Singer
8002a4a133 coreboot-toolchain: Allow adding new architectures
Rework package so that new target architectures can be added and reuse
common configurations.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-11-20 02:18:05 +01:00
Giang Nguyen
a4dc11fd99 yaggo: init at 1.5.10 2021-11-20 01:08:50 +00:00
github-actions[bot]
7495684853
Merge master into staging-next 2021-11-20 00:01:21 +00:00
Sandro
eafd4c6708
Merge pull request #146690 from fabaff/devolo-plc-api 2021-11-20 00:33:43 +01:00
Thiago Kenji Okada
c03139da1d
Merge pull request #146341 from bryanasdev000/gotify-desktop
gotify-desktop: init at 1.2.0
2021-11-19 20:11:15 -03:00
Sandro
45e0459f9c
Merge pull request #146439 from sikmir/quark 2021-11-19 23:52:52 +01:00
Jonathan Ringer
fadaef5aed
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/applications/networking/browsers/chromium/common.nix
2021-11-19 14:31:57 -08:00
Fabian Affolter
771d7823a4 python3Packages.devolo-plc-api: init at 0.6.3 2021-11-19 23:25:57 +01:00
Fabian Affolter
e21280234b python3Packages.ukkonen: init at 1.0.1 2021-11-19 22:25:01 +01:00
Alexander Tomokhov
f7822885f8 racket_7_9: init at 7.9 2021-11-20 00:24:22 +03:00
Victor Buttner
4aea8b21ed netdiscover: init at 0.8.1 2021-11-19 20:08:09 +01:00
Evgenia Vaartis
b23e863959 gigedit: use old pangomm version 2021-11-19 21:51:12 +03:00
Francesco Zanini
f4cd131e38 roomeqwizard: init at 5.20.4 2021-11-19 19:42:50 +01:00
Lorenz Leutgeb
01f4c7ec88 gradle: Decouple gradleGen and JDK 2021-11-19 18:54:25 +01:00
Jonathan Ringer
6ede9cd761
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
  pkgs/applications/audio/hybridreverb2/default.nix
2021-11-19 08:44:33 -08:00
Jichao Ouyang
7cb6bb064a
synology-drive-client: init at 3.0.2 (#144706) 2021-11-19 17:16:58 +01:00
Thiago Kenji Okada
1688438d2c
Merge pull request #146272 from KyleOndy/zsh-vi-mode
zsh-vi-mode: init at v0.8.5
2021-11-19 13:16:11 -03:00
Kyle Ondy
e7e3480530
zsh-vi-mode: init at v0.8.5
Adding [zsh-vi-mode] at version `0.8.5`.

[zsh-vi-mode]: https://github.com/jeffreytse/zsh-vi-mod
2021-11-19 11:10:09 -05:00
Sandro
29b7d4ada1
Merge pull request #145035 from pmeiyu/master 2021-11-19 17:05:50 +01:00
Sandro
1ca1038ae5
Merge pull request #138103 from misuzu/alfis-update 2021-11-19 17:04:14 +01:00
Sandro
f0eaaeb774
Merge pull request #144567 from mkg20001/wgf 2021-11-19 17:03:39 +01:00
Sandro
0cfcd37c77
Merge pull request #146509 from fgaz/libresprite/init 2021-11-19 17:00:10 +01:00
Dzmitry Malyshau
ca7a71747d moz-phab: enable tests, remove pkgs dependency 2021-11-19 10:44:00 -05:00
Dzmitry Malyshau
51324da2e0 moz-phab: init at 0.1.99
The official Mozilla tool for code submissions. Needed to do anything
useful on NixOS with Mozilla code.
2021-11-19 10:44:00 -05:00
Dzmitry Malyshau
a811dea815 python3Packages.glean-sdk: init at 42.2.0
Needed for moz-phab.
2021-11-19 10:44:00 -05:00
Sandro
5bea0fab63
Merge pull request #145391 from bb2020/gimx 2021-11-19 16:42:32 +01:00
Robert Hensing
458a408142
Merge pull request #146579 from flurie/fix-libvirt-aarch64-darwin
libvirt: fix build on aarch64-darwin
2021-11-19 16:30:21 +01:00
flurie
af4b47ecd7 libvirt: fix build on aarch64-darwin 2021-11-19 15:57:07 +01:00
bb2020
852a72a70b gimx: refactor 2021-11-19 17:46:16 +03:00
Francesco Gazzetta
6ac64dc1c4 libresprite: init at 1.0 2021-11-19 15:09:48 +01:00
Doron Behar
df3177903f
Merge pull request #146604 from rnhmjoj/pr-nheko 2021-11-19 15:45:12 +02:00
Janne Heß
b0be7372b6
Merge pull request #141656 from helsinki-systems/init/proxysql
proxysql: init at 2.3.2
2021-11-19 14:34:50 +01:00
Fabian Affolter
b7dfc54d73 python3Packages.aiohwenergy: init at 0.4.0 2021-11-19 14:21:40 +01:00
Fabian Affolter
12647a0a97 python3Packages.luxtronik: init at 0.3.9 2021-11-19 14:12:53 +01:00
Anderson Torres
f37de8bf70
Merge pull request #146535 from AndersonTorres/new-misc
Miscellaneous package updates:

vnote: 3.8.1 -> 3.10.1
tcsh: 6.22.04 -> 6.23.00
stella: 6.5.3 -> 6.6
wxSVG: 1.5.22 -> 1.5.23
sakura: 3.8.3 -> 3.8.4
2021-11-19 09:03:27 -03:00
github-actions[bot]
9d44a614de
Merge master into staging-next 2021-11-19 12:01:09 +00:00
Fabian Affolter
7d1a6e100f python3Packages.pyebus: init at 1.2.4 2021-11-19 12:56:11 +01:00
Fabian Affolter
476e37de3f python3Packages.vulcan-api: init at 2.0.3 2021-11-19 12:13:44 +01:00
Fabian Affolter
f76bc9cc95 python3Packages.related: init at 0.7.2 2021-11-19 12:05:42 +01:00
Fabian Affolter
83b3fb1463 python3Packages.uonet-request-signer-hebe: init at 0.1.1 2021-11-19 11:42:18 +01:00
rnhmjoj
27b1450afa
coeurl: init at 0.1.0 2021-11-19 11:26:30 +01:00
Sebastián Mancilla
ffad12aea1 libphonenumber: 8.11.3 -> 8.12.37
Also fix build on darwin.
2021-11-19 00:04:53 -08:00
Fabian Affolter
710d4ffbc4 python3Packages.lc7001: init at 1.0.3 2021-11-19 08:49:43 +01:00
Doron Behar
03a46c8b3d
Merge pull request #144155 from KarlJoad/octave/update-packages 2021-11-19 09:12:45 +02:00
Sebastián Mancilla
c1f200061d libcryptui: use gtk3-x11 on darwin 2021-11-18 22:10:01 -08:00
github-actions[bot]
cd8fe24249
Merge master into staging-next 2021-11-19 06:01:08 +00:00
Dmitry Kalinkin
e8659f7bf6
Merge pull request #144818 from veprbl/pr/schema-salad_fix
python3Packages.rdflib-jsonld: remove as deprecated
2021-11-18 19:44:04 -05:00
github-actions[bot]
c83cfc58e5
Merge master into staging-next 2021-11-19 00:01:26 +00:00
Fabian Affolter
112d6127a0 python3Packages.ropgadget: rename from ROPGadget 2021-11-19 00:08:27 +01:00
AndersonTorres
2b310dd32b wxSVG: 1.5.22 -> 1.5.23 2021-11-18 19:36:04 -03:00
Fabian Affolter
56e7135fde
Merge pull request #146360 from fabaff/niko-home-control
python3Packages.niko-home-control: init at 0.2.2
2021-11-18 23:31:46 +01:00
Fabian Affolter
b702a9d36f
Merge pull request #146303 from fabaff/uptime-kuma-monitor
python3Packages.uptime-kuma-monitor: init at 1.0.0
2021-11-18 23:31:34 +01:00
Fabian Affolter
963841d1c8
Merge pull request #146302 from fabaff/pyevilgenius
python3Packages.pyevilgenius: init at 1.0.0
2021-11-18 23:31:20 +01:00
Janne Heß
95b8513b39
mumsi/mumlib: Drop 2021-11-18 22:33:10 +01:00
Sebastián Mancilla
be6b1ae5f6
devserver: fix build on darwin (#146530) 2021-11-18 16:30:41 -05:00
Benjamin Hipple
33177775e4
Merge pull request #146434 from drewrisinger/dr-pr-cvxpy-update
python3Packages.cvxpy: 1.1.13 -> 1.1.17, scs: 2.1.1 -> 3.0.0, python3Packages.scs: 2.1.1 -> 3.0.0
2021-11-18 16:21:58 -05:00
Will Dietz
ab3a1ce57d
purple-googlechat: init at unstable-2020-10-18 (#145224) 2021-11-18 14:39:51 -06:00
Sebastián Mancilla
9c177f0a1f pax: fix build on darwin 2021-11-18 12:34:04 -08:00
sterni
511a519da1
Merge pull request #145582 from NixOS/haskell-updates
haskellPackages: update stackage and hackage
2021-11-18 21:32:44 +01:00
Seong Yong-ju
42cc440eed notion-app-enhanced: init at 2.0.16-5 2021-11-19 03:54:56 +09:00
Sandro
6456bfce6d
Merge pull request #146514 from smancill/ZHF-rates 2021-11-18 19:34:40 +01:00
Tomislav Markovski
d87cb1d3c8
trinsic-cli: init at 1.1.0 2021-11-18 13:30:28 -05:00
github-actions[bot]
91e24d05d7
Merge master into staging-next 2021-11-18 18:01:14 +00:00
Hollow Man
479715923b
ibus-theme-tools: init at 4.2.0 (#146361) 2021-11-18 18:44:59 +01:00
Sebastián Mancilla
db8278e295 rates: fix build on darwin 2021-11-18 14:42:50 -03:00
Anderson Torres
cb34fa1b42
Merge pull request #146454 from AndersonTorres/new-gistyc
gistyc: init at 1.3
2021-11-18 14:37:43 -03:00
Sandro
a09bdaae49
Merge pull request #146501 from psibi/tgswitch 2021-11-18 18:35:24 +01:00
Sandro
7099869c67
Merge pull request #146499 from smancill/ZHF-stxxl 2021-11-18 18:22:38 +01:00
sternenseemann
99a323ee5b Merge remote-tracking branch 'origin/master' into haskell-updates 2021-11-18 18:13:00 +01:00
Moritz Böhme
e5537e4de7
synology-drive: init at 3.0.1-12674 (#141977)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: MoritzBoehme <mr.x@moritzboeh.me>
2021-11-18 18:03:26 +01:00
Sibi Prabakaran
a6abef6ed2
tgswitch: init at 0.5.378
Add tgswitch which allows to easily manage different terragrunt
versions for different projects.

Tested it locally on a NixOS machine:

```
❯ tgswitch --help

Usage: tgswitch [-hv] [-b value] [parameters ...]
 -b, --bin=value  Custom binary path. For example:
                  /Users/username/bin/terragrunt
 -h, --help       displays help message
 -v, --version    displays the version of tgswitch
Supply the terragrunt version as an argument, or choose from a menu
```
2021-11-18 22:29:14 +05:30
Sebastián Mancilla
53fd52dca9 stxxl: fix build on darwin
Do not enable OpenMP support on Darwin. Since GNU Parallel requires
OpenMP, also disable it on Darwin.
2021-11-18 13:47:34 -03:00
Sebastián Mancilla
586ec1fbe4 mhost: fix build on darwin 2021-11-18 13:29:51 -03:00
P. R. d. O
b5703dfc4b
clockify: init at 2.0.3 2021-11-18 10:22:18 -06:00
Spencer Baugh
94186e430b
iqueue: init at 0.1.0 (#139064)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-18 16:00:26 +01:00
Thiago Kenji Okada
d1305f9c29
Merge pull request #146315 from Prillan/weasyprint-53.4
python3Packages.weasyprint: 52 -> 53.4
2021-11-18 11:44:54 -03:00
Domen Kožar
cb8f6cdc43
Merge pull request #146459 from smancill/zhf-cloak
cloak: fix build on darwin
2021-11-18 07:02:35 -06:00
AndersonTorres
3eaa93c722 gistyc: init at 1.3 2021-11-18 09:50:04 -03:00
Kevin Tran
57407fed58
kio-fuse: init at 5.0.1 (#138492)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-18 13:29:50 +01:00
Sandro
7280fda66f
Merge pull request #136095 from boppyt/lite-xl 2021-11-18 13:22:05 +01:00
github-actions[bot]
c20c52d15c
Merge master into staging-next 2021-11-18 12:01:15 +00:00
Sandro
3db9ebca5e
Merge pull request #144733 from lourkeur/update/chia
chia: 1.2.10 -> 1.2.11
2021-11-18 12:30:08 +01:00
Sandro
cbaa609b1d
Merge pull request #142804 from ornxka/aliyun-cli 2021-11-18 12:05:16 +01:00
Rasmus Précenth
e951187304
python3Packages.pydyf: init at 1.0.2 2021-11-18 09:54:24 +01:00
Fabian Affolter
268572ad4d
Merge pull request #146307 from fabaff/oocsi
python3Packages.oocsi: init at 0.4.2
2021-11-18 08:45:48 +01:00
github-actions[bot]
385e4f8531
Merge master into staging-next 2021-11-18 06:01:22 +00:00
Bobby Rong
42d3251640
Merge pull request #146452 from jgarte/remove_svgcleaner
svgcleaner: Remove deprecated package.
2021-11-18 12:23:44 +08:00
jgart
50bbc006ba svgcleaner: Remove deprecated package. 2021-11-17 22:51:20 -05:00
Sebastián Mancilla
2f5fc99989 cloak: fix build on darwin 2021-11-17 23:27:52 -03:00
Pavol Rusnak
33af16dff4
Merge pull request #146356 from TredwellGit/electron
Update Electron
2021-11-18 01:36:41 +01:00
github-actions[bot]
65ce6cbbdc
Merge master into haskell-updates 2021-11-18 00:08:52 +00:00
github-actions[bot]
841469e4d8
Merge master into staging-next 2021-11-18 00:01:36 +00:00
Kevin Cox
21ccd23955
Merge pull request #143317 from flexagoon/gtk-theme-framework
gtk-theme-framework: init at 0.2.3
2021-11-17 17:27:59 -05:00
Martin Weinelt
038e06ec8f
Merge pull request #146429 from fabaff/motionblinds 2021-11-17 23:04:27 +01:00
Lassulus
075aadf36a
Merge pull request #143679 from riotbib/stanza
python3Packages.stanza: init 1.3.0
2021-11-17 20:37:10 -01:00
Nikolay Korotkiy
4b32a5d261
quark: init at 2021-02-22 2021-11-18 00:25:06 +03:00
Florian Klink
3d5d225ba1 crd2pulumi: init at 1.0.10 2021-11-17 22:06:32 +01:00
Fabian Affolter
0fda4083ea python3Packages.motionblinds: init at 0.5.8.2 2021-11-17 21:20:01 +01:00
Drew Risinger
8b96a43bcb python3Packages.scs: 2.1.1 -> 3.0.0 2021-11-17 14:16:09 -05:00
github-actions[bot]
c77daf4da1
Merge master into staging-next 2021-11-17 18:00:59 +00:00
Maciej Krüger
a54392efda
wg-friendly-peer-names: init at unstable-2021-11-08 2021-11-17 18:15:29 +01:00
misuzu
cfc583ddcd alfis: 0.6.5 -> 0.6.9 2021-11-17 18:12:33 +02:00
Sandro
34fdd877ea
Merge pull request #146163 from romildo/upd.la-capitaine-icon-theme 2021-11-17 16:39:16 +01:00
Sarah Brofeldt
555ebb077e zookeeper: jdk8 -> jdk11_headless
Put the specific version in the zookeeper derivation to try and stay in
line with requisite versions as per zookeeper admin docs
2021-11-17 14:00:53 +01:00
github-actions[bot]
cf671bd5e9
Merge master into staging-next 2021-11-17 12:01:23 +00:00
Christoph Hrdinka
406ecf6074
Merge pull request #146050 from erictapen/mapnik-fix-build
mapnik: fix build
2021-11-17 10:53:14 +01:00
Dmitry Kalinkin
7e0d7e4075
python3Packages.rdflib-jsonld: remove as deprecated 2021-11-17 04:38:42 -05:00
Fabian Affolter
4a2d7d38ce python3Packages.niko-home-control: init at 0.2.2 2021-11-17 09:53:03 +01:00
Fabian Affolter
9d830c1496 python3Packages.nessclient: init at 0.9.16b2 2021-11-17 09:40:09 +01:00
Fabian Affolter
98f26c237d python3Packages.justbackoff: init at 0.6.0 2021-11-17 09:31:27 +01:00
Fabian Affolter
4f6f30ffbb
Merge pull request #146276 from fabaff/bump-atomman
python3Packages.atomman: 1.3.0 -> 1.4.2
2021-11-17 09:19:02 +01:00
TredwellGit
d421ffb483 electron_16: init at 16.0.0
https://github.com/electron/electron/releases/tag/v16.0.0
2021-11-17 07:36:04 +00:00
Robert Schütz
7143a8d4ff
Merge pull request #145592 from dotlambda/igraph-0.9.5
igraph: 0.9.4 -> 0.9.5
2021-11-16 23:29:56 -08:00
Domen Kožar
3b0f2374a6
Merge pull request #146338 from figsoda/menyoki-fix-darwin
menyoki: fix darwin build
2021-11-17 00:40:36 -06:00
Domen Kožar
5b14843fc9
Merge pull request #146210 from flurie/fix-cardpeek-darwin
cardpeek: fix build on darwin
2021-11-17 00:34:44 -06:00
Andrew Childs
c138eff315
unicorn: fix darwin build (#146346) 2021-11-17 01:08:03 -05:00
github-actions[bot]
f8cf67790e
Merge master into staging-next 2021-11-17 06:01:28 +00:00
Sandro
82b5e86be8
Merge pull request #146236 from fabaff/tailscale 2021-11-17 03:51:16 +01:00
Bryan A. S
38f51c213c gotify-desktop: init at 1.2.0 2021-11-16 23:48:47 -03:00
figsoda
009c51b5ae menyoki: fix darwin build 2021-11-16 21:05:36 -05:00
figsoda
141d3fc04f
Merge pull request #145972 from figsoda/cargo-depgraph
cargo-depgraph: init at 1.2.2
2021-11-16 20:58:40 -05:00
Sandro
fc0da5ee55
Merge pull request #137713 from samuela/samuela/hdfs 2021-11-17 02:43:31 +01:00
Sandro
a46c46cf3f
Merge pull request #139542 from Creator54/p1 2021-11-17 02:42:41 +01:00
José Romildo
ec2380759a rose-pine-gtk-theme: init at unstable-2021-02-22 2021-11-16 22:24:05 -03:00
Thiago Kenji Okada
15cef13921
Merge pull request #146312 from veprbl/pr/beret_rm
beret: remove
2021-11-16 22:03:42 -03:00
flurie
ef1a0dab00
cardpeek: fix build on darwin 2021-11-16 19:58:56 -05:00
github-actions[bot]
7207f809f9
Merge master into haskell-updates 2021-11-17 00:07:23 +00:00
github-actions[bot]
90829d83e5
Merge master into staging-next 2021-11-17 00:01:49 +00:00
Dmitry Kalinkin
922661273c
beret: remove
Was broken for 6 years
2021-11-16 17:22:36 -05:00
figsoda
f12614d43b cargo-outdated: 0.9.18 -> 0.10.1 2021-11-16 16:56:19 -05:00
Fabian Affolter
82a58da60b python3Packages.oocsi: init at 0.4.2 2021-11-16 22:54:07 +01:00
Fabian Affolter
ea81ce6ff5 python3Packages.uptime-kuma-monitor: init at 1.0.0 2021-11-16 22:37:54 +01:00
Fabian Affolter
27988f4e84 python3Packages.pyevilgenius: init at 1.0.0 2021-11-16 22:25:34 +01:00
Fabian Affolter
d74b9bab02
Merge pull request #146066 from amfl/gemget-1.8.0
gemget: init at 1.8.0
2021-11-16 19:53:13 +01:00
github-actions[bot]
ca7a3ad2e8
Merge master into staging-next 2021-11-16 18:01:14 +00:00
Sandro
0e4ef9ab2b
Merge pull request #139294 from shnarazk/kissat-init 2021-11-16 18:47:19 +01:00
Sandro
dc37c7483e
Merge pull request #140829 from deshaw/kcat 2021-11-16 18:36:37 +01:00
Sandro
e2a2b3c8d9
Merge pull request #140684 from eliasp/init-libbde 2021-11-16 18:35:17 +01:00
Fabian Affolter
e6feb74002 python3Packages.potentials: init at 0.3.1 2021-11-16 17:18:30 +01:00
Jonathan Ringer
a2e621d20d
Merge remote-tracking branch 'origin/master' into staging-next 2021-11-16 07:50:20 -08:00
Pavol Rusnak
8c243298c8
Merge pull request #145180 from prusnak/dotnet6
dotnet: make SDK 6.0 default
2021-11-16 16:28:06 +01:00
Sandro
5e39986fe2
Merge pull request #142151 from justinas/openseachest 2021-11-16 16:20:21 +01:00
Fabian Affolter
10e1f32e5a python3Packages.cdcs: init at 0.1.5 2021-11-16 16:16:15 +01:00
Sandro
8267af946d
Merge pull request #141518 from zakame/contrib/awslimitchecker 2021-11-16 13:55:09 +01:00
Aaron Andersen
1b6831696c
Merge pull request #142087 from rkitover/q4wine
q4wine: init at 1.3.13
2021-11-16 07:26:09 -05:00
Fabian Affolter
41c57447da python3Packages.tailscale: init at 0.1.2 2021-11-16 13:06:16 +01:00
github-actions[bot]
617d1d1f17
Merge staging-next into staging 2021-11-16 12:02:01 +00:00
Maximilian Bosch
1e156e3b5d
Merge pull request #146178 from TredwellGit/linux
Kernels 2021-11-15
2021-11-16 12:02:04 +01:00
Vincent Laporte
f27f14bd7a ocamlPackages.ppx_python: init at 0.14.0 2021-11-16 11:53:48 +01:00
Jörg Thalheim
cd65cb38bc
Merge pull request #146212 from flurie/fix-bpb-darwin
bpb: fix build on darwin
2021-11-16 10:21:59 +00:00
Sandro
7ba1fac583
Merge pull request #143525 from junjihashimoto/bump-pytorch 2021-11-16 10:38:14 +01:00
Fabian Affolter
9502678f32
Merge pull request #145921 from fabaff/vehicle
python3Packages.vehicle: init at 0.2.0
2021-11-16 09:56:44 +01:00
github-actions[bot]
112c228b4b
Merge staging-next into staging 2021-11-16 06:01:37 +00:00
Ryan Burns
e2c7d2b885
Merge pull request #145740 from alyssais/apr-cross
apr: fix cross
2021-11-15 21:43:33 -08:00
zowoq
cd8f237c0c clusterctl: init at 1.0.1 2021-11-16 15:41:59 +10:00
flurie
e0c6f91e6d
bpb: fix build on darwin 2021-11-15 23:42:10 -05:00
Ben Siraphob
d4ca3899e9
Merge pull request #145711 from siraben/coq-smpl-init
coqPackages.smpl: init
2021-11-15 19:49:58 -06:00
github-actions[bot]
dff04bfc94
Merge master into haskell-updates 2021-11-16 00:07:30 +00:00
github-actions[bot]
69a9c90876
Merge staging-next into staging 2021-11-16 00:02:03 +00:00
sternenseemann
debf4fc929 gnat: 9 -> 11
Update the default GNAT version from 9 to 11, as GNAT >= 11 is required
to compile the 22.* AdaCore libraries.

To allow this, we need to pick a patch from ghdl's master fixing a
compilation problem with GNAT 11.
2021-11-15 22:41:56 +01:00
sternenseemann
607dd14964 haskell.compiler.ghcHEAD: bootstrap using 8.10.7 binary
This should shorten the bootstrapping part (not requiring an
intermediate 9.0.1 build). Seems like 8.10.7 is still supported for
bootstrapping for the moment and allows compiling for aarch64-darwin.
2021-11-15 21:01:17 +01:00
TredwellGit
f726b6c476 linux-rt_5_11: remove 2021-11-15 19:38:09 +00:00
TredwellGit
c783c8d859 linux/hardened/patches/5.15: init at 5.15.2-hardened1 2021-11-15 19:38:09 +00:00
Kevin Cox
969ab6aca0
Merge pull request #145460 from lorenzleutgeb/gradle-clean
gradle: Clean up
2021-11-15 14:28:39 -05:00
figsoda
c6cb804033
Merge pull request #146128 from iAmMrinal0/update/broot
broot: 1.6.6 -> 1.7.1
2021-11-15 14:13:47 -05:00
Mrinal Purohit
d25def1a84 broot: 1.6.6 -> 1.7.1 2021-11-16 00:09:31 +05:30
Lorenz Leutgeb
5153a6cf19 gradle: Clean up 2021-11-15 19:19:50 +01:00
Aaron Andersen
e23a1d5f27
Merge pull request #146009 from aanderse/kodi.packages.libretro-mgba
kodi.packages.libretro-mgba: init at 0.9.2.31
2021-11-15 13:17:37 -05:00
github-actions[bot]
cfaff97318
Merge staging-next into staging 2021-11-15 18:01:43 +00:00
Mark Sagi-Kazar
e7b0920211 reveal-md: init at 5.2.0
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2021-11-15 09:53:32 -08:00
José Romildo
6d4e3069fc la-capitaine-icon-theme: init at 0.6.2 2021-11-15 14:03:41 -03:00
Sandro
4fcf6aa12e
Merge pull request #141090 from fabaff/bump-libwebsockets 2021-11-15 17:43:44 +01:00
Pavol Rusnak
aa7981ebc4
Merge pull request #145823 from prusnak/rocksdb_6_23
rocksdb: reintroduce rocksdb 6.23.3 as rocksdb_6_23
2021-11-15 15:41:45 +01:00
milahu
16769bdede
python3Packages.slugid: init 2.0.0 (#141409) 2021-11-15 14:30:42 +01:00
Jonas Heinrich
e7d1412564
downonspot: init at unstable-2021-10-11 (#141494)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-15 13:14:42 +01:00
github-actions[bot]
faf5da6aed
Merge staging-next into staging 2021-11-15 12:01:44 +00:00
Vladimír Čunát
64065d76f4
Merge #144730: branch 'staging-next' 2021-11-15 11:52:15 +01:00
Sandro
6f0ff67bb0
Merge pull request #135026 from ckiee/cnping 2021-11-15 11:35:59 +01:00
Kristoffer Føllesdal
4e2839f091 pythonPackges.typical: init at 2.7.9 2021-11-15 10:37:15 +01:00
Kristoffer K. Føllesdal
af148b967c pythonPackages.future-typing: init at 0.4.1 2021-11-15 10:37:15 +01:00
Bernardo Meurer
7b284a8bd5
tree-sitter-grammars: add recurseIntoAttrs for tree-sitter.builtGrammars 2021-11-14 22:46:49 -08:00
amfl
6b23ea33ec gemget: init at 1.8.0 2021-11-15 16:38:38 +13:00
Mario Rodas
500c8bb89d
Merge pull request #145883 from LeSuisse/oauth2-proxy-7.2.0
oauth2-proxy: 7.0.1 -> 7.2.0
2021-11-14 21:19:49 -05:00
Thiago Kenji Okada
1635352a5c
Merge pull request #145027 from vs49688/fiji
fiji: init at 20201104-1356
2021-11-14 21:41:41 -03:00
Kerstin Humm
2b84e72fc6
mapnik: fix build by using proj 7
Co-Authored-By: Robert Schütz <nix@dotlambda.de>
2021-11-15 00:55:23 +01:00
Sandro
837604f22c
Merge pull request #145774 from smaret/fix-spectral-cube 2021-11-14 21:39:11 +01:00
Thiago Kenji Okada
45c3d925a5
Merge pull request #145003 from starcraft66/aiocron
python3Packages.aiocron: init at 1.7
2021-11-14 17:04:17 -03:00
Sébastien Maret
690131976e python3Packages.casa-formats.io: init at 0.1
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2021-11-14 20:56:56 +01:00