Commit Graph

9599 Commits

Author SHA1 Message Date
github-actions[bot]
81b9c6ab7a
Merge staging-next into staging 2024-07-13 06:01:31 +00:00
Bruno BELANYI
cb4ceede85
Merge pull request #311179 from redyf/tmux-power-update 2024-07-13 01:40:05 +01:00
Redyf
6d5dbe79a4 tmuxPlugins.power-theme: unstable-2020-11-18 -> unstable-2024-05-12
https://github.com/wfxr/tmux-power
2024-07-12 21:34:28 -03:00
github-actions[bot]
b66506a79e
Merge staging-next into staging 2024-07-12 12:01:44 +00:00
Maximilian Bosch
c7f54ca757
Merge pull request #325904 from Shawn8901/update-epson-escpr2
epson-escpr2: 1.2.11 -> 1.2.12
2024-07-12 10:41:28 +00:00
Vladimír Čunát
2c053848df
Merge branch 'master' into staging 2024-07-11 22:05:05 +02:00
Nick Cao
9c7fcf487f
Merge pull request #323609 from NickCao/opensbi
opensbi: 1.4 -> 1.5
2024-07-11 08:59:38 -04:00
Martin Weinelt
176a56c40f
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/applications/misc/blender/default.nix
- pkgs/development/web/nodejs/nodejs.nix
2024-07-11 01:06:28 +02:00
Sandro
eec72fd9d1
Merge pull request #325178 from alois31/hplip 2024-07-10 14:05:52 +02:00
Alois Wohlschlager
57428640ff
hplip: 3.23.8 -> 3.24.4
Remove a patch that does no longer apply and seems to be not needed any more.
2024-07-10 05:55:13 +02:00
Alois Wohlschlager
ac20a96efd
hplip: fix dependencies
Wrapping with gobject-introspection is required so that hp-systray is able to
find dbus. Sip4 is outdated and seems no longer required.
2024-07-10 05:55:05 +02:00
Peder Bergebakken Sundt
e5b4380d11
Merge pull request #321089 from deinferno/master
pantum-driver: 1.1.106 -> 1.1.123
2024-07-10 00:17:15 +02:00
Shawn8901
b64581addf epson-escpr2: 1.2.11 -> 1.2.12 2024-07-09 20:18:33 +02:00
Shawn8901
3996f01a89 epson-escpr2: format with nixfmt-rfc-style 2024-07-09 20:14:17 +02:00
Aleksana
13b2d037d0
Merge pull request #325016 from omidmnz/fix-lilypond-invoke-editor
lilypond: avoid resetting the PATH in makeWrapper
2024-07-09 20:38:46 +08:00
Leona Maroni
aab7c21bdb
Merge pull request #325682 from jchw-forks/fix/hplip
hplip: fix
2024-07-09 11:25:30 +02:00
Michael Hoang
eb725313bc treewide: remove Enzime 2024-07-09 14:32:33 +10:00
John Chadwick
fc8576c062 hplip: fix 2024-07-08 20:26:45 -04:00
R. Ryantm
e7a4e19ed5 jitsi-meet-prosody: 1.0.7952 -> 1.0.8043 2024-07-08 05:05:10 +00:00
Weijia Wang
7038f0bab2
Merge pull request #320583 from r-ryantm/auto-update/cups
cups: 2.4.8 -> 2.4.10
2024-07-07 14:52:44 +02:00
Omid Momenzadeh
670ac47e52
lilypond: avoid resetting the PATH in makeWrapper
Using `--set` obscures the user's `PATH`, which
`lilypond-invoke-editor` depends on. The problem can be reproduced by
setting the `LYEDITOR` environment variable before executing
`lilypond-invoke-editor`.
2024-07-06 15:20:25 +03:30
Martin Weinelt
e7b1ee45cf
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/tools/misc/watchlog/default.nix
2024-07-06 01:52:35 +02:00
Martin Weinelt
d9610a9f2e
Merge remote-tracking branch 'origin/master' into staging-next 2024-07-06 01:51:14 +02:00
Marcus Ramberg
cd11caeb12
Merge pull request #311474 from redyf/add-tokyo-night-tmux
tmuxPlugins.tokyo-night-tmux: init at 1.5.3
2024-07-05 22:27:41 +02:00
github-actions[bot]
e14242d985
Merge staging-next into staging 2024-07-04 12:01:37 +00:00
Vladimír Čunát
44b36397c2
Merge branch 'master' into staging-next
Conflicts - GitHub wouldn't auto-resolve them but my local git did:
	pkgs/development/cuda-modules/cuda/overrides.nix
2024-07-04 10:10:22 +02:00
Masum Reza
410d1213cd
Merge pull request #323983 from Aleksanaa/cargoSha256-change
treewide: remove all cargoSha256 usage
2024-07-04 10:50:18 +05:30
adisbladis
1be927ca66
Merge pull request #316983 from edolstra/let-float-json
Let-float various fromJSON calls to avoid repeated JSON reading/parsing
2024-07-04 13:47:08 +12:00
github-actions[bot]
aba75819b6
Merge master into staging-next 2024-07-03 18:01:04 +00:00
éclairevoyant
83a657cacd
Merge pull request #324353 from delan/bye
maintainers: remove delan
2024-07-03 17:39:29 +00:00
Vladimír Čunát
c76085b3a9
Merge branch 'master' into staging-next 2024-07-03 19:07:35 +02:00
aleksana
1862813d11 treewide: convert cargoSha256 to cargoHash
This is done with the following bash script:

```
#!/usr/bin/env bash
process_line() {
    local filename=${1%:}
    if [[ $4 =~ \"(.*)\"\; ]]; then
      local sha256="${BASH_REMATCH[1]}"
    fi
    [[ -z $sha256 ]] && return 0
    local hash=$(nix hash to-sri --type sha256 $sha256)
    echo "Processing: $filename"
    echo "  $sha256 => $hash"
    sed -i "s|cargoSha256 = \"$sha256\"|cargoHash = \"$hash\"|"
$filename
}

# split output by line
grep -r 'cargoSha256 = ' . | while IFS= read -r line; do
    # split them further by space
    read -r -a parts <<< "$line"
    process_line "${parts[@]}"
done

```
2024-07-03 21:54:10 +08:00
Delan Azabani
01aa077998 maintainers: remove delan 2024-07-03 19:54:30 +08:00
Jussi Kuokkanen
9b4703cf14 pkgs/misc: remove licenses.gpl2 2024-07-03 14:24:14 +03:00
github-actions[bot]
d77a3adc09
Merge master into staging-next 2024-07-03 00:02:45 +00:00
Weijia Wang
3814f8ed46
Merge pull request #322685 from r-ryantm/auto-update/mxt-app
mxt-app: 1.36 -> 1.38
2024-07-02 23:10:41 +02:00
K900
665f1d6183 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-02 08:32:46 +03:00
Janik H.
76cd1d2211 maintainers: drop janik
I guess my time has come as well...

With this commit, I'm not just dropping my maintainer entry, but I'm also
resigning from my duties as a board observer and NixCon project lead.
I also terminated my Summer of Nix contract today.
I'll also stop hosting the local NixOS meetup.

The only "project" I'll finish under the NixOS Foundation umbrella is
Google Summer of Code because the mentees aren't even remotely
responsible for why I'm leaving, and it would be unfair to leave them
hanging.

I'm grateful for all the things I was able to learn, for all the experiences
I could gather, and for all the friends I made along the way.
NixOS is what makes computers bearable for me, so I'll go and work on
some fork (*something something* you always meet twice in life).
2024-07-02 02:36:42 +02:00
pennae
5c5aaaaaae maintainers: remove pennae
https://discourse.nixos.org/t/nca-jonringer-joint-announcement/48231
https://web.archive.org/web/20240701165505/https://discourse.nixos.org/t/nca-jonringer-joint-announcement/48231

we had little faith in the NCA process, but this is going deep, *deep*
into the territory of wilfully insulting all those had placed even a
modicum of trust in that process.

have you fucking nazi bar.
2024-07-01 18:56:40 +02:00
Martin Weinelt
9b79a05ae1
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/flexcache/default.nix
- pkgs/development/python-modules/flexparser/default.nix
- pkgs/development/python-modules/odp-amsterdam/default.nix
- pkgs/development/python-modules/pint/default.nix
- pkgs/development/python-modules/uncertainties/default.nix
- pkgs/top-level/python-packages.nix
2024-07-01 01:07:21 +02:00
Nick Cao
2d1ae120c5
opensbi: 1.4 -> 1.5
Diff: https://github.com/riscv-software-src/opensbi/compare/v1.4...v1.5
2024-06-30 11:06:00 -04:00
Michele Guerini Rocco
373ef925ca
Merge pull request #323235 from rnhmjoj/pr-scc
sc-controller: 0.4.8.13 -> 0.4.8.17
2024-06-30 01:11:01 +02:00
K900
bde999c03e Merge branch 'master' into staging-next 2024-06-29 10:13:13 +03:00
rnhmjoj
6ac745ef3c
sc-controller: 0.4.8.13 -> 0.4.8.17
The Ryochan7's fork has been archived, development continues over at
C0rn3j's fork. Hopefully this will me merged into the official
project sooner or later...
2024-06-28 22:20:50 +02:00
Ryan Hendrickson
c81ecdf95b
Merge pull request #322284 from rhendric/rhendric/genericUpdater-allowedVersions
common-updater-scripts: add allowedVersions parameter
2024-06-28 15:35:00 -04:00
R. Ryantm
a5b1a60fe8 mxt-app: 1.36 -> 1.38 2024-06-26 16:46:30 +00:00
github-actions[bot]
27074b7d07
Merge master into staging-next 2024-06-26 00:02:13 +00:00
Weijia Wang
68bf0f3d71
Merge pull request #321186 from r-ryantm/auto-update/lilypond-unstable
lilypond-unstable: 2.25.16 -> 2.25.17
2024-06-26 00:05:09 +02:00
Ryan Hendrickson
77a9e911a6 alock: use allowedVersions in updateScript 2024-06-25 17:45:57 -04:00
R. Ryantm
9088fd75eb cups: 2.4.8 -> 2.4.10 2024-06-24 13:17:02 +00:00
github-actions[bot]
88140ced6d
Merge master into staging-next 2024-06-24 12:01:17 +00:00
Martin Weinelt
74f29cd4b6 libjack2: fix python 3.12 support
Backports the waf 2.0.26 update, which adds Python 3.12 support to the
build system.
2024-06-24 12:18:23 +02:00
Shawn8901
0415c9c1f4 epson-escpr2: 1.2.10 -> 1.2.11 2024-06-23 22:31:59 +02:00
Martin Weinelt
2096642430
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/os-specific/windows/mingw-w64/default.nix
2024-06-23 19:09:00 +02:00
Emily
fbda1dbfd6 treewide: replace freeglut with libglut
Allow the macOS GLUT framework to be used automatically in many
cases. Packages that specifically search for freeglut or require its
additional APIs should still explicitly depend on it.

Deliberately skip the Haskell package set, which is mostly
automatically generated, and mupdf, which has its own fork of freeglut.
2024-06-22 18:06:51 +01:00
R. Ryantm
44210d5c23 fastly: 10.12.2 -> 10.12.3 2024-06-22 07:02:02 +00:00
github-actions[bot]
c6707a9686
Merge staging-next into staging 2024-06-21 12:01:53 +00:00
Samuel Dionne-Riel
c7882d9a4d hll2390dw-cups: Drop unmaintained package 2024-06-21 01:06:01 -04:00
Samuel Dionne-Riel
caf402f789 uboot*: Drop samueldr as maintainer 2024-06-20 20:45:18 -04:00
R. Ryantm
82f78e7510 lilypond-unstable: 2.25.16 -> 2.25.17 2024-06-20 07:44:46 +00:00
deinferno
0097354da1 pantum-driver: 1.1.106 -> 1.1.123 2024-06-19 23:26:09 +05:00
Martin Weinelt
f822b2ba5c Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/development/python-modules/langsmith/default.nix
- pkgs/development/python-modules/rich-pixels/default.nix
- pkgs/servers/teleport/generic.nix
2024-06-18 20:16:19 +02:00
Ben Siraphob
8222aa9278
Merge pull request #315183 from jopejoe1/fix-pname
treewide: replace name with pname
2024-06-16 12:34:01 +00:00
Aleksana
ee9cf00e6d
Merge pull request #315240 from Cryolitia/ghost-font
ghostscript: add output `fonts`
2024-06-15 19:32:39 +08:00
jopejoe1
f9cd82dcfd lssecret: use pname instead of name 2024-06-15 09:56:43 +02:00
github-actions[bot]
eccfb1ee94
Merge staging-next into staging 2024-06-15 00:02:47 +00:00
Weijia Wang
f006c8e547
Merge pull request #319753 from r-ryantm/auto-update/fastly
fastly: 10.12.1 -> 10.12.2
2024-06-14 22:39:12 +02:00
github-actions[bot]
098fe8ee26
Merge staging-next into staging 2024-06-14 18:01:39 +00:00
Guillaume Girol
a5ca25f03d
Merge pull request #319840 from nova-r/new-plugin-epkowa
epkowa: add plugin for Perfection V100 Photo
2024-06-14 18:28:36 +02:00
nova madeline
82aeb7fba1
epkowa: add plugin for Perfection V100 Photo 2024-06-14 16:40:55 +02:00
Martin Weinelt
abdf5dc772
treewide: remove pythonRelaxDepsHook references
It is is now provided automatically, when `pythonRelaxDeps` or
`pythonRemoveDeps` is defined through `mk-python-derivation`.
2024-06-14 14:52:00 +02:00
R. Ryantm
3df1fb8b73 fastly: 10.12.1 -> 10.12.2 2024-06-14 07:34:32 +00:00
Shawn8901
05ae9bdbb3 epson-escpr2: 1.2.9 -> 1.2.10 2024-06-13 22:25:09 +02:00
github-actions[bot]
477d2d32ff
Merge master into staging-next 2024-06-12 00:02:10 +00:00
Rafael Fernández López
07fd30b47a
fastly: 10.12.0 -> 10.12.1 2024-06-11 08:26:14 +02:00
github-actions[bot]
0cc78468fa
Merge master into staging-next 2024-06-10 18:01:13 +00:00
Rafael Fernández López
9a7c749bd7 fastly: 10.11.0 -> 10.12.0 2024-06-10 13:08:07 +02:00
Alyssa Ross
3df6bb2c85
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/applications/blockchains/polkadot/default.nix
2024-06-09 22:47:12 +01:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
github-actions[bot]
f22f5c2c0c
Merge master into staging-next 2024-06-08 00:02:16 +00:00
Nick Cao
e6d9a1261b
Merge pull request #317872 from r-ryantm/auto-update/fastly
fastly: 10.10.0 -> 10.11.0
2024-06-07 15:42:13 -04:00
github-actions[bot]
e7fb1ff4be
Merge master into staging-next 2024-06-07 06:01:17 +00:00
R. Ryantm
18eab3db52 fastly: 10.10.0 -> 10.11.0 2024-06-07 00:58:19 +00:00
Stanisław Pitucha
4ba83903ac auditbeat7,filebeat7,heartbeat7,metricbeat7,packetbeat7: fix meta merging
With a set merge, most of the meta was lost, including the license and
platform information. Change to deep merge to preserve the attributes.
2024-06-06 21:46:38 +10:00
github-actions[bot]
f1f4d07f90
Merge master into staging-next 2024-06-05 12:01:21 +00:00
Pol Dellaiera
88d8b82748
Merge pull request #316457 from o0th/add-tmux-nova
tmuxPlugins.tmux-nova: init at 1.2.0
2024-06-05 09:34:41 +02:00
Alyssa Ross
f27b3096c3
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/os-specific/linux/util-linux/default.nix
2024-06-04 13:31:26 +01:00
Sigmanificient
d48a9bb622 treewide: remove unused fetchpatch arguments 2024-06-04 12:40:25 +02:00
github-actions[bot]
c5a290d7d7
Merge master into staging-next 2024-06-04 00:02:20 +00:00
Artturin
0e2ddadf23
Merge pull request #316912 from JohnRTitor/ananicy-cpp-patch
ananicy-cpp: enable regex support
2024-06-03 22:33:16 +03:00
github-actions[bot]
ddde12c6f7
Merge master into staging-next 2024-06-03 18:02:09 +00:00
Eelco Dolstra
8d2a765adf Let-float various fromJSON calls to avoid repeated JSON reading/parsing
Some of these were read/parsed dozens of times in a `nix search`
invocation, and in particular the MELPA recipes archive (3 MiB) was
read 4 times.
2024-06-03 18:52:42 +02:00
John Titor
9f5f2746ad
ananicy-cpp: move to by-name 2024-06-03 18:35:17 +05:30
Sandro Jäckel
41452802cb
treewide: fix all obviously wrong mkEnableOptions 2024-06-03 13:20:32 +02:00
github-actions[bot]
97d15b22bf
Merge master into staging-next 2024-06-02 18:01:10 +00:00
Sandro
380c5735c0
Merge pull request #309334 from Yarny0/foomatic-db-update 2024-06-02 17:58:13 +02:00
Weijia Wang
0d36eb85bb
Merge pull request #311106 from r-ryantm/auto-update/lilypond-unstable
lilypond-unstable: 2.25.15 -> 2.25.16
2024-06-02 16:37:05 +02:00
o0th
0a32172a22 tmuxPlugins.tmux-nova: init at 1.2.0 2024-06-02 12:23:47 +02:00
github-actions[bot]
f4392ae842
Merge master into staging-next 2024-06-01 18:01:06 +00:00
Artturin
3be6823649
Merge pull request #270437 from mtzanidakis/fix/cups-brother-hl1210w
cups-brother-hl1210w: fix ppd symlink path
2024-06-01 16:12:07 +03:00
github-actions[bot]
f7de25c01e
Merge master into staging-next 2024-06-01 12:01:11 +00:00
Vladimír Čunát
5804775d03
Merge branch 'staging' into staging-next 2024-05-31 07:30:41 +02:00
Marek Maksimczyk
0fa6932b80 tmuxPlugins.session-wizard: 1.2.0 -> 1.3.1 2024-05-30 14:23:33 +02:00
R. Ryantm
a93742231f xlockmore: 5.77 -> 5.78 2024-05-30 03:51:29 +00:00
Leona Maroni
ea2aec7c4b
Merge pull request #306964 from r-ryantm/auto-update/cups
cups: 2.4.7 -> 2.4.8
2024-05-29 08:03:40 +02:00
北雁 Cryolitia
93a9ca34fe
ghostscript: add output fonts 2024-05-28 11:50:34 +08:00
github-actions[bot]
7537b40813
Merge staging-next into staging 2024-05-26 18:01:42 +00:00
R. Ryantm
55ae6112be seafile-shared: 9.0.5 -> 9.0.6 2024-05-25 04:28:27 +00:00
github-actions[bot]
7655996362
Merge staging-next into staging 2024-05-23 18:02:28 +00:00
Dmitry Kalinkin
41272d723d
Merge pull request #296602 from afh/update-ghostscript
ghostscript: 10.02.1 -> 10.03.1
2024-05-23 13:33:47 -04:00
R. Ryantm
3328b40f27 autotiling: 1.9.2 -> 1.9.3 2024-05-23 10:39:21 +00:00
github-actions[bot]
e86d339640
Merge staging-next into staging 2024-05-23 00:02:52 +00:00
Dmitry Kalinkin
2dcfa4787b ghostscript: 10.3.0 -> 10.3.1 2024-05-22 17:47:43 -04:00
Fabian Affolter
d98f58ed0b
Merge pull request #309457 from r-ryantm/auto-update/python311Packages.rich-rst
python311Packages.rich-rst: 1.3.0 -> 1.3.1
2024-05-22 23:42:13 +02:00
Fabian Affolter
a4f916072f rich-cli: add patches to support later rich/textual releases 2024-05-22 15:30:00 +02:00
github-actions[bot]
0327923ced
Merge staging-next into staging 2024-05-21 06:01:56 +00:00
Rafael Fernández López
4bf826c147 fastly: 10.9.0 -> 10.10.0 2024-05-20 21:53:05 +02:00
github-actions[bot]
68b5bb0cf5
Merge staging-next into staging 2024-05-20 00:02:41 +00:00
Elian Doran
d07b19dbbd
moonfire-nvr: fix build on darwin 2024-05-19 10:51:33 +03:00
github-actions[bot]
1f2a295f80
Merge staging-next into staging 2024-05-17 00:02:37 +00:00
Alexis Hildebrandt
6faa002dc1 ghostscript: 10.02.1 -> 10.03.0 2024-05-16 19:23:16 +02:00
Yannick Mayeur
59b372621c tmuxPlugins.catppucin: unstable-2023-08-21 -> unstable-2024-05-16 2024-05-16 15:34:54 +02:00
Alyssa Ross
67641d0589 wafHook: don't add cross compilation flags
These flags are not part of waf, they're custom flags that are not
widely implemented.  More packages are broken because of these flags
being added than actually recognise them.

Of the packages in Nixpkgs that directly depend on wafHook that we can
attempt to cross compile (i.e. all their dependencies cross compile),
5 already successfully cross compile and recognise these flags, 2
already successfully cross compile because they have been opted out of
these flags, 3 don't cross compile successfully for reasons unrelated
to these flags, and for the remaining 7, the only thing stopping them
cross compiling successfully is that they are being passed these flags
that they don't recognise.

All of the five successfully cross-compiling packages that do
recognise these flags are samba projects: ldb, talloc, tdb, tevent,
and samba4.  So this isn't a general waf convention, just a samba one.
It therefore doesn't make sense to set these flags by default.  They
should just be included in the expressions for each samba project,
like all the other quirks common to samba build systems.

This change fixes cross compilation of the following packages:

  blockhash ganv ndn-cxx mda_lv2 pflask raul saldl
2024-05-15 16:47:16 +02:00
Redyf
dda5e2f675 tmuxPlugins.tokyo-night-tmux: init at 1.5.3 2024-05-13 18:33:51 -03:00
Peder Bergebakken Sundt
238b3bd853
Merge pull request #309274 from james-atkins/epsonscan2-update
epsonscan2: 6.7.61.0 -> 6.7.63.0
2024-05-13 01:24:40 +02:00
R. Ryantm
c1bd6828ed lilypond-unstable: 2.25.15 -> 2.25.16 2024-05-12 16:20:37 +00:00
R. Ryantm
0050395076 fastly: 10.8.10 -> 10.9.0 2024-05-08 14:08:59 +00:00
James Atkins
93349f742f epsonscan2: 6.7.61.0 -> 6.7.63.0 2024-05-05 08:46:50 -05:00
Yarny0
df4cbbc521 foomatic-db*: migrate to pkgs/by-name overlay 2024-05-05 12:40:48 +02:00
Masum Reza
791e05037d
ananicy-rules-cachyos: unstable-2024-04-22 -> unstable-2024-05-04 (#309083)
* ananicy-rules-cachyos: unstable-2024-04-22 -> unstable-2024-05-04

* ananicy-rules-cachyos: format using nixfmt-rfc-style

* ananicy-rules-cachyos: migrate to pkgs/by-name
2024-05-04 21:56:40 +03:00
Weijia Wang
4e2eac4409
Merge pull request #307319 from r-ryantm/auto-update/lilypond-unstable
lilypond-unstable: 2.25.14 -> 2.25.15
2024-05-04 16:15:44 +02:00
Vladimír Čunát
725f48a252
Merge branch 'master' into staging-next 2024-05-02 09:05:49 +02:00
Pascal Wittmann
51f0aa6a5a
Merge pull request #308177 from r-ryantm/auto-update/xlockmore
xlockmore: 5.76 -> 5.77
2024-05-02 08:27:45 +02:00
github-actions[bot]
67f8ba4a30
Merge master into staging-next 2024-05-01 18:01:22 +00:00
Aleksana
b77e1a3af6
Merge pull request #307188 from JohnRTitor/anydesk
treewide: migrate some packages to finalAttrs, also reference lib explicitly in meta
2024-05-01 20:22:09 +08:00
R. Ryantm
b8f4e06520 xlockmore: 5.76 -> 5.77 2024-05-01 06:21:43 +00:00
Weijia Wang
23cbc3c2b3 Merge branch 'master' into staging-next 2024-04-30 13:24:52 +02:00
Justin Knueppel
2cd53499ed tmuxPlugins.fzf-tmux-url unstable-2021-12-27 -> unstable-2024-04-14 2024-04-29 23:00:33 -04:00
Vladimír Čunát
ad6f6ba399
Merge branch 'master' into staging-next 2024-04-29 08:22:30 +02:00
kirillrdy
e973935a91
Merge pull request #306923 from jopejoe1/alock/update/2.5.1
alock: unstable-2017-07-20 -> 2.5.1, add update script
2024-04-29 10:19:33 +10:00
Jan Tojnar
1b2ebb8fbb Merge branch 'master' into staging-next 2024-04-28 17:33:27 +02:00
Artturi
e6c5e246d2
Merge pull request #307315 from r-ryantm/auto-update/autotiling
autotiling: 1.9.1 -> 1.9.2
2024-04-28 14:33:03 +03:00
Weijia Wang
7f45fee52a Merge branch 'master' into staging-next 2024-04-28 04:02:14 +02:00
R. Ryantm
4b1a2f9420 lilypond-unstable: 2.25.14 -> 2.25.15 2024-04-27 21:33:48 +00:00
R. Ryantm
ae277ac9d2 autotiling: 1.9.1 -> 1.9.2 2024-04-27 21:13:47 +00:00
Sandro
33812a15b4
Merge pull request #307283 from msfjarvis/hs/remove-maintainer
maintainers: remove msfjarvis
2024-04-27 22:47:55 +02:00
Harsh Shandilya
804480fc08
maintainers: remove msfjarvis 2024-04-27 21:57:43 +02:00
John Titor
b2af07c701
ananicy-rules-cachyos: unstable-2024-04-16 -> unstable-2024-04-22 2024-04-27 21:52:14 +05:30
John Titor
987fc18a12
sndio: move to finalAttrs
explicitly use lib where needed
2024-04-27 18:06:58 +05:30
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
R. Ryantm
c0c5f9ed63 jitsi-meet-prosody: 1.0.7874 -> 1.0.7952 2024-04-26 22:55:50 +00:00
R. Ryantm
36b16a08fe cups: 2.4.7 -> 2.4.8 2024-04-26 12:34:01 +00:00
jopejoe1
d80c38e753 alock: add update script 2024-04-26 12:29:00 +02:00
jopejoe1
3bcba25270 alock: unstable-2017-07-20 -> 2.5.1 2024-04-26 12:29:00 +02:00
Aditya Puranik
b3431dd54d
tmuxPlugins.nord: update repo and metadata (#290575)
Update pkgs/misc/tmux-plugins/default.nix

Change sha256->hash

Co-authored-by: Marcus Ramberg <marcus@means.no>
2024-04-23 23:24:06 +08:00
Nikolay Korotkiy
bc047f9a00
Merge pull request #298800 from Qusic/slock
slock: add updateScript
2024-04-19 08:17:43 +04:00
Astro
91b878a48b
lilypond: fix $PATH (#302423)
Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-04-18 11:35:05 +02:00
Aleksana
9884c918e7
Merge pull request #304469 from JohnRTitor/ananicy-cachyos-rules
ananicy-rules-cachyos: unstable-2024-04-10 -> unstable-2024-04-16
2024-04-18 00:21:14 +08:00
éclairevoyant
4dcd08c9d4
plasmahud: fix runtime errors and other cleanup (#271479)
* plasma-hud: fix runtime errors

* plasma-hud: clean up installPhase

* plasma-hud: fix scoping for `propagatedBuildInputs`

* plasma-hud: formatting

* plasma-hud: clean up src

* plasma-hud: remove `with lib;`

* plasma-hud: fix potential splicing issue (see #211340)
2024-04-17 11:06:51 -03:00
Weijia Wang
2e7e1f6278
Merge pull request #302698 from r-ryantm/auto-update/rivalcfg
rivalcfg: 4.12.0 -> 4.13.0
2024-04-16 23:57:16 +02:00
John Titor
8244df7e3a
ananicy-rules-cachyos: unstable-2024-04-10 -> unstable-2024-04-16
cleanup install phase
use stdenvNoCC as there is no need for CC compilers
Improve description
2024-04-17 00:24:02 +05:30
Weijia Wang
750bea5d48
Merge pull request #300072 from r-ryantm/auto-update/lilypond-unstable
lilypond-unstable: 2.25.13 -> 2.25.14
2024-04-16 01:03:07 +02:00
diniamo
bdf1699ea1 ananicy-rules-cachyos: fix hooks and pname 2024-04-14 15:49:44 +02:00
Peder Bergebakken Sundt
20d55e8b9b
Merge pull request #302151 from Yarny0/foomatic-db-engine-update
foomatic-db-engine: unstable-2024-02-10 -> unstable-2024-04-05
2024-04-14 00:44:22 +02:00
Guillaume Girol
d3644d8d68
Merge pull request #300353 from tjkirch/ptouch-print-1.5-unstable
ptouch-print: 1.4.3 -> 1.5-unstable-2024-02-11
2024-04-13 16:45:18 +02:00
Artturi
d9110b9705
Merge pull request #303277 from JohnRTitor/ananicy-cachyos-rules
ananicy-rules-cachyos: unstable-2023-10-11 -> unstable-2024-04-10
2024-04-12 03:11:39 +03:00
Florian Klink
ce5d96dde7
Merge pull request #302138 from thefossguy/uboot-2024.01
uboot: 2024.01 -> 2024.04
2024-04-12 00:56:25 +03:00
Florian Klink
35085ab730 ubootTuringRK1: init 2024-04-11 10:10:41 +03:00
John Titor
68b0265ab5
ananicy-rules-cachyos: unstable-2023-10-11 -> unstable-2024-04-10
commit: de55e2f55e6adf559bf4990aa433f5c202dc073d
adding myself as maintainer
2024-04-11 10:15:08 +05:30
Florian Klink
61d1e89790 ubootOrangePi5: drop extraConfig
This has been applied upstream, so can be removed.
2024-04-10 18:38:44 +03:00
R. Ryantm
11d360a45b fastly: 10.8.9 -> 10.8.10 2024-04-10 12:53:50 +00:00
R. Ryantm
67f3c384bc rivalcfg: 4.12.0 -> 4.13.0 2024-04-08 23:55:26 +00:00
Pratham Patel
fe3930301b
uboot: 2024.01 -> 2024.04 2024-04-06 21:17:27 +05:30
Yarny0
08fd84846e foomatic-db-engine: unstable-2024-02-10 -> unstable-2024-04-05
Due to the sole new commit

a2b12271e1
"Fix wget / curl auto-detection at configure"

curl (or wget) is now a mandatory (runtime!) dependency.
2024-04-06 12:21:08 +02:00
Tom Kirchner
57f9cc103f ptouch-print: 1.4.3 -> 1.5-unstable-2024-02-11
The old upstream homepage and repo are dead; this moves them to the new home.

The latest release version is 1.5, but that does not contain several
important commits, including support for Brother's latest "standard"
label makers, so this moves to the latest commit.  Log here:
https://git.familie-radermacher.ch/linux/ptouch-print.git/log/

See original effort to update to 1.5 here; most of the changes are
from this original PR:
https://github.com/NixOS/nixpkgs/pull/197981
2024-04-03 15:47:27 -07:00
Weijia Wang
9655dfbad4
Merge pull request #299611 from ereslibre/bump-fastly
fastly: 10.8.8 -> 10.8.9
2024-04-03 10:16:14 +02:00
Rafael Fernández López
c3c6f14c74
fastly: 10.8.8 -> 10.8.9 2024-04-02 21:24:50 +02:00
0x4A6F
aa23ec0eda
Merge pull request #298347 from jgero/feat/uboot-rock4cplus
feat(uboot): add rock4cplus support
2024-04-02 19:39:50 +02:00
K900
dcd67b74f1
Merge pull request #299899 from thefossguy/uboot-nanopc-t6-init
ubootNanoPCT6: init at 2024.01
2024-04-02 20:23:53 +03:00
Qusic
399c65ac81 slock: add qusic to maintainers 2024-04-01 16:33:27 +08:00
Qusic
50063d79d5 slock: add updateScript 2024-04-01 16:32:19 +08:00
K900
e781bae4a4 ubootRaspberryPi: embiggen, again
Our kernels are bigger than 64M now, so give it another 16M.
Also, stop updating the comment, it's not worth it.
2024-04-01 11:18:48 +03:00
Sefa Eyeoglu
10c0931872
vencord: 1.7.3 -> 1.7.4
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-03-30 14:37:43 +01:00
Pratham Patel
29901ea630
ubootNanoPCT6: init at 2024.01 2024-03-30 08:04:07 +05:30
R. Ryantm
2970d6ef5f lilypond-unstable: 2.25.13 -> 2.25.14 2024-03-29 20:00:09 +00:00
Johannes Gerold
1892e1361a feat(uboot): add rock4cplus support 2024-03-23 20:51:47 +01:00
R. Ryantm
5300cdf67a vencord: 1.7.2 -> 1.7.3 2024-03-23 05:49:57 +00:00
K900
1db686b48b ubootOrangePi5: also build the SPI image 2024-03-22 08:49:45 +03:00
K900
8502a2a6b5 rkbin: make passthru attributes use full paths, fix license, fix BL31_RK3568 path 2024-03-22 08:46:57 +03:00
Pratham Patel
8f59cbeb38 ubootOrangePi5: init at 2024.01 2024-03-22 08:08:23 +03:00
Pratham Patel
dc9f04d45e ubootRock5ModelB: init at 2024.01 2024-03-22 08:08:17 +03:00
Pratham Patel
37205e51fd arm-trusted-firmware: add RK3588 2024-03-22 08:08:11 +03:00
Jussi Kuokkanen
82b45bf454 treewide: remove licenses.agpl3 2024-03-21 18:09:24 +02:00
Vladimír Čunát
20f77aa099
Merge #295458: staging-next 2024-03-13 2024-03-21 07:18:55 +01:00
lassulus
cb4c8e6142
Merge pull request #287482 from r-ryantm/auto-update/jitsi-meet-prosody
jitsi-meet-prosody: 1.0.7762 -> 1.0.7874
2024-03-21 11:28:05 +07:00
Martin Weinelt
3321e63b12
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/sphinx-autobuild/default.nix
2024-03-19 04:00:32 +01:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
64cce7f97b jitsi-meet-prosody: 1.0.7762 -> 1.0.7874 2024-03-18 17:53:10 +00:00
github-actions[bot]
100b3bb178
Merge master into staging-next 2024-03-17 18:00:54 +00:00
Weijia Wang
2232be0242
Merge pull request #293433 from r-ryantm/auto-update/rivalcfg
rivalcfg: 4.11.0 -> 4.12.0
2024-03-17 15:44:24 +01:00
github-actions[bot]
2178d8d857
Merge master into staging-next 2024-03-17 00:02:17 +00:00
Nick Cao
f9105fb08f
Merge pull request #296265 from ereslibre/bump-fastly
fastly: 10.8.5 -> 10.8.8
2024-03-16 11:32:19 -07:00
Rafael Fernández López
5056aa71dd fastly: 10.8.5 -> 10.8.8 2024-03-15 22:48:34 +01:00
R. Ryantm
92a8fb4b1b xlockmore: 5.75 -> 5.76 2024-03-15 03:27:44 +00:00
github-actions[bot]
cc92370007
Merge master into staging-next 2024-03-14 00:02:16 +00:00
Nick Cao
164400f179
Merge pull request #295260 from r-ryantm/auto-update/vencord
vencord: 1.7.0 -> 1.7.2
2024-03-13 19:50:21 -04:00
annalee
8e038835fe
Merge remote-tracking branch 'upstream/master' into staging-next 2024-03-13 00:38:07 +00:00
R. Ryantm
52cc083515 urbit: 2.12 -> 3.0 2024-03-12 10:42:23 +00:00
R. Ryantm
ca823f2ab5 vencord: 1.7.0 -> 1.7.2 2024-03-12 08:57:26 +00:00
github-actions[bot]
06e5eb63d3
Merge staging-next into staging 2024-03-11 18:01:53 +00:00
R. Ryantm
b4eaede387 fastly: 10.8.4 -> 10.8.5 2024-03-11 14:31:05 +00:00
github-actions[bot]
339816cfdf
Merge staging-next into staging 2024-03-11 12:01:42 +00:00
Sandro
d08af53ca2
Merge pull request #292972 from msfjarvis/hs/scrcpy 2024-03-11 11:50:56 +01:00
Samuel Dionne-Riel
8b04ef4381
Merge pull request #292757 from thefossguy/uboot-version-bump-to-v2024.01
uboot: 2023.07.02 -> 2024.01
2024-03-09 21:28:10 -05:00
github-actions[bot]
590e65a7b3
Merge master into staging-next 2024-03-07 12:01:24 +00:00
Weijia Wang
498ce719b1
Merge pull request #291174 from LucienLeMagicien/brlaser-2a49e32
brlaser: 6 -> 6-unstable-2023-02-30
2024-03-07 12:43:29 +01:00
Weijia Wang
e8e548fd1c
Merge pull request #288711 from r-ryantm/auto-update/xlockmore
xlockmore: 5.74 -> 5.75
2024-03-07 08:57:25 +01:00
Weijia Wang
7b52b367d1
Merge pull request #291827 from r-ryantm/auto-update/seafile-shared
seafile-shared: 9.0.4 -> 9.0.5
2024-03-07 07:26:35 +01:00
github-actions[bot]
e0fd83a658
Merge master into staging-next 2024-03-07 00:02:06 +00:00
Weijia Wang
341b3eb3ec
Merge pull request #289574 from r-ryantm/auto-update/vencord
vencord: 1.6.9 -> 1.7.0
2024-03-06 23:25:34 +01:00
Pratham Patel
cdc6e3f3b5
uboot: 2023.07.02 -> 2024.01 2024-03-06 08:47:05 +05:30
R. Ryantm
957471018a rivalcfg: 4.11.0 -> 4.12.0 2024-03-05 08:19:41 +00:00
Harsh Shandilya
a83f50c720 scrcpy: 2.3.1 -> 2.4 2024-03-03 14:07:44 +05:30
github-actions[bot]
f51807feea
Merge master into staging-next 2024-03-02 12:01:28 +00:00
R. Ryantm
89bc878acc fastly: 10.8.3 -> 10.8.4 2024-03-02 04:40:51 +00:00
Martin Weinelt
65b31e498a Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/development/python-modules/influxdb/default.nix
- pkgs/development/tools/misc/binutils/default.nix
2024-02-29 07:19:15 +01:00
Artturi
70576b917e
Merge pull request #291609 from Artturin/printcleanup1
{mfcj6510,mfcj470}dwcupswrapper: cleanup
2024-02-29 02:58:59 +02:00
R. Ryantm
a35685e157 vencord: 1.6.9 -> 1.7.0 2024-02-28 09:06:36 +00:00
github-actions[bot]
6de655cb49
Merge staging-next into staging 2024-02-28 06:01:43 +00:00
R. RyanTM
c955a45164
autotiling: 1.9 -> 1.9.1 (#291975)
* autotiling: 1.9 -> 1.9.1

* Update pkgs/misc/autotiling/default.nix

Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>

---------

Co-authored-by: Artturi <Artturin@artturin.com>
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-02-28 05:51:54 +02:00
github-actions[bot]
3174119b20
Merge staging-next into staging 2024-02-28 00:02:28 +00:00
Sandro
3beaece283
Merge pull request #288566 from Yarny0/foomatic-db-engine-update
foomatic-db-engine: unstable-2022-05-03 -> unstable-2024-02-10
2024-02-27 22:55:17 +01:00
github-actions[bot]
d2cfd53fa4
Merge staging-next into staging 2024-02-27 18:01:33 +00:00
R. Ryantm
4cd86f9b6e seafile-shared: 9.0.4 -> 9.0.5 2024-02-27 12:48:26 +00:00
Artturin
72def8dad2 {mfcj6510,mfcj470}dwcupswrapper: cleanup
`cleanupPhase` doesn't exist
2024-02-26 19:10:53 +02:00
Mykhailo Nikiforov
632f25be6b
tmuxPlugins.dracula: v2.2.0 -> v2.3.0 2024-02-26 16:37:55 +02:00
github-actions[bot]
08da949b49
Merge staging-next into staging 2024-02-26 00:02:38 +00:00
Sandro
d2e77255fd
Merge pull request #287465 from Yarny0/foomatic-db-update
foomatic-db: unstable-2023-09-02 -> unstable-2024-02-09
2024-02-25 20:44:40 +01:00
github-actions[bot]
41e7732291
Merge staging-next into staging 2024-02-25 18:01:23 +00:00
Edu Renesto
147b07ffbb epkowa: add plugin for Perfection V550 Photo 2024-02-25 12:54:06 -03:00
LucienLeMagicien
02ad1f9442 brlaser: v6 -> 6-unstable-2023-02-30
`brlaser` v6 was released in 2019. Since then, a bug preventing some models
of Brother printers from printing images or pdfs with images has been fixed,
but there hasn't been any new Github releases.

https://github.com/pdewacht/brlaser/issues/52
2024-02-24 23:49:14 +01:00
github-actions[bot]
a118fdbd61
Merge staging-next into staging 2024-02-24 00:02:31 +00:00
Sandro
88ce13798f
Merge pull request #289701 from kylechui/feat/update-logiops 2024-02-24 00:26:41 +01:00
Kyle Chui
5533f8b718
logiops: 0.2.3 -> 0.3.3
feat: Add multiple version support.

refactor: Remove unnecessary code.

The `DBus` handling is already done via the changed patch file.

chore: Fix formatting.

refactor: Remove confusing comment.

refactor: Abide by `by-name` CI.

https://github.com/NixOS/nixpkgs/actions/runs/7968015723/job/21751618054?pr=289701

fix: Remove unnecessary CMake build flag.

Nixpkgs already always builds Release, so this is redundant.
2024-02-22 16:51:01 -08:00
github-actions[bot]
f3d1249a61
Merge staging-next into staging 2024-02-22 00:02:35 +00:00
R. Ryantm
900c4d849c fastly: 10.8.2 -> 10.8.3 2024-02-21 20:02:29 +00:00
Nick Cao
2424c8db9d buildUBoot: specify absolute path of dtc, fix building u-boot 2023.10+ 2024-02-18 12:42:42 +01:00
Nick Cao
5f7bfc3a0e
Merge pull request #289137 from ereslibre/bump-fastly
fastly: 10.8.1 -> 10.8.2
2024-02-16 10:07:00 -05:00