figsoda
eb4034bd00
unzrip: init at unstable-2023-03-13
2023-03-12 22:42:45 -04:00
Nick Cao
2cec455632
antlr4: default to antlr4_12
2023-03-13 10:10:44 +08:00
Nick Cao
069d4196eb
antlr4_12: init at 4.12.0
2023-03-13 10:10:25 +08:00
Morgan Helton
34b27d45c1
sunshine: 0.16.0 -> 0.18.4
2023-03-12 20:55:24 -05:00
Morgan Helton
f9d19543b7
amf-headers: init at 1.4.29
2023-03-12 20:52:29 -05:00
github-actions[bot]
b68d8e3f47
Merge master into haskell-updates
2023-03-13 00:13:22 +00:00
Sandro
d8c0673244
Merge pull request #216502 from azahi/psql2csv
2023-03-13 00:55:35 +01:00
Daniel Perry
fb9bcc72fd
openmw: add darwin support
...
The OpenMW codebase already has Darwin build support within it, so porting
it over to nixpkgs was something I wanted to try out.
Issues encountered, in order:
A few dependencies in nixpkgs were missing Darwin support. Details of those
changes are in their respective commits.
After the dependencies were building, the build first failed with a missing
reference to VideoDecodeAcceleration, which was easily dealt with.
Then the build succeeded! Job's done, success! Except OpenMW.app was nowhere
to be found in the result folder. OpenMW-CS.app, however, was produced and
appeared to be running correctly (though I will admit I didn't test it very
much as I'm not very familiar).
Going through OpenMW's CMakeLists.txt showed that a CMake define was needed,
`OPENMW_OSX_DEPLOYMENT=ON`. This is what enables OpenMW.app to be built.
Once the define was added, the build began to fail with missing plugins to
OpenSceneGraph. Looking into that showed that OSG doesn't build certain plugins
on Darwin due to the fact that their functionality is replicated by built-
in system libraries. To save space, these libraries are not built on Darwin.
OpenMW, however, requires these libraries to exist. I was familiar with the
process of building OpenMW on Darwin already, due to having built it locally
ahead of time, so I remembered that the OpenMW folks have a separate repository
with Mac-specific patches. One of those patches is to OpenSceneGraph for this
exact issue, which is now applied here.
The next error was caused by `fixup_bundle` running from the OpenMW CMakeLists.txt,
which appears to be broken in Darwin under Nix. Searching nixpkgs shows that others
have worked around the issue by removing the call to `fixup_bundle` completely.
At this point, the build passed and OpenMW.app was created and was executable!
After the intro video played, it was clear that something wasn't working though.
Every texture was completely pink, navigating the main menu was impossible. Looking
at the console output showed that OpenSceneGraph was attempting to load dds
textures, but the plugin for doing so could not be loaded. I looked at the plugin
with `file` which showed the file was actually a bash script. It was setting
some QT environment variables before calling the real plugin executable. I
resolved this issue with setting `dontWrapQtApps`, as everything seems to work
without it (even the QT-based apps like the Construction Set).
2023-03-12 18:48:50 -04:00
Martin Weinelt
d03d74aa67
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/aiopulse/default.nix
- pkgs/development/python-modules/identify/default.nix
- pkgs/development/python-modules/spur/default.nix
2023-03-12 23:28:23 +01:00
figsoda
ea8fc12427
halp: init at 0.1.0
2023-03-12 17:13:33 -04:00
Jocelyn Thode
e7f54823b1
readarr: init at 0.1.4.1596
2023-03-12 20:54:23 +01:00
Anderson Torres
c2bfb7b9bb
Merge pull request #220872 from atorres1985-contrib/quick-patches
...
kitty-themes: 2023-01-08 -> 2023-03-08
2023-03-12 16:52:22 -03:00
Anderson Torres
0871493aa5
kitty-themes: move to kitty directory
2023-03-12 14:42:55 -03:00
Jörg Thalheim
9705c197c8
nix-eval-jobs: 2.13.0 -> 2.14.0
2023-03-12 17:34:52 +01:00
Vladimír Čunát
1f7eeea8ee
Merge branch 'master' into staging-next
2023-03-12 17:21:00 +01:00
Martin Weinelt
237e2f744b
Merge pull request #212799 from mweinelt/ipu6
...
ipu6 webcam support
2023-03-12 15:57:47 +00:00
Martin Weinelt
5abe72f0b2
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/mdutils/default.nix
2023-03-12 15:59:15 +01:00
Mauricio Collares
652e253e26
Merge pull request #220559 from amesgen/fix-sage
...
sage: fix build by downgrading maxima to 5.45
2023-03-12 14:51:57 +01:00
Martin Weinelt
84126e298e
Merge pull request #220703 from dotlambda/fastapi-databases
...
python310Packages.fastapi: don't run databases tests
2023-03-12 13:23:18 +00:00
Martin Weinelt
a1ad0ac13b
Merge pull request #220580 from yu-re-ka/staging-next-gitaly
...
[staging-next] gitaly: build with libgit 1.5.x
2023-03-12 13:03:40 +00:00
Anderson Torres
463f555899
all-packages.nix: change {}
to { }
2023-03-12 09:33:17 -03:00
Yureka
1b4c93c571
gitaly: build with libgit 1.5.x
2023-03-12 13:25:48 +01:00
sternenseemann
f07d4d077e
haskell.compiler.ghc961: init at 9.6.1
...
xhtml seems to be built unconditionally now which is at least one thing
improved by hadrian.
2023-03-12 13:16:26 +01:00
Vladimír Čunát
1dd94ad62f
Merge branch 'master' into staging-next
2023-03-12 09:06:28 +01:00
Fabian Affolter
8a9d0df631
Merge pull request #220371 from fabaff/goverview
...
goverview: init at 1.0.1
2023-03-12 00:45:55 +01:00
Weijia Wang
ed273b03c5
vte: remove stdenv override
2023-03-12 00:47:39 +02:00
Erik Skytthe
d8c4c935e7
kubernetes-metrics-server: init at version 0.6.2
2023-03-11 23:17:42 +01:00
figsoda
d4f3301440
Merge pull request #220514 from figsoda/csvquote
2023-03-11 16:38:06 -05:00
Robert Schütz
e8b6c2ff8f
ntfy: pin SQLAlchemy at 1.4.46
2023-03-11 10:29:48 -08:00
Anatolii Popov
26bd3c74ac
jetbrains-toolbox: init at 1.27.3.14493
2023-03-11 14:52:23 +01:00
github-actions[bot]
140a35879a
Merge master into staging-next
2023-03-11 12:01:11 +00:00
Mario Rodas
dae678ad8f
Merge pull request #186276 from typetetris/feature/add-timescaledb-toolkit
...
timescaledb_toolkit: init at 1.14.0
2023-03-11 06:50:54 -05:00
Tungsten842
1625749514
evhz: init at unstable-2021-09-20
2023-03-11 11:46:54 +01:00
Thiago Kenji Okada
fff9f6b1f1
Merge pull request #220554 from thiagokokada/geekbench-refactor
...
geekbench{4,5}: use autoPatchelfHook and do not hardcode CUDA lib, geekbench6: init at 6.0.1
2023-03-11 10:36:05 +00:00
superherointj
00f7fa948d
geekbench6: init at 6.0.1
2023-03-11 09:57:34 +00:00
superherointj
b4bb4a434c
geekbench5: 5.4.6 -> 5.5.1
2023-03-11 09:54:40 +00:00
Sandro
f0728b4d0a
Merge pull request #205299 from linsui/jabref
2023-03-11 08:54:37 +01:00
techknowlogick
fe890091ef
railway: 2.1.0 -> 3.0.12
2023-03-11 02:19:24 -05:00
github-actions[bot]
9ffe17a0be
Merge master into staging-next
2023-03-11 00:02:37 +00:00
Sandro
c079fc5f38
Merge pull request #209778 from benwbooth/openlens
2023-03-10 23:21:08 +01:00
Sandro
fbf7fa1dfc
Merge pull request #206817 from penalty1083/geph
2023-03-10 23:19:52 +01:00
Sandro
46e5d1e231
Merge pull request #217517 from savyajha/radian
2023-03-10 23:11:26 +01:00
amesgen
70b827c60a
sage: fix build by downgrading maxima to 5.45
2023-03-10 21:55:54 +01:00
Martin Weinelt
a7c2874462
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/roombapy/default.nix
2023-03-10 21:04:22 +01:00
Ilan Joselevich
430cb0a5d5
Merge pull request #219770 from garaiza-93/hue-plus-init
...
hue-plus: init at 1.4.5
2023-03-10 21:16:53 +02:00
Alyssa Ross
8c70bfb9f2
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/development/libraries/librsvg/default.nix
pkgs/development/python-modules/r2pipe/default.nix
2023-03-10 18:46:21 +00:00
figsoda
6acf10c7f3
csvquote: init at 0.1.5
2023-03-10 12:44:55 -05:00
Anderson Torres
d40c0521f8
Merge pull request #220497 from wegank/photoflow-drop
...
photoflow: drop
2023-03-10 14:18:53 -03:00
Weijia Wang
262539b3dd
photoflow: drop
2023-03-10 16:52:54 +02:00
superherointj
9869bbf5bf
Merge pull request #220073 from superherointj/ponyc-0.54.0
...
ponyc: 0.50.0 -> 0.54.0
2023-03-10 11:44:36 -03:00
Nick Cao
686f2f7a8f
Merge pull request #219482 from NickCao/ndn-ossl
...
{ndn-tools,ndn-cxx}: unpin openssl_1_1
2023-03-10 22:42:54 +08:00
Weijia Wang
a0463e684a
Merge pull request #220114 from wegank/opam-1-remove
...
opam_1_2: drop
2023-03-10 16:24:07 +02:00
Yureka
7efee351ec
Merge branch 'gitlab-pages' of github.com:talyz/nixpkgs into HEAD
2023-03-10 14:36:25 +01:00
genesis
f8fcd228df
jellyseerr: init at 1.4.1
2023-03-10 14:25:50 +01:00
Martin Weinelt
ef91384e6f
Merge remote-tracking branch 'origin/master' into staging-next
2023-03-10 13:09:25 +01:00
Anderson Torres
da76bc9fc5
Merge pull request #220443 from wineee/clearup
...
boomerang: remove obsolete comment
2023-03-10 07:38:08 -03:00
rewine
1c4e1ea502
boomerang: remove obsolete comment
2023-03-10 15:03:50 +08:00
Martin Weinelt
da1a690688
Merge remote-tracking branch 'origin/master' into staging-next
2023-03-10 01:50:42 +01:00
Artturi
eec92afc64
Merge pull request #220374 from Artturin/qt5splicing
2023-03-09 23:26:49 +02:00
7c6f434c
28c1aac72e
Merge pull request #219166 from doronbehar/pkg/libreoffice
...
libreoffice: wrapper rewrite
2023-03-09 20:08:43 +00:00
Artturin
2cbbef006b
qt5: use makeScopeWithSplicing
...
if there is more than one qt5 attr and this file is copied then the arg
to generateSplicesForMkScope should be changed
2023-03-09 21:16:03 +02:00
Artturin
7d8b42a553
qt5: inherit from __splicedPackages to fix cross
2023-03-09 20:56:47 +02:00
github-actions[bot]
1861620795
Merge master into staging-next
2023-03-09 18:01:14 +00:00
Fabian Affolter
840345f0c1
goverview: init at 1.0.1
2023-03-09 18:57:33 +01:00
Shea Levy
57b37aa420
Merge branch 'master' into biscuit-cli-master
2023-03-09 10:22:33 -05:00
Ben Booth
a283502cd2
openlens: init at 6.4.5
2023-03-09 07:18:12 -08:00
Shea Levy
b094f644af
biscuit-cli: init at 0.2.0-next-pre20230103
2023-03-09 10:17:05 -05:00
github-actions[bot]
39f6788067
Merge master into staging-next
2023-03-09 12:01:27 +00:00
Norbert Melzer
d8179d810c
Merge pull request #202280 from mateodd25/swww
...
swww: init at 0.7.2
2023-03-09 12:37:39 +01:00
Anderson Torres
cf29f748bd
Merge pull request #220277 from wineee/waybox
...
waybox: unstable-2021-04-07 -> 0.2.0
2023-03-09 07:28:17 -03:00
Fabian Affolter
d95021fe3f
Merge pull request #220219 from fabaff/ldapdomaindump-cli
...
python10Packages.ldapdomaindump: add toPythonApplication
2023-03-09 08:56:26 +01:00
rewine
47d453b770
waybox: unstable-2021-04-07 -> 0.2.0
2023-03-09 13:51:51 +08:00
penalty1083
6f7320ac80
geph: init at 4.7.8
2023-03-09 13:07:59 +08:00
github-actions[bot]
c8c1423cd9
Merge master into staging-next
2023-03-09 00:02:23 +00:00
Robert Schütz
ea0070a518
celeste: init at 0.4.6
2023-03-08 15:18:26 -08:00
Robert Schütz
6d9f07d8fe
librclone: init at 1.61.1
2023-03-08 15:18:26 -08:00
Sandro
94c379180a
Merge pull request #220027 from Luflosi/add/go-licenses
2023-03-08 23:22:20 +01:00
Fabian Affolter
b1455c8cf4
python10Packages.ldapdomaindump: add toPythonApplication
2023-03-08 22:30:06 +01:00
Michał Mieszczak
e8d6cef103
kubernetes-polaris: init at 7.3.2
2023-03-08 19:54:33 +01:00
Anderson Torres
a5bcb6e77a
Merge pull request #219909 from apfelkuchen6/mpv-uosc
...
mpvScripts.uosc: init at 4.6.0
2023-03-08 15:20:38 -03:00
Rafael Fernández López
ad075bd915
viceroy: init at 0.3.5
2023-03-08 19:10:23 +01:00
github-actions[bot]
7072ae38b6
Merge master into staging-next
2023-03-08 18:01:34 +00:00
Ilan Joselevich
c90c4025bb
Merge pull request #220112 from dit7ya/rmw
...
rmw: init at 0.9.0
2023-03-08 18:32:21 +02:00
Ilan Joselevich
d5c139a88e
Merge pull request #220135 from ruby0b/krabby
...
krabby: init at 0.1.6
2023-03-08 18:30:06 +02:00
Aaron Bieber
a259a28151
step-kms-plugin: init at 0.7.0
2023-03-08 07:48:08 -07:00
Martin Weinelt
4729f61158
Merge remote-tracking branch 'origin/master' into staging-next
2023-03-08 15:04:13 +01:00
Luflosi
978b7cfd60
go-licenses: init at 1.6.0
2023-03-08 14:03:57 +01:00
Sandro
4aaec855b4
Merge pull request #219324 from malob/init-openai-full
...
openai-full: create variant that includes optional deps
2023-03-08 12:31:54 +01:00
ruby0b
008aeed915
krabby: init at 0.1.6
2023-03-08 12:04:21 +01:00
Sandro
44779f29ac
Merge pull request #219919 from GabrielDougherty/pkg/linvstmanager
...
linvstmanager: init at 1.1.1
2023-03-08 11:14:28 +01:00
Sandro
7f917aebcd
Merge pull request #214941 from OPNA2608/init/katawa-shoujo
...
katawa-shoujo: init at 1.3.1
2023-03-08 11:13:54 +01:00
Weijia Wang
8d42f2aa9d
opam_1_2: drop
2023-03-08 10:31:56 +02:00
Mostly Void
d6e7f3fc7b
rmw: init at 0.9.0
2023-03-08 13:17:41 +05:30
Weijia Wang
16f0ece59a
Merge pull request #220079 from wegank/opa-ocaml
...
opa: migrate to OCaml 4.14
2023-03-08 09:41:16 +02:00
Nick Cao
30fe1f1cf8
Merge pull request #213764 from milran/init-gqlgenc
...
gqlgenc: init at 0.11.3
2023-03-08 15:20:29 +08:00
Robert Schütz
9af96def95
Merge branch 'master' into staging-next
2023-03-07 21:35:26 -08:00
Ilan Joselevich
9cdf69525b
Merge pull request #218771 from SharzyL/nexttrace
...
nexttrace: init at 1.1.3
2023-03-08 05:26:56 +02:00
SharzyL
194a380161
nexttrace: init at 1.1.3
2023-03-08 11:20:55 +08:00
Martin Weinelt
3c902cd3e4
Merge remote-tracking branch 'origin/master' into staging-next
2023-03-08 03:36:07 +01:00
Weijia Wang
22c6c56091
opa: migrate to OCaml 4.14
2023-03-08 03:42:54 +02:00
Weijia Wang
1eeea1f192
Merge pull request #220034 from wegank/tlaps-ocaml
...
tlaps: migrate to OCaml 4.14
2023-03-08 03:05:02 +02:00
Gabriel Dougherty
c051db62ce
linvstmanager: init at 1.1.1
2023-03-07 19:47:18 -05:00
github-actions[bot]
d4187810f9
Merge master into staging-next
2023-03-08 00:02:34 +00:00
superherointj
47276cf43b
ponyc: 0.50.0 -> 0.54.0
...
Release: https://github.com/ponylang/ponyc/releases/tag/0.54.0
2023-03-07 20:02:30 -03:00
Ilan Joselevich
476324e4b4
Merge pull request #219895 from prrlvr/add-re-flex
...
re-flex: init at 3.3.1
2023-03-08 00:46:43 +02:00
Pierre-Olivier Rey
bfe60278b9
re-flex: init at 3.3.1
2023-03-07 23:24:28 +01:00
Ilan Joselevich
3be1b471ed
Merge pull request #219608 from apfelkuchen6/mpd-sima
...
mpd-sima: init at 0.18.2
2023-03-07 22:06:23 +02:00
Weijia Wang
8460c8b124
tlaps: migrate to OCaml 4.14
2023-03-07 21:50:08 +02:00
github-actions[bot]
f1b48b2a95
Merge master into staging-next
2023-03-07 18:01:12 +00:00
Azat Bahawi
2ba999615a
psql2csv: init at 0.12
2023-03-07 20:08:57 +03:00
apfelkuchen06
19f0a78c19
mpvScripts.uosc: init at 4.6.0
2023-03-07 16:20:06 +01:00
milran
42cda97c50
gqlgenc: init at 0.11.3
...
Signed-off-by: milran <milranmike@protonmail.com>
2023-03-07 23:30:42 +09:00
Martin Weinelt
e3f019bb71
Merge remote-tracking branch 'origin/master' into staging-next
2023-03-07 15:05:00 +01:00
Mostly Void
9cb0772d43
calcure: init at 2.8.2
2023-03-07 18:47:21 +05:30
Ilan Joselevich
29c58c39fd
Merge pull request #219832 from Ruixi-rebirth/master
...
youtube-tui: init at 0.7.0
2023-03-07 14:51:43 +02:00
Atemu
acdc303ed7
Merge pull request #219836 from wegank/leo2-darwin
...
leo2, statverif: add darwin support
2023-03-07 13:24:35 +01:00
linsui
20b50b7a8f
jabref: 5.7 -> 5.9
2023-03-07 19:27:03 +08:00
Ruixi-rebirth
4830391e71
youtube-tui: init at 0.7.0
...
youtube-tui: init at 0.7.0
youtube-tui: init at 0.7.0
youtube-tui: init at 0.7.0
youtube-tui: init at 0.7.0
youtube-tui: init at 0.7.0
2023-03-07 18:22:02 +08:00
Enno Richter
649670296e
opencv2: add darwin dependencies
2023-03-07 05:32:02 +01:00
github-actions[bot]
fa94414f70
Merge master into staging-next
2023-03-07 00:02:41 +00:00
Doron Behar
3966519d12
libreoffice: wrapper.nix rewrite
...
Cleanup the unwrapped derivation's postInstall. Delete wrapper.sh, and
put it's contents in the wrapped derivation via configurable
`makeWrapper`. Also, always install dolphin templates in the unwrapped
derivation.
2023-03-07 01:23:22 +02:00
Weijia Wang
6185e429a6
wyrd: migrate to OCaml 4.14
2023-03-07 00:10:09 +02:00
Weijia Wang
0d8cfbd06c
monotoneViz: migrate to OCaml 4.14
2023-03-07 00:10:09 +02:00
Weijia Wang
28b5084f40
statverif: add darwin support
2023-03-07 00:10:09 +02:00
Weijia Wang
3d70562dfd
leo2: add darwin support
2023-03-07 00:10:09 +02:00
Weijia Wang
da3dacd0e6
treewide: use ocaml-ng.ocamlPackages_4_14_unsafe_string
2023-03-07 00:03:54 +02:00
Weijia Wang
87eb883435
Merge pull request #219883 from wegank/mldonkey-ocaml
...
mldonkey: migrate to OCaml 4.14
2023-03-06 23:57:29 +02:00
Weijia Wang
d61ab7452c
mldonkey: migrate to OCaml 4.14
2023-03-06 23:18:20 +02:00
Weijia Wang
c3b1c68d62
Merge pull request #219867 from wegank/llpp-bump
...
llpp: 33 -> 41
2023-03-06 22:48:30 +02:00
Gustavo Araiza
1462234915
hue-plus: init at 1.4.5
2023-03-06 14:04:23 -06:00
Martin Weinelt
d9b015c494
Merge remote-tracking branch 'origin/master' into staging-next
2023-03-06 19:33:49 +00:00
linuxissuper
9ba06d5e2f
duden: init at 0.18.0
2023-03-06 20:20:02 +01:00
Weijia Wang
a4384ecfb2
llpp: 33 -> 41
2023-03-06 21:14:57 +02:00
Sandro
3dc1645883
Merge pull request #218560 from aaronjheng/wakatime
2023-03-06 19:51:21 +01:00
Anderson Torres
0d8beb12b4
Merge pull request #219676 from linuxissuper/add-udict-package
...
udict: init at 0.1.2
2023-03-06 15:36:10 -03:00
Fabian Affolter
f1e31f77cc
Merge pull request #219766 from fabaff/ospd
...
ospd-openvas: init at 22.4.6
2023-03-06 19:27:52 +01:00
Martin Weinelt
86eedea2fe
Merge remote-tracking branch 'origin/master' into staging-next
2023-03-06 17:38:35 +00:00
Ilan Joselevich
115528bba1
Merge pull request #219252 from fufexan/regreet
...
regreet: init at unstable-2023-02-27
2023-03-06 19:04:39 +02:00
Martin Weinelt
bcf6c81a88
Merge remote-tracking branch 'origin/master' into staging-next
2023-03-06 16:55:14 +00:00
Atemu
1cd0291434
Merge pull request #214944 from azuwis/mpv
...
mpv: enable swift support
2023-03-06 17:45:31 +01:00
Anderson Torres
003d985aad
Merge pull request #217402 from ElnuDev/xborders
...
xborders: init at 3.4
2023-03-06 13:39:04 -03:00
Franz Pletz
83d926eff0
Merge pull request #219179 from doronbehar/pkg/gnuradio
2023-03-06 15:36:07 +01:00
K900
2fe3640540
Merge pull request #219425 from wegank/gcc12-cleanup
...
treewide: remove -lgcc from NIX_LDFLAGS
2023-03-06 17:05:12 +03:00
Fabian Affolter
309bf8588f
Merge pull request #219764 from fabaff/ares
...
ares-rs: init at 0.9.0
2023-03-06 14:32:32 +01:00
github-actions[bot]
a5961d9534
Merge master into staging-next
2023-03-06 12:01:40 +00:00
Maximilian Bosch
b6cc2f2979
element-desktop: electron_22 -> electron_23 ( #219823 )
...
Apparently this got changed in 1.11.24[1], but wasn't mentioned in the
release notes.
Thank you yu-re-ka for pointing that out!
[1] 1462e87945
2023-03-06 12:25:37 +01:00
Weijia Wang
4964aecf71
Merge pull request #217074 from boeyms/fix-fftwQuad-darwin
...
fftwQuad: Fix build on Darwin by forcing gcc
2023-03-06 11:26:19 +02:00
Weijia Wang
aecb04e7ab
Merge pull request #219598 from wegank/obliv-c-ocaml
...
obliv-c: migrate to OCaml 4.14
2023-03-06 11:09:57 +02:00
Weijia Wang
55bb9cd6c0
Merge pull request #219604 from wegank/glsurf-ocaml
...
glsurf: migrate to OCaml 4.14
2023-03-06 11:05:05 +02:00
Martin Weinelt
b04848e5fe
Merge remote-tracking branch 'origin/master' into staging-next
2023-03-06 08:21:14 +01:00