Commit Graph

2465 Commits

Author SHA1 Message Date
FliegendeWurst
857463a465 trilium-{desktop,server}: mark meta.sourceProvenance 2022-06-13 18:55:15 +08:00
Guillaume Girol
f471bc2727
Merge pull request #176262 from symphorien/gtg-update
gtg: 0.5 -> 0.6
2022-06-12 08:06:15 +00:00
Artturi
5d8c46a475
Merge pull request #172928 from sumnerevans/element-web-compile-from-source 2022-06-12 04:32:57 +03:00
John Whitman
5ad7773cda todoman: disable failing test and unmark broken for darwin 2022-06-09 08:19:13 -04:00
DarkOnion0
0106c4b159
appflowy: 0.0.3 -> 0.0.4 2022-06-06 17:57:11 +02:00
Robert Scott
3b6bc4b69c treewide: set sourceProvenance for packages containing downloaded jars
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
FliegendeWurst
2a97f41dd0 marp: drop 2022-06-04 17:56:54 +02:00
Guillaume Girol
a65fab6b62 gtg: 0.5 -> 0.6 2022-06-04 12:00:00 +00:00
github-actions[bot]
ebcaa0d01c
Merge master into staging-next 2022-06-01 12:01:27 +00:00
Robert Schütz
8b9c2fb514
Merge pull request #175665 from reckenrode/ledger-darwin-fix
ledger: fix Python 3.10 module build
2022-05-31 23:16:48 -07:00
github-actions[bot]
5f0d8b3c3d
Merge master into staging-next 2022-06-01 06:05:20 +00:00
Randy Eckenrode
d4964be44c
ledger: fix Python 3.10 module build
The current default boost (1.77) doesn’t work with Python 3.10, so use
1.79 instead.
2022-06-01 00:34:52 -04:00
StephenWithPH
21443080ad
GNUcash: 4.9 -> 4.10 (#172445)
* GNUcash: 4.9 -> 4.10
2022-05-31 22:32:45 -03:00
github-actions[bot]
d8ae99a0c9
Merge master into staging-next 2022-06-01 00:02:36 +00:00
markuskowa
d2e8e6991a
Merge pull request #175511 from felschr/portfolio
portfolio: 0.57.2 -> 0.58.3
2022-06-01 00:37:40 +02:00
Felix Schröter
4c6448bbe6
portfolio: 0.57.2 -> 0.58.3 2022-05-31 23:34:13 +02:00
7c6f434c
5aadf3313d
Merge pull request #175160 from tricktron/f-update-libreoffice
libreoffice: add update script and 7.2.5 -> 7.3.3 take two

[actually libreoffice-bin for Darwin]
2022-05-31 20:48:26 +00:00
Thibault Gagnaux
d7ccd36aa0
libreoffice: run the update-script's side-effect at runtime instead of eval
time
2022-05-31 21:54:41 +02:00
Sumner Evans
093a003639
yarn2nix: allow setting doDist by calling packages 2022-05-31 09:52:09 -06:00
github-actions[bot]
881b2aa181
Merge master into staging-next 2022-05-31 00:02:22 +00:00
Sandro
c10e14acc7
Merge pull request #170781 from erikarvstedt/papgerless-ngx-1.7.0
paperless-ngx: 1.6.0 -> 1.7.1
2022-05-30 23:08:34 +02:00
github-actions[bot]
8d36a138eb
Merge master into staging-next 2022-05-30 18:01:09 +00:00
Thibault Gagnaux
4c23cbcc15
libreoffice: add impure functions comment 2022-05-30 17:20:00 +02:00
Rick van Schijndel
433701147a
treewide: pkgs/applications: mark broken for aarch64-linux 2022-05-30 13:42:58 +02:00
Erik Arvstedt
138a94228d
paperless-ngx: add maintainers 2022-05-30 10:49:52 +02:00
Erik Arvstedt
567e65136f
paperless-ngx: 1.6.0 -> 1.7.1 2022-05-30 10:44:37 +02:00
Rick van Schijndel
37c633f7ae treewide: pkgs/applications: mark broken for darwin 2022-05-29 10:56:04 +02:00
Thibault Gagnaux
fe949d64ef
libreoffice: rename libreoffice -> libreoffice-bin 2022-05-28 17:40:04 +02:00
Thibault Gagnaux
56ce01eca3
libreoffice: pass explicit file to update-source-version function and
fix import typo
2022-05-27 17:44:53 +02:00
Thibault Gagnaux
8315cf274b
libreoffice: add darwin to meta platforms and extract to common.nix
As a result, the darwin derivations will show up on
https://search.nixos.org/packages.
2022-05-27 17:28:31 +02:00
Thibault Gagnaux
b9a5485aa5
Revert "libreoffice: move darwin to separate libreoffice-darwin package"
Introducing a new name for each complex darwin derivation does not
scale.

This reverts commit b207ef980751b2dfe2f222fbd7dbc854f9bd90bf.
2022-05-27 17:28:31 +02:00
Thibault Gagnaux
d4dd3f5f7e
libreoffice: move darwin to separate libreoffice-darwin package
The linux and darwin derivations are completely different. Therefore, it
makes more sense to treat them as two separate, independent derivations.
2022-05-27 17:28:31 +02:00
Thibault Gagnaux
2fb0615a66
libreoffice: add integration test and use lib.fakeSha256 2022-05-27 17:28:30 +02:00
tricktron
d679ccc970
libreoffice: apply suggestions from code review
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-05-27 17:28:30 +02:00
Thibault Gagnaux
ccfd4255bb
libreoffice: 7.2.5 -> 7.3.3 2022-05-27 17:28:30 +02:00
Thibault Gagnaux
ed52a44934
libreoffice: general darwin improvements
- throw error if platform is not supported
- fix wrong pre/postInstallPhase hook -> pre/postInstall
- switch to stdenvNoCC because we don't build anything
- run all phases by default
- wrap binary using `open -na $out/Applications/${appName} --args "$@"`
2022-05-27 17:28:30 +02:00
Thibault Gagnaux
9f80b6d8fe
libreoffice: refactor and document version reset workaround 2022-05-27 17:28:30 +02:00
Thibault Gagnaux
8395d7a4d3
libreoffice: add update-script for darwin 2022-05-27 17:28:29 +02:00
github-actions[bot]
7c4e7c3159
Merge staging-next into staging 2022-05-27 00:03:07 +00:00
Manuel Bärenz
3b6fb49f3d scribus: Rename scribus{,Unstable} -> scribus{_1_4,} 2022-05-26 21:10:04 +02:00
github-actions[bot]
d8aac1a80f
Merge staging-next into staging 2022-05-26 12:01:59 +00:00
Mario Rodas
4307907d72 python39Packages.pdfminer-six: add alias to pdfminer 2022-05-25 23:47:50 -07:00
Martin Weinelt
1923b68bda Merge remote-tracking branch 'origin/staging-next' into staging 2022-05-23 17:35:37 +02:00
Martin Weinelt
bc38fcac7d
Merge pull request #174000 from mweinelt/pep621-optional-dependencies 2022-05-23 01:35:24 +02:00
github-actions[bot]
82ce3488e1
Merge staging-next into staging 2022-05-22 18:01:51 +00:00
Mario Rodas
3e7f627268
Merge pull request #173694 from marsam/ledger-python
ledger: separate python output
2022-05-22 10:37:38 -05:00
Martin Weinelt
272430c823
treewide: migrate python packages to optional-dependencies
This follows the term used by PEP 621.
2022-05-22 16:31:53 +02:00
Thomas Tuegel
9069477be3
Merge pull request #173266 from andrevmatos/kde/frameworks
kde/frameworks: 5.93 -> 5.94
2022-05-22 07:03:25 -05:00
Mario Rodas
faa08f65c6
Merge pull request #173665 from oxzi/watson-2.1.0
watson: 2.0.1 -> 2.1.0
2022-05-21 17:26:11 -05:00
Robert Schütz
d5a2974e52 libsForQt5.mauiPackages: init at 2.1.2 2022-05-20 08:54:02 -07:00