Mario Rodas
bb511e7a83
Merge pull request #246934 from kilianar/fava-1.25.1
...
fava: 1.25 -> 1.25.1
2023-08-05 09:46:02 -05:00
Nikolay Korotkiy
f4f1591cc0
Merge pull request #243224 from JesusMtnezForks/libreoffice
...
libreoffice-bin (darwin): 7.4.7 -> 7.5.5
2023-08-05 15:08:44 +04:00
Jan Malakhovski
5852f26bdc
treewide: noop: refer to src.name
or similar in sourceRoot
where appropriate, part 1: trivial cases
2023-08-03 16:32:03 +00:00
kilianar
4d733a4ef1
fava: 1.25 -> 1.25.1
...
https://github.com/beancount/fava/releases/tag/v1.25.1
2023-08-03 10:28:46 +02:00
Weijia Wang
af8d4ab4af
Merge pull request #246784 from r-ryantm/auto-update/treesheets
...
treesheets: unstable-2023-07-28 -> unstable-2023-08-01
2023-08-02 20:02:19 +02:00
Pol Dellaiera
b5b7c1064b
Merge pull request #246794 from figsoda/vnote
...
vnote: fix changelog
2023-08-02 19:01:42 +02:00
figsoda
07a29bba66
vnote: fix changelog
2023-08-02 10:27:09 -04:00
R. Ryantm
3cdc334610
treesheets: unstable-2023-07-28 -> unstable-2023-08-01
2023-08-02 13:26:41 +00:00
R. Ryantm
c498d2d4d5
vnote: 3.15.1 -> 3.16.0
2023-08-02 04:10:44 +00:00
Janik
17e9cd41c4
Merge pull request #246559 from zendo/upd/iotas
2023-08-01 17:12:34 +02:00
zendo
419974c6be
iotas: 0.1.14 -> 0.2.2
2023-08-01 20:27:01 +08:00
JesusMtnez
bd03eac9ef
libreoffice-bin: 7.4.7 -> 7.5.5
2023-08-01 06:04:20 +02:00
Pol Dellaiera
7cf96f8ebb
Merge pull request #223554 from zendo/notes-init
...
notes: init at 2.2.0
2023-08-01 04:51:32 +02:00
zendo
516ca7d8a3
notes: init at 2.2.0
2023-07-31 19:57:26 +02:00
R. Ryantm
982d9a839c
treesheets: unstable-2023-07-22 -> unstable-2023-07-28
2023-07-29 23:51:08 +00:00
Patrizio Bekerle
6067e44b77
qownnotes: 23.7.2 -> 23.7.3
2023-07-27 15:51:59 +02:00
Nick Cao
675ff59397
Merge pull request #245634 from r-ryantm/auto-update/treesheets
...
treesheets: unstable-2023-07-16 -> unstable-2023-07-22
2023-07-26 20:33:49 -06:00
Nick Cao
6d8c4bd21e
Merge pull request #245520 from r-ryantm/auto-update/morgen
...
morgen: 2.7.4 -> 2.7.5
2023-07-26 19:08:18 -06:00
R. Ryantm
6259a2386a
treesheets: unstable-2023-07-16 -> unstable-2023-07-22
2023-07-27 00:54:34 +00:00
R. Ryantm
e381388f5e
morgen: 2.7.4 -> 2.7.5
2023-07-26 10:59:18 +00:00
Maximilian Bosch
9e0bf8497f
libreoffice-qt: fix build
...
Broke in 408ece7d3d
because the
`disallowedRequisites` fails here since the QT variant apparently needs
to reference a few dev outputs[1].
I won't look into the details of that now, so the easiest way to unbreak
is to skip the check for the QT variant. It should be kept for non-QT
though to make sure that a change similar to the BUILDCONFIG thing isn't
missed again by us.
[1] https://github.com/NixOS/nixpkgs/pull/245361#issuecomment-1651389735
error: output '/nix/store/2y0czyy26gcsqhmcvd2mlqa35f0gcl4l-libreoffice-7.5.4.1' is not allowed to refer to the following paths:
/nix/store/0hmvklj0mbhrn8flwbcwivvkv45limhg-freetype-2.13.0-dev
/nix/store/0rnx7rc87hwkbrhsys7mgwq4jw6pz7ma-zlib-1.2.13-dev
[...]
2023-07-26 12:54:36 +02:00
Maximilian Bosch
408ece7d3d
libreoffice-fresh: strip away BUILDCONFIG, reduce runtime closure size by ~20%
...
In v7.5.x a change was introduced that writes the BUILDCONFIG into
`$out/lib/libreoffice/program/libsofficeapp.so` including the
`PKG_CONFIG_PATH` containing references to all `dev` outputs of library
dependencies:
$ strings $(nix-build -A libreoffice-fresh)/lib/libreoffice/program/libsofficeapp.so|grep PKG_CONFIG_PATH
[...], "BuildConfig": "[...] 'PKG_CONFIG_PATH=[...]'"
This isn't really needed because this information can also be obtained
by `nix derivation show`. Also, this causes a 20% larger runtime-closure
because of all the dev dependencies being referenced by the output and
thus downloaded whenever libreoffice is substituted somewhere. The
actual numbers look like this:
$ nix path-info -Sh ./result-old
/nix/store/3mzrqh4gg7v27vdrrap9dj3x8myysmyf-libreoffice-7.5.4.1-wrapped 2.0G
$ nix path-info -Sh ./result
/nix/store/g5y60s0a2q2v6r58xcayv62z7fjfi816-libreoffice-7.5.4.1-wrapped 1.6G
Only `libreoffice-fresh` is affected, `pkgs.libreoffice` isn't because
it still points to 7.4 whereas the problematic change was introduced in
7.5.
To make sure this doesn't get reintroduced by accident, the derivation
also prohibits now to reference any dev output from a build input.
[1] https://gerrit.libreoffice.org/c/core/+/141197
2023-07-25 18:05:49 +02:00
linsui
e1ebc51ef6
jabref: fix gapps wrapper
2023-07-24 14:10:59 +08:00
kilianar
de2e43ac7b
portfolio: 0.64.4 -> 0.64.5
...
https://github.com/buchen/portfolio/releases/tag/0.64.5
2023-07-23 22:27:21 +02:00
Robert Schütz
0a5266e136
Merge pull request #243549 from tjni/jaraco-renames
...
treewide: rename jaraco_* to jaraco-*
2023-07-23 11:39:19 -07:00
maxine
743859780c
Merge pull request #245003 from bobby285271/upd/gnome
2023-07-23 13:07:54 +02:00
Bobby Rong
2c3b2b8b4b
gnote: 44.0 → 44.1
...
https://gitlab.gnome.org/GNOME/gnote/-/compare/44.0...44.1
2023-07-23 17:20:48 +08:00
Nikolay Korotkiy
f465da1662
Merge pull request #234375 from eliandoran/feature/trilium_wmclass
...
trilium-desktop: add startupWMClass to desktop icon
2023-07-22 15:43:39 +04:00
Felix Bühler
0a2745684e
Merge pull request #239624 from Stunkymonkey/use-optionalString-then
...
treewide: use optionalString instead of 'then ""'
2023-07-22 13:02:47 +02:00
kilianar
835701caa5
fava: 1.24.4 -> 1.25
...
https://github.com/beancount/fava/releases/tag/v1.25
2023-07-17 21:43:51 +02:00
R. Ryantm
a2d01ab246
treesheets: unstable-2023-07-15 -> unstable-2023-07-16
2023-07-17 07:24:29 +00:00
Nick Cao
082c76fa5a
Merge pull request #243833 from r-ryantm/auto-update/treesheets
...
treesheets: unstable-2023-07-08 -> unstable-2023-07-15
2023-07-16 21:40:46 -06:00
R. Ryantm
82b5af51e2
treesheets: unstable-2023-07-08 -> unstable-2023-07-15
2023-07-16 17:29:53 +00:00
Mario Rodas
e89e614086
Merge pull request #243525 from kilianar/portfolio-0.64.2
...
portfolio: 0.64.1 -> 0.64.4
2023-07-16 08:19:04 -05:00
kilianar
e4918dbaab
portfolio: 0.64.1 -> 0.64.4
...
https://github.com/buchen/portfolio/releases/tag/0.64.4
2023-07-15 15:38:07 +02:00
Theodore Ni
cc90670759
python310Packages.jaraco-functools: rename from jaraco_functools
2023-07-14 15:22:09 -07:00
Patrizio Bekerle
e98b2ab233
qownnotes: 23.7.1 -> 23.7.2
2023-07-14 14:53:24 +02:00
Patrizio Bekerle
710613e539
qownnotes: 23.6.6 -> 23.7.1
2023-07-12 20:13:25 +02:00
Weijia Wang
6fd9edc944
Merge pull request #243021 from JesusMtnezForks/libreoffice
...
libreoffice-bin: 7.4.3 -> 7.4.7
2023-07-12 16:32:48 +03:00
Jan Tojnar
1923a6a8ac
qpdfview: Bump C++ standard version
...
The build was failing due to missing `std::option`,
reportedly after Poppler 23.02.0 → 23.07.0 bump.
2023-07-12 11:33:10 +02:00
JesusMtnez
8e089e7135
libreoffice-bin: 7.4.3 -> 7.4.7
2023-07-12 10:24:29 +02:00
DarkOnion0
346351b783
appflowy: 0.2.5 -> 0.2.6
2023-07-11 17:56:49 +02:00
Sandro
b218fea2d6
Merge pull request #242581 from atorres1985-contrib/vnote
2023-07-11 15:32:20 +02:00
Weijia Wang
5dad42d653
Merge pull request #242646 from r-ryantm/auto-update/treesheets
...
treesheets: unstable-2023-05-18 -> unstable-2023-07-08
2023-07-11 16:22:33 +03:00
Nick Cao
49c68bc283
Merge pull request #241970 from DarkOnion0/appflowy
...
appflowy: 0.2.4 -> 0.2.5
2023-07-11 13:09:48 +08:00
R. Ryantm
13d4e09476
treesheets: unstable-2023-05-18 -> unstable-2023-07-08
2023-07-10 13:42:49 +00:00
Anderson Torres
105465eb60
vnote: 3.13.0 -> 3.15.1
2023-07-10 00:43:33 -03:00
Atemu
67eec418ab
Merge pull request #240860 from Atemu/fhsenv-no-multiarch
...
buildFHSEnv: disable multiArch by default
2023-07-08 13:53:41 +02:00
DarkOnion0
65f8078adc
appflowy: 0.2.4 -> 0.2.5
2023-07-06 22:19:51 +02:00
Lassulus
1ae1914f0c
Merge pull request #212480 from dbalan/roam-research
...
roam-research: init at 0.0.18
2023-07-05 01:02:44 +02:00