Linus Heckemann
b2b3b86d91
Merge pull request #223400 from NickCao/hydra
...
hydra_unstable: 2022-12-23 -> 2023-03-27
2023-04-03 14:42:47 +02:00
Weijia Wang
150dcd7ce7
Merge pull request #224345 from natsukium/blast/darwin
...
blast-bin: init at 2.13.0
2023-04-03 09:59:08 +03:00
7c6f434c
8ce248a734
Merge pull request #218870 from Uthar/lisp2
...
lisp-modules: replace with an implementation based on github:uthar/nix-cl
2023-04-03 06:00:48 +00:00
natsukium
cddb4a24ba
blast-bin: init at 2.13.0
2023-04-03 12:39:17 +09:00
Kasper Gałkowski
0c782640ee
lisp-modules: deprecate the two current implementations in comments
2023-04-02 18:18:37 +02:00
Mario Rodas
a4e784be15
parson: init at 1.5.1
2023-04-01 04:20:00 +00:00
Nick Cao
dcd639c611
Merge pull request #223389 from oluceps/add-dae
...
dae: init at 0.1.5
2023-04-02 20:32:21 +08:00
Orivej Desh (NixOS)
520b07d141
Merge pull request #223636 from orivej/aeolus
...
aeolus: use aeolus-stops; aeolus-stops: init at 0.4.0
2023-04-02 12:21:59 +00:00
oluceps
405977f906
dae: init at 0.1.5
...
Co-authored-by: oluceps <i@oluceps.uk>
Co-authored-by: NickCao <nickcao@nichi.co>
2023-04-02 19:50:23 +08:00
Norbert Melzer
1f00398540
Merge pull request #224322 from Infinidoge/refactor/haxePackages
2023-04-02 10:48:20 +02:00
Ilan Joselevich
78d19be60e
Merge pull request #219987 from wesleyjrz/add-dooit
...
dooit: init at 1.0.1
2023-04-02 09:33:06 +03:00
Vladimír Čunát
e77e6a9e40
Merge #222867 : aliases: document avoiding them within nixpkgs better
2023-04-02 08:29:11 +02:00
Infinidoge
17d559f6a7
haxePackages: refactor to improve readability
2023-04-02 02:09:20 -04:00
Samuel Ainsworth
6c77085e6a
Merge pull request #168380 from SomeoneSerge/faiss-cuda-split
...
faiss: use the redistributable cuda
2023-04-01 20:59:29 -04:00
Sandro
8ee36b0a25
Merge pull request #156621 from S-NA/updates/deadd-notification-center
2023-04-02 02:20:05 +02:00
Sandro
b3c861b8e4
Merge pull request #216043 from sikmir/jcli
2023-04-02 01:55:10 +02:00
Wesley Jr
9ee646eec7
dooit: init at 1.0.1
2023-04-01 20:42:03 -03:00
Sandro
0d4960312d
Merge pull request #218728 from zendo/paleta
2023-04-02 01:05:29 +02:00
Alex Whitt
2616b5f6d5
seamly2d: init at 2022-08-15.0339 ( #203614 )
2023-04-02 00:28:12 +02:00
Jean-Paul Calderone
edfdbf0122
python3Packages.pycddl: init at 0.4.0 ( #221220 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-04-02 00:27:25 +02:00
Sandro
abbb809c69
Merge pull request #199681 from auroraanna/snekim
2023-04-02 00:16:24 +02:00
Sandro
cb6e97237b
Merge pull request #207928 from dit7ya/clipboard
2023-04-01 23:55:13 +02:00
Sandro
60fb59060e
Merge pull request #207081 from gador/golden-cheetah-app
2023-04-01 23:53:14 +02:00
Sandro
5454044f74
Merge pull request #213265 from jvanbruegge/audiobookshelf
2023-04-01 23:48:13 +02:00
Azat Bahawi
e32ad55aca
Merge pull request #222899 from arjan-s/init-mkdocs-simple-hooks
...
python3Packages.mkdocs-simple-hooks: init at 0.1.5
2023-04-02 00:18:16 +03:00
Sandro
c454f04652
Merge pull request #214118 from MGlolenstine/beebeep
2023-04-01 23:17:36 +02:00
Arjan Schrijver
3dced15a96
python3Packages.mkdocs-simple-hooks: init at 0.1.5
2023-04-01 20:47:05 +02:00
Sandro
ab8f1821af
Merge pull request #216307 from lorenzleutgeb/gradle-8
2023-04-01 20:33:05 +02:00
Mario Rodas
64dfc28589
Merge pull request #224183 from bbigras/megasync
...
megasync: pin to ffmpeg_4
2023-04-01 09:27:03 -05:00
Nick Cao
7cf3bfe11c
Merge pull request #223682 from tehmatt/tehmatt-functiontrace
...
functiontrace-server: init at 0.5.2
2023-04-01 20:46:53 +08:00
Bruno Bigras
5465b6d141
megasync: pin to ffmpeg_4
...
fix #224176
2023-04-01 03:21:34 -04:00
MGlolenstine
d1380c07b1
beebeep: init at 5.8.6
2023-04-01 09:14:05 +02:00
Andrew Childs
119a521977
platformio-core: expose unwrapped platformio as platformio-core
...
PlatformIO is a pure python package that is in turn a package
manager. In a pure NixOS environment, this means that any downloaded
binary packages will not run. To make PlatformIO usable, there's a
chrootenv wrapper. However, in a mixed environment like other linux or
darwin, the pure python version will work, and in the case of darwin
only the pure version will work, since the chrootenv wrapper is not
supported.
To handle the above use cases we have:
* platformio -- unwrapped on darwin, wrapped on linux. Should always
provide a functional platformio.
* platformio-core -- always unwrapped (like "bintools-unwrapped") for
when the wrapper is explicitly not required. For
example, on other linux where the chrootenv is
not supported.
2023-04-01 13:13:15 +09:00
Matt Bryant
7f14501e42
functiontrace-server: init at 0.5.2
...
Added initial version of the server-piece of https://functiontrace.com .
This is most useful with a functiontrace client, which depends on this
and will therefore be added afterwards.
2023-03-31 20:36:32 -07:00
Someone Serge
2e5cb6f4d6
nvidia-thrust: simplify parameters
2023-04-01 05:48:32 +03:00
Someone Serge
6087a4301c
faiss: use the split cudaPackages
...
...still transitively relies on cudatoolkit (through nvidia-thrust)
2023-04-01 05:48:25 +03:00
Someone Serge
a0920575b4
nvidia-thrust: allow omp/tbb instead of cuda
2023-04-01 05:47:12 +03:00
Someone Serge
95d21285bd
nvidia-thrust: init at 1.16.0
2023-04-01 05:47:12 +03:00
Sandro
bac1040c26
Merge pull request #200072 from swflint/add-boa-api-python
2023-04-01 02:57:21 +02:00
Sandro
46d1a946aa
Merge pull request #192148 from evan-goode/processing-4.0.1
2023-04-01 02:50:00 +02:00
Sandro
43aaf447d9
Merge pull request #216708 from lorenz/add-edl
2023-04-01 02:39:56 +02:00
Sandro
eb5d126dcb
Merge pull request #163082 from ettom/zeyple
2023-04-01 02:35:08 +02:00
Sandro
6b9fecdb2d
Merge pull request #221539 from Stunkymonkey/ariang-init-1.3.3
2023-04-01 02:34:19 +02:00
Sandro
decd52f650
Merge pull request #222062 from RaitoBezarius/ultrablue
2023-04-01 02:16:47 +02:00
Sandro
bef33b1411
Merge pull request #218300 from Eken-beep/master
2023-04-01 02:10:31 +02:00
0x4A6F
cfcd779f3c
Merge pull request #224108 from K900/init-isoimagewriter
...
isoimagewriter: init at 0.9.1
2023-03-31 23:58:39 +02:00
Robert Schütz
0c36f27606
Merge pull request #223783 from dotlambda/libdeltachat-1.112.1
...
libdeltachat: 1.112.0 -> 1.112.4
2023-03-31 11:42:00 -07:00
K900
9aef9e6cad
isoimagewriter: init at 0.9.1
2023-03-31 21:23:46 +03:00
S. Nordin Abouzahra
c3853b4745
deadd-notification-center: 2022-04-20 -> unstable-2022-11-07
...
Update deadd-notification-center to the latest revision. Change the
expression from using the prebuilt binary provided in the repository to
building from source instead as well as provide a functioning systemd
service file as the one provided by upstream is broken.
Remove pacman99 from and add Melkor333 to maintainers as requested.
2023-03-31 13:37:33 -04:00
Naïm Favier
0ec0abfcb5
Merge pull request #224037 from anund/less_ambiguous_messages
...
fcitx: remove deprecation message ambiguity
2023-03-31 12:30:49 +02:00