AndersonTorres
c86da07d5d
teapot: init at 2.3.0
2021-11-26 12:26:55 -03:00
Sandro
51ae6157b1
Merge pull request #146520 from sei40kr/notion-enhancer
2021-11-25 00:17:30 +01:00
Maximilian Bosch
2f9426ad83
libreoffice: replace openjdk
runtime-input with minimal JRE
...
Previously, `pkgs.libreoffice` had a total closure-size of 2.4GB where
`pkgs.openjdk` was a significant part:
$ nix path-info ./result -Sh
/nix/store/7xyfklmiz2azcnrfa8n9cz12dyyqc85r-libreoffice-7.1.7.2 2.4G
$ nix path-info ./result -shr | grep openjdk
/nix/store/qcn7ihaak9g8ayyj4995ila2z0pkm37i-openjdk-17.0.1+12 643.6M
However we need exactly two components:
* a `javac` from `pkgs.openjdk`
* a minimal runtime (i.e. a JRE) for `libofficebean.so` where
`libjawt.so` is also available.
I moved `jdk` to the `nativeBuildInputs` to ensure that `javac` is still
available in the build-environment and created a minimal JRE that seems
sufficient.
Now, the total closure-size is reduced by ~29.1% (basically the 600M
from `pkgs.openjdk`):
$ nix path-info ./result -Sh
/nix/store/zv34xijv64k7sz7rv50g3v6y59qg7p8k-libreoffice-7.1.7.2 1.7G
2021-11-23 19:23:30 +01:00
github-actions[bot]
9e1911e222
Merge master into staging-next
2021-11-22 12:01:27 +00:00
Pablo Ovelleiro Corral
4e10e30e62
zk: 0.7.0 -> 0.8.0
2021-11-22 07:45:07 +01:00
Jonathan Ringer
6ede9cd761
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/applications/audio/hybridreverb2/default.nix
2021-11-19 08:44:33 -08:00
Sandro
b95292072f
Merge pull request #144241 from Stunkymonkey/applications-github-1
2021-11-19 17:09:37 +01:00
Sandro
b40abab994
Merge pull request #146611 from sikmir/kitsas
2021-11-19 13:46:49 +01:00
Nikolay Korotkiy
d49cad9bad
kitsas: 3.0 → 3.1.1, enable on darwin
2021-11-19 13:47:44 +03:00
AndersonTorres
71f6dcfcc2
vnote: 3.8.1 -> 3.10.1
2021-11-18 17:37:03 -03:00
Seong Yong-ju
42cc440eed
notion-app-enhanced: init at 2.0.16-5
2021-11-19 03:54:56 +09:00
Jonathan Ringer
a2e621d20d
Merge remote-tracking branch 'origin/master' into staging-next
2021-11-16 07:50:20 -08:00
Mario Rodas
c6b332cb1a
Merge pull request #146144 from r-ryantm/auto-update/todoman
...
todoman: 4.0.0 -> 4.0.1
2021-11-16 07:44:55 -05:00
github-actions[bot]
112c228b4b
Merge staging-next into staging
2021-11-16 06:01:37 +00:00
Matthias Thym
75a643d977
qownnotes: 21.10.9 -> 21.11.4
2021-11-15 17:17:42 +01:00
Mario Rodas
e5139adbdf
todoman: enable on darwin
2021-11-15 14:45:00 +00:00
R. Ryantm
4bb0051fea
todoman: 4.0.0 -> 4.0.1
2021-11-15 14:44:47 +00:00
github-actions[bot]
faf5da6aed
Merge staging-next into staging
2021-11-15 12:01:44 +00:00
Vladimír Čunát
64065d76f4
Merge #144730 : branch 'staging-next'
2021-11-15 11:52:15 +01:00
FliegendeWurst
89139c6372
trilium: 0.47.8 -> 0.48.6
2021-11-14 17:55:49 +01:00
Alyssa Ross
4e1852096f
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
...
Conflicts:
pkgs/development/tools/parsing/flex/2.6.1.nix
2021-11-14 14:17:46 +00:00
oxalica
b3fd89bb20
libreoffice*: skip test to fix build with icu70
2021-11-13 23:20:26 +08:00
oxalica
084da134e9
libreoffice-still: 7.1.6.2 -> 7.1.7.2
...
This contains the fix for build error with bision 3.8.
See https://gerrit.libreoffice.org/c/core/+/122082
2021-11-13 21:33:09 +08:00
Kerstin Humm
bb799694db
epoxy: rename to libepoxy
...
https://github.com/NixOS/nixpkgs/issues/145040
2021-11-11 05:55:32 +01:00
Fabian Affolter
12e3937ec9
todoman: disable failing tests
2021-11-10 01:01:04 +01:00
Sandro
d53dfa2dbd
Merge pull request #144983 from Stunkymonkey/application-pname-version-2
2021-11-07 21:31:17 +01:00
Felix Bühler
fbdf78236a
pkgs/applications: rename name to pname&version part 1 ( #144949 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-07 21:29:51 +01:00
Felix Buehler
b52ab3b712
pkgs/applications: rename name to pname&version part 2
2021-11-07 14:53:06 +01:00
Bernardo Meurer
f140680724
Merge pull request #144671 from andersk/LD_LIBRARY_PATH
...
treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH, round 2
2021-11-04 19:38:39 -07:00
Anders Kaseorg
e12f4db556
treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH, round 2
...
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted. (See #67234 , for
example.) Fix this throughout the tree.
Followup to #76804 . Fixes #144646 .
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-11-04 16:15:05 -07:00
Bobby Rong
2483e778d4
treewide: set meta.mainProgram for packages teams.pantheon.members maintain
2021-11-03 19:07:21 +08:00
Felix Buehler
3a2808eab1
mytetra: switch to fetchFromGitHub
2021-11-02 19:49:29 +01:00
Felix Buehler
58993fbd4d
ib/controller: switch to fetchFromGitHub
2021-11-02 19:49:29 +01:00
Sandro
b32eb76b27
Merge pull request #144251 from SuperSandro2000/ib-controller
2021-11-02 16:02:13 +01:00
Sandro
df535fa0f4
Merge pull request #142851 from oxalica/rust-analyzer
2021-11-02 16:01:44 +01:00
Sandro Jäckel
c9e98b6c6a
ib-controller: remove phases
2021-11-02 15:39:54 +01:00
oxalica
55226a0d9e
{timedoctor,hyperspace-cli}: mark as broken
2021-11-01 21:27:51 +08:00
github-actions[bot]
6317a19147
Merge master into staging-next
2021-10-29 18:01:00 +00:00
Michael Raskin
60f2a331cc
Merge pull request #143643 from TredwellGit/libreoffice
...
libreoffice-fresh: 7.1.5.2 -> 7.2.2.2 & libreoffice-still: 7.0.6.2 -> 7.1.6.2
2021-10-29 12:33:56 +00:00
Bobby Rong
7bb1697588
khronos: 3.6.0 -> 3.6.1
2021-10-29 19:15:01 +08:00
Martin Weinelt
da1f248229
Merge remote-tracking branch 'origin/master' into staging-next
2021-10-28 19:51:45 +02:00
Anderson Torres
e6123b607e
Merge pull request #143328 from r-ryantm/auto-update/vnote
...
vnote: 3.7.0 -> 3.8.1
2021-10-28 14:38:50 -03:00
R. Ryantm
7a25b79f52
vnote: 3.7.0 -> 3.8.1
2021-10-28 08:16:12 +00:00
TredwellGit
d86e178f91
libreoffice-fresh: 7.1.5.2 -> 7.2.2.2 & libreoffice-still: 7.0.6.2 -> 7.1.6.2
2021-10-28 05:55:42 +00:00
github-actions[bot]
a1e570b43e
Merge master into staging-next
2021-10-28 00:01:36 +00:00
Pablo Ovelleiro Corral
c99277503e
zk: init at 0.7.0 ( #143020 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-27 22:16:02 +02:00
github-actions[bot]
d33a58f89d
Merge master into staging-next
2021-10-27 12:01:20 +00:00
Cedric Staniewski
a76673ee06
zim: 0.73.5 -> 0.74.2
2021-10-24 21:50:50 +02:00
Jonathan Ringer
fc25d94010
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/development/python-modules/jupyter-client/default.nix
pkgs/development/python-modules/jupyterlab-git/default.nix
2021-10-22 09:33:07 -07:00
Armin Rothfuss
b74259546d
jameica: 2.8.6 -> 2.10.0
2021-10-22 01:00:02 +02:00