flurie
b91f4d0097
bicgl: fix build for x86_64-darwin
2021-11-21 23:30:54 -05: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
Sandro
07f29d2db2
Merge pull request #146829 from r-burns/isx86
2021-11-21 14:20:12 +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
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
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
Artturi
6aded65e28
Merge pull request #142153 from Artturin/mailmanbuildfix
2021-11-21 01:35:38 +02: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
24cfd348b1
python3Packages.aiovlc: init at 0.1.0
2021-11-20 21:36:52 +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
Yurii Matsiuk
3cabab8586
fprintd-tod: fix the build
2021-11-20 12:04:35 +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
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
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
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
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
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