2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-30 16:53:40 +00:00
Commit Graph

107675 Commits

Author SHA1 Message Date
Artturi
4c229ced52
Merge pull request from uninsane/pr-cross-tuba
tuba: support cross compilation
2023-08-29 01:24:39 +03:00
Theodore Ni
44ad670fb4
Merge pull request from r-ryantm/auto-update/ecs-agent
ecs-agent: 1.73.1 -> 1.75.0
2023-08-28 15:16:11 -07:00
Anderson Torres
bea9b4cb72 x16-emulator: 43 -> 44 2023-08-28 20:15:12 +00:00
R. Ryantm
bb58b49f1c x16-rom: 43 -> 44 2023-08-28 20:15:12 +00:00
Matthias Beyer
b63225c946
Merge pull request from figsoda/glicol
glicol-cli: init at 0.2.0
2023-08-28 21:56:36 +02:00
Matthias Beyer
9aeca0cb8e
Merge pull request from surfaceflinger/walk-1.6.2
walk: 1.5.2 -> 1.6.2
2023-08-28 21:52:29 +02:00
Matthias Beyer
812899dcf8
Merge pull request from adamcstephens/squeezelite/1449
squeezelite: 1.9.9.1430 -> 1.9.9.1449
2023-08-28 21:52:08 +02:00
Theodore Ni
336e03c10b
Merge pull request from chuangzhu/komikku
komikku: 1.22.0 -> 1.23.0
2023-08-28 12:04:04 -07:00
figsoda
83ac5b3af2
Merge pull request from figsoda/vim 2023-08-28 14:15:41 -04:00
Adam Stephens
ab26980675
squeezelite: 1.9.9.1430 -> 1.9.9.1449 2023-08-28 13:47:20 -04:00
Kira Bruneau
074dea1e11
Merge pull request from kira-bruneau/krane
krane: 3.1.0 -> 3.3.0
2023-08-28 12:42:15 -04:00
K900
b07fffd56e
Merge pull request from nadimkobeissi/colord-kde
colord-kde: fix missing buildInput
2023-08-28 19:27:19 +03:00
Nadim Kobeissi
e1854055c8 colord-kde: fix missing buildInput
Added a buildInput that is not strictly required for the package
to compile, but without which the package will not actually work at all.
2023-08-28 18:19:18 +02:00
nat
5e3bb2d3f4
walk: 1.5.2 -> 1.6.2 2023-08-28 18:17:56 +02:00
figsoda
7668df9e05 glicol-cli: init at 0.2.0
https://github.com/glicol/glicol-cli
2023-08-28 12:05:43 -04:00
rewine
2cc480a38f vnote: 3.16.0 -> 3.17.0 2023-08-28 16:01:52 +00:00
Lin Jian
7d4ea94d02 emacs: keep the default first writable native-comp-eln-load-path dir
Fixes https://github.com/NixOS/nixpkgs/issues/247804.
2023-08-28 15:46:04 +00:00
Lin Jian
2d324ed8f9 emacs: fix the detection of native compilation for Emacs 29
In Emacs 29, feature comp does not load early enough.  We use
native-compile instead.  This is also what Emacs uses[1].

[1]: https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/startup.el?id=3685387e609753293c4518be75e77c659c3b2d8d#n586
2023-08-28 15:46:04 +00:00
Lin Jian
1506ab49e3 emacs: correct the order of profiles and their sub dirs in load-path
This patch does two things:
1. making user profiles preferred over system profiles
2. putting sub dirs of one profile to the right place
  - before this patch, they are appended to the end of load-path
  - after this patch, they are inserted right after the profile

Example value of load-path before this patch:

  /run/current-system/sw/share/emacs/site-lisp/
  /etc/profiles/per-user/user/share/emacs/site-lisp/
  /nix/store/hash1-emacs-packages-deps/share/emacs/site-lisp
  /nix/store/hash1-emacs-packages-deps/share/emacs/site-lisp/elpa
  /nix/store/hash1-emacs-packages-deps/share/emacs/site-lisp/elpa/wgrep-20230203.1214
  /nix/store/hash2-emacs-29.1-rc1/share/emacs/29.1/site-lisp
  /nix/store/hash2-emacs-29.1-rc1/share/emacs/site-lisp
  /nix/store/hash2-emacs-29.1-rc1/share/emacs/29.1/lisp
  /nix/store/hash2-emacs-29.1-rc1/share/emacs/29.1/lisp/vc
  ...
  /etc/profiles/per-user/user/share/emacs/site-lisp/elpa
  /etc/profiles/per-user/user/share/emacs/site-lisp/elpa/jinx-20230730.1200
  /run/current-system/sw/share/emacs/site-lisp/elpa
  /run/current-system/sw/share/emacs/site-lisp/elpa/repology-1.2.3

after this patch:

  /etc/profiles/per-user/user/share/emacs/site-lisp
  /etc/profiles/per-user/user/share/emacs/site-lisp/elpa
  /etc/profiles/per-user/user/share/emacs/site-lisp/elpa/jinx-20230730.1200
  /run/current-system/sw/share/emacs/site-lisp
  /run/current-system/sw/share/emacs/site-lisp/elpa
  /run/current-system/sw/share/emacs/site-lisp/elpa/repology-1.2.3
  /nix/store/hash1-emacs-packages-deps/share/emacs/site-lisp
  /nix/store/hash1-emacs-packages-deps/share/emacs/site-lisp/elpa
  /nix/store/hash1-emacs-packages-deps/share/emacs/site-lisp/elpa/wgrep-20230203.1214
  /nix/store/hash2-emacs-29.1-rc1/share/emacs/29.1/site-lisp
  /nix/store/hash2-emacs-29.1-rc1/share/emacs/site-lisp
  /nix/store/hash2-emacs-29.1-rc1/share/emacs/29.1/lisp
  /nix/store/hash2-emacs-29.1-rc1/share/emacs/29.1/lisp/vc
  ...
2023-08-28 15:46:04 +00:00
Emily
70508e024e
Merge pull request from pschmitt/obs-freeze-filter
obs-studio-plugins.obs-freeze-filter: init at 0.3.3
2023-08-28 16:26:36 +02:00
Sandro Jäckel
0944e19139 betterbird: 102.12.0-bb37 → 102.14.0-bb39 2023-08-28 15:28:57 +02:00
Philipp Schmitt
fc0e6da378
obs-studio-plugins.obs-freeze-filter: init at 0.3.3 2023-08-28 15:26:10 +02:00
Pol Dellaiera
38e7c600ad
Merge pull request from xyven1/master
spotify-player: make build options configurable
2023-08-28 15:24:03 +02:00
Colin
fc1121488c tuba: support cross compilation
gobject-introspection is needed in nativeBuildInputs to fix
"error: Package <...> not found in specified Vala API directories
or GObject-Introspection GIR directories".
2023-08-28 11:37:11 +00:00
Paul Zeinlinger
838fea9a55 pdfcpu: 0.4.1 -> 0.5.0 2023-08-28 12:32:41 +02:00
Florian Klink
c6228eda46
Merge pull request from r-ryantm/auto-update/talosctl
talosctl: 1.4.7 -> 1.5.0
2023-08-28 11:39:29 +03:00
Lassulus
40c205bbeb
Merge pull request from hellwolf/insync-issue-244813
insync: fix bwrap namespaces
2023-08-28 07:59:02 +02:00
OTABI Tomoya
00a6142d86
Merge pull request from lopsided98/pymavlink-update
mavproxy, python3Packages.pymavlink: update
2023-08-28 14:29:03 +09:00
github-actions[bot]
b499f97cf5 terraform-providers.ucloud: 1.36.1 -> 1.37.0 2023-08-28 14:43:34 +10:00
Nick Cao
48516a891d
Merge pull request from r-ryantm/auto-update/mympd
mympd: 11.0.3 -> 11.0.4
2023-08-28 09:05:07 +08:00
Nick Cao
34f3dbd2ef
Merge pull request from wineee/pineapple-pictures
pineapple-pictures: 0.7.1 -> 0.7.2
2023-08-28 08:50:07 +08:00
R. Ryantm
d25e1e766a talosctl: 1.4.7 -> 1.5.0 2023-08-27 23:59:55 +00:00
R. Ryantm
97357247c9 mympd: 11.0.3 -> 11.0.4 2023-08-27 23:47:59 +00:00
7c6f434c
81eeee0174
Merge pull request from r-ryantm/auto-update/wine64Packages.unstable
wine64Packages.unstable: 8.13 -> 8.14
2023-08-27 23:37:55 +00:00
Michael Raskin
7c6847bfc9 winePackages: add reckenrode as a maintainer 2023-08-28 00:43:57 +02:00
Maciej Krüger
e0b74ead2d
odoo15: remove updatescript 2023-08-28 00:12:36 +02:00
Maciej Krüger
b0ace70d46
odoo: use fetchzip 2023-08-28 00:12:36 +02:00
Maciej Krüger
9fa3a8b629
odoo15: 15.0.20230317->15.020230816 fix broken fetcher
Upstream seems to publish and retain `.zip` more consistently than `.tar.gz`, which caused the previous expression to break. This modifies the odoo package and updater script to use the `zip` sources.
2023-08-28 00:12:27 +02:00
Theodore Ni
c68a6a21ca
Merge pull request from Sigmanificient/ragnarwm
ragnarwm: init at 1.3.1
2023-08-27 13:41:04 -07:00
Michael Weiss
35dc9499c7
Merge pull request from primeos/chromium-chromedriver
chromium: Fix the chromedriver version
2023-08-27 22:29:08 +02:00
Michael Weiss
6bee469fa1
Merge pull request from primeos/chromiumBeta
chromiumBeta: 116.0.5845.50 -> 117.0.5938.22
2023-08-27 22:09:17 +02:00
Michael Weiss
dc210be2a3
Merge pull request from primeos/chromiumDev
chromiumDev: 117.0.5897.3 -> 118.0.5966.0
2023-08-27 22:09:00 +02:00
K900
f900e733c1
Merge pull request from NixOS/staging-next
staging-next 2023-08-22
2023-08-27 20:22:51 +03:00
rewine
6eef340c21 pineapple-pictures: 0.7.1 -> 0.7.2 2023-08-27 23:55:28 +08:00
Ryan Lahfa
af32e3f251
Merge pull request from r-ryantm/auto-update/gitRepo 2023-08-27 17:16:44 +02:00
Mario Rodas
a44ca32fdc
Merge pull request from kilianar/logseq-0.9.15
logseq: 0.9.14 -> 0.9.15
2023-08-27 10:10:14 -05:00
R. Ryantm
1496732e75 gitRepo: 2.35 -> 2.36 2023-08-27 13:50:26 +00:00
kilianar
a112af674d logseq: 0.9.14 -> 0.9.15
https://github.com/logseq/logseq/releases/tag/0.9.15
2023-08-27 15:27:28 +02:00
Mario Rodas
f814e24fc1
Merge pull request from liff/notmuch-emacs-check
notmuch: don’t check with emacs when withEmacs=false
2023-08-27 08:18:43 -05:00
Mario Rodas
009cd1ea77
Merge pull request from matthiasbeyer/update-taskwarrior-tui
taskwarrior-tui: 0.25.1 -> 0.25.2
2023-08-27 08:18:00 -05:00