Commit Graph

2946 Commits

Author SHA1 Message Date
github-actions[bot]
e3dc1573ff
Merge staging-next into staging 2023-03-01 06:01:52 +00:00
Luke Granger-Brown
d41b43a6f2
Merge pull request #218094 from kilianar/portfolio-0.61.3
portfolio: 0.61.0 -> 0.61.3
2023-03-01 01:09:29 +00:00
Martin Weinelt
3686005e6e Merge remote-tracking branch 'origin/staging-next' into staging 2023-02-28 21:17:51 +00:00
Luke Granger-Brown
723a8c9eac
Merge pull request #218661 from e1mo/paperless-ngx-1-13
paperless-ngx: 1.12.2 -> 1.13.0
2023-02-28 14:12:02 +00:00
Weijia Wang
74422033aa mmex: 1.6.1 -> 1.6.3 2023-02-28 12:52:35 +02:00
github-actions[bot]
51c18e4be1
Merge staging-next into staging 2023-02-28 06:01:38 +00:00
Nick Cao
0bee00c523
Merge pull request #218593 from kouyk/update/zotero
zotero: 6.0.20 -> 6.0.22
2023-02-28 11:01:12 +08:00
github-actions[bot]
387a5e220d
Merge staging-next into staging 2023-02-28 00:03:08 +00:00
Weijia Wang
5d732ac041
Merge pull request #218475 from r-ryantm/auto-update/treesheets
treesheets: unstable-2023-02-14 -> unstable-2023-02-25
2023-02-27 21:32:22 +02:00
Gabriel Fontes
2d0a4d55c7
onlyoffice-bin: add gcc lib to runtimeInputs
OnlyOffice is currently not launching
(https://github.com/NixOS/nixpkgs/issues/218238), due to a missing
library (libstdc++.so.6).

I used nix-locate to see which outputs provide it, and
`gcc-unwrapped.lib` is the one that makes more sense to me, but I'm not
sure if there's a better way to supply that lib.
2023-02-27 15:59:28 -03:00
Moritz 'e1mo' Fromm
3ee30ec402
paperless-ngx: 1.12.2 -> 1.13.0 2023-02-27 19:35:01 +01:00
github-actions[bot]
40707bbbb3
Merge staging-next into staging 2023-02-27 18:02:06 +00:00
Steven Kou
6bc9107566
zotero: 6.0.20 -> 6.0.22
https://www.zotero.org/support/changelog#changes_in_6022_february_22_2023
2023-02-27 18:45:00 +08:00
Alyssa Ross
2bfa93e01c
treewide: python{ => .pythonForBuild}.interpreter
It won't be enough to fix cross in all cases, but it is in at least
one: pywayland.  I've only made the change in cases I'm confident it's
correct, as it would be wrong to change this when python.interpreter
is used in wrappers, and possibly when it's used for running tests.
2023-02-26 20:26:17 +00:00
R. Ryantm
0ec0b1ad0d treesheets: unstable-2023-02-14 -> unstable-2023-02-25 2023-02-26 17:11:57 +00:00
Jan Tojnar
9bb986284f Merge branch 'staging-next' into staging
# Conflicts:
#	pkgs/development/python-modules/mdp/default.nix
#	pkgs/top-level/python-aliases.nix
2023-02-26 01:13:37 +01:00
github-actions[bot]
79a47b8646
Merge master into staging-next 2023-02-25 12:01:29 +00:00
davidak
6dcf81061a p3x-onenote: set supported platforms
fixing build issue on not supported platforms
2023-02-25 11:19:31 +01:00
github-actions[bot]
78fc07ec20
Merge master into staging-next 2023-02-25 00:02:47 +00:00
kilianar
20121a6117 portfolio: 0.61.0 -> 0.61.3
https://github.com/buchen/portfolio/releases/tag/0.61.3
2023-02-24 22:56:43 +01:00
Weijia Wang
806075be2b
Merge pull request #216711 from r-ryantm/auto-update/morgen
morgen: 2.6.4 -> 2.6.6
2023-02-24 20:08:35 +02:00
github-actions[bot]
55aecca307
Merge staging-next into staging 2023-02-24 00:02:56 +00:00
github-actions[bot]
7fb1a9172f
Merge master into staging-next 2023-02-24 00:02:22 +00:00
Sandro
2d415debb7
Merge pull request #216869 from DarkOnion0/appflowy 2023-02-24 00:28:33 +01:00
github-actions[bot]
3cdd771820
Merge staging-next into staging 2023-02-23 18:01:49 +00:00
Alyssa Ross
52c286ee5b
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/libraries/pmdk/default.nix
2023-02-23 13:51:34 +00:00
Artturin
3251013cc1 treewide: env.NIX_CFLAGS_COMPILE use toString on result of optionals
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturin
6f6cc4a22d treewide: use toString on list NIX_CFLAGS_COMPILE
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-22 21:23:04 +02:00
github-actions[bot]
67e4f6dde0
Merge staging-next into staging 2023-02-22 12:02:05 +00:00
github-actions[bot]
0f910f5664
Merge master into staging-next 2023-02-22 12:01:31 +00:00
Bobby Rong
bfc4fea848
Merge pull request #217114 from bobby285271/upd/goffice
goffice: 0.10.54 → 0.10.55, gnumeric: 1.12.54 → 1.12.55
2023-02-22 16:52:16 +08:00
github-actions[bot]
f95edd46da
Merge staging-next into staging 2023-02-22 06:01:53 +00:00
github-actions[bot]
77f501b5df
Merge master into staging-next 2023-02-22 06:01:21 +00:00
kilianar
a6c59a5fc0 fava: 1.23.1 -> 1.24
https://github.com/beancount/fava/releases/tag/v1.24
2023-02-21 23:27:06 +01:00
github-actions[bot]
8e4dd5face
Merge staging-next into staging 2023-02-20 06:02:09 +00:00
github-actions[bot]
b629ad5e83
Merge master into staging-next 2023-02-20 06:01:33 +00:00
Nick Cao
1f8ac70db8
Merge pull request #217189 from johnjameswhitman/johnjameswhitman/todoman-skip-flaky-test
todoman: skip flaky test
2023-02-20 10:19:15 +08:00
John Whitman
864ce60ec1 todoman: skip flaky test
The `icalendar` dependency of `todoman` changed how it serializes datetimes, which broke one of its tests (but didn't break any functionality). `todoman` [updated the test back in November](b3f3b63552) but hasn't pushed a new release yet, so figure it's worth skipping the broken test for now.
2023-02-19 20:51:02 -05:00
github-actions[bot]
539195e509
Merge staging-next into staging 2023-02-20 00:03:04 +00:00
github-actions[bot]
4a14359163
Merge master into staging-next 2023-02-20 00:02:26 +00:00
R. Ryantm
24ffb538e5 qownnotes: 23.2.0 -> 23.2.4 2023-02-19 14:34:05 +00:00
Bobby Rong
f71ede1693
gnumeric: 1.12.54 → 1.12.55
https://gitlab.gnome.org/GNOME/gnumeric/-/compare/GNUMERIC_1_12_54...GNUMERIC_1_12_55
2023-02-19 17:27:46 +08:00
Artturi
cdcca1cdcd
Merge pull request #215715 from Artturin/removegirworkarounds2 2023-02-18 20:12:57 +02:00
github-actions[bot]
05782cfb75
Merge master into staging-next 2023-02-18 18:01:22 +00:00
Sandro
c954a09fb8
Merge pull request #214729 from zendo/iotas 2023-02-18 17:39:07 +01:00
github-actions[bot]
54adb1d4b1
Merge master into staging-next 2023-02-18 06:01:29 +00:00
DarkOnion0
af9f449fc1
appflowy: 0.0.9 -> 0.1.0 2023-02-17 22:04:30 +01:00
Artturin
cadffcfe50 treewide: remove issue #56943 workarounds
checked with diffoscope+difflog and launching the programs

i have fixed that issue in my other gir PRs
2023-02-17 20:26:13 +02:00
R. Ryantm
8de374b132 morgen: 2.6.4 -> 2.6.6 2023-02-16 22:46:35 +00:00