Commit Graph

9218 Commits

Author SHA1 Message Date
Weijia Wang
e2246cd1c7
Merge pull request #241283 from u2x1/master
cups-brother-hl2260d: init at 3.2.0-1
2023-10-15 23:36:25 +02:00
Martin Weinelt
94c8c31bee
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/numba/default.nix
2023-10-15 22:31:34 +02:00
Artturi
a1acc2fd0a
Merge pull request #261008 from dr460nf1r3/ananicy-rules-update 2023-10-15 05:42:44 +03:00
Weijia Wang
833637c805
Merge pull request #260318 from r-ryantm/auto-update/lilypond-unstable
lilypond-unstable: 2.25.8 -> 2.25.9
2023-10-15 02:45:38 +02:00
Nico Jensch
0938648544
ananicy-rules-cachyos: unstable-2023-06-28 -> unstable-2023-10-11 2023-10-14 09:39:29 +02:00
github-actions[bot]
4da0322a88
Merge staging-next into staging 2023-10-12 12:02:01 +00:00
Alyssa Ross
1bb67a90ba
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/python-modules/bambi/default.nix
	pkgs/development/python-modules/jaxopt/default.nix
2023-10-12 09:08:12 +00:00
Anderson Torres
fcf47b6740 base16-shell-preview: migrate to by-name 2023-10-11 23:42:04 -03:00
Anderson Torres
690f5d4a10 xscreensaver: migrate to by-name 2023-10-11 23:42:04 -03:00
Anderson Torres
c68e9ecaff scimark: migrate to by-name 2023-10-11 23:42:04 -03:00
Anderson Torres
9617989334 sound-of-sorting: update
- add meta.mainProgram
- migrate to by-name
2023-10-11 23:42:04 -03:00
R. Ryantm
2b367ecd33 lilypond-unstable: 2.25.8 -> 2.25.9 2023-10-11 00:26:31 +00:00
github-actions[bot]
2e97a3af0d
Merge staging-next into staging 2023-10-11 00:02:39 +00:00
Fabián Heredia Montiel
d676e059d7 Merge remote-tracking branch 'origin/master' into staging-next 2023-10-10 15:07:12 -06:00
Legion Orsetti
da359b9289 vencord: 1.5.5 -> 1.5.6 2023-10-10 22:23:09 +02:00
github-actions[bot]
f1a87e41ca
Merge staging-next into staging 2023-10-09 00:03:06 +00:00
github-actions[bot]
2df946c4bd
Merge master into staging-next 2023-10-09 00:02:27 +00:00
Randy Eckenrode
26f624d940
dxvk: migrate to by-name 2023-10-08 16:10:33 -04:00
Alyssa Ross
182718fecc
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/top-level/linux-kernels.nix
2023-10-07 19:52:18 +00:00
Vincenzo Mantova
9824aa47a5 sagetex: use new tex package structure 2023-10-07 18:49:19 +01:00
Jan Tojnar
76a7aa445a Merge branch 'master' into staging-next
Conflicts:
- pkgs/development/python-modules/xdot/default.nix
  between 2f244e3647 and 1a9a257cf7
2023-10-06 23:18:00 +02:00
Mario Rodas
3ebb2e6665
Merge pull request #258809 from fwam/vencord
vencord: 1.5.3 -> 1.5.5
2023-10-06 08:50:31 -05:00
Legion Orsetti
86d6401d3e
vencord: 1.5.3 -> 1.5.5 2023-10-06 10:29:49 +02:00
github-actions[bot]
7017e013bf
Merge staging-next into staging 2023-10-05 12:02:16 +00:00
Alyssa Ross
a838aa244f
Merge remote-tracking branch 'origin/master' into staging-next
The hash for pytensor is not correct, but that's also the case in
master, so a merge commit isn't the place to fix it.

Conflicts:
	pkgs/development/python-modules/faadelays/default.nix
	pkgs/development/python-modules/pytensor/default.nix
	pkgs/tools/admin/rset/default.nix
2023-10-05 08:02:48 +00:00
Anderson Torres
a78b6f3272 scrcpy: remove lukeadams from meta.maintainers 2023-10-04 22:20:58 -03:00
Anderson Torres
492414af5f treewide: remove cstrahan from meta.maintainers - part 1
All the packages here are now orphaned.
2023-10-04 22:20:58 -03:00
Maximilian Bosch
8bc5104a6e
treewide: refactor .attrs.sh detection
When specifying the `builder` attribute in `stdenv.mkDerivation`, this
will be effectively transformed into

    builtins.derivation {
      builder = stdenv.shell;
      args = [ "-e" builder ];
    }

This also means that `default-builder.sh` is never sourced and as a
result it's not guaranteed that `$NIX_ATTRS_SH_FILE` is set to a correct
location[1].

Also, we need to source `.attrs.sh` to source `$stdenv`. So, the
following is done now:

* If `$NIX_ATTRS_SH_FILE` points to a correct location, then use it.
  Directly using `.attrs.sh` is problematic for `nix-shell(1)` usage
  (see previous commit for more context), so prefer the environment
  variable if possible.

* Otherwise, if `.attrs.sh` exists, then use it. See [1] for when this
  can happen.

* If neither applies, it can be assumed that `__structuredAttrs` is
  turned off and thus nothing needs to be done.

[1] It's possible that it doesn't exist at all - in case of Nix 2.3 or
    it can point to a wrong location on older Nix versions with a bug in
    `__structuredAttrs`.
2023-10-04 18:36:57 +02:00
Weijia Wang
0eb4c474a0 Merge branch 'master' into staging-next 2023-10-01 03:08:16 +02:00
Weijia Wang
fbfb2eb37f
Merge pull request #258110 from wegank/lilypond-unstable-bump
lilypond-unstable: 2.25.7 -> 2.25.8
2023-10-01 00:17:24 +02:00
Weijia Wang
85f79c13e2 lilypond-unstable: 2.25.7 -> 2.25.8 2023-09-30 01:05:58 +02:00
github-actions[bot]
50751b0602
Merge master into staging-next 2023-09-29 18:00:55 +00:00
Artturi
780adc2e33
Merge pull request #257807 from r-ryantm/auto-update/flashfocus 2023-09-29 19:28:33 +03:00
github-actions[bot]
bd2b03a095
Merge master into staging-next 2023-09-28 18:00:54 +00:00
Thiago Kenji Okada
a77c2b2177
Merge pull request #257701 from fwam/vencord
vencord: 1.4.7 -> 1.5.3
2023-09-28 15:07:27 +01:00
R. Ryantm
523c14df11 flashfocus: 2.4.0 -> 2.4.1 2023-09-28 09:33:50 +00:00
Legion Orsetti
17009f3ff7
vencord: 1.4.7 -> 1.5.3 2023-09-28 11:09:59 +02:00
Vladimír Čunát
8041851753
Merge #256378: cups: 2.4.6 -> 2.4.7
...into staging
2023-09-27 13:03:35 +02:00
Vladimír Čunát
93c0a7c196
Merge #254240: ghostscript: 10.01.2 -> 10.02.0
...into staging
2023-09-27 12:43:22 +02:00
github-actions[bot]
9a4dae4abd
Merge master into staging-next 2023-09-27 06:01:00 +00:00
Artturi
54de1010e7
Merge pull request #257139 from Artturin/flashfocusupd 2023-09-27 08:26:18 +03:00
github-actions[bot]
3bfcfd7eef
Merge master into staging-next 2023-09-26 06:01:00 +00:00
Artturin
9f78b12f14 flashfocus: use python3Packages 2023-09-25 00:27:26 +03:00
Artturin
bed792a175 flashfocus: 2.3.1 -> 2.4.0 2023-09-25 00:25:16 +03:00
R. Ryantm
00e1294414 urbit: 2.11 -> 2.12 2023-09-24 03:50:23 +00:00
github-actions[bot]
ab2ecc25c1
Merge master into staging-next 2023-09-23 18:00:59 +00:00
R. Ryantm
949e9c666d dxvk_2: 2.2 -> 2.3 2023-09-23 09:11:16 +00:00
Yaya
50bf74d608 cups: 2.4.6 -> 2.4.7
https://github.com/OpenPrinting/cups/releases/tag/v2.4.7

Fixes CVE-2023-4504
2023-09-20 21:00:09 +00:00
R. Ryantm
570afebd1b jitsi-meet-prosody: 1.0.6943 -> 1.0.7531 2023-09-20 13:05:44 +00:00
Robert Scott
4d2b986d7e ghostscript: 10.01.2 -> 10.02.0 2023-09-18 20:31:13 +01:00
github-actions[bot]
3c56b929c1
Merge master into staging-next 2023-09-18 06:01:00 +00:00
Legion Orsetti
b6ae95f74b
vencord: 1.4.6 -> 1.4.7 2023-09-17 22:10:59 +02:00
github-actions[bot]
d2fdbb7e40
Merge master into staging-next 2023-09-17 18:00:59 +00:00
Elis Hirwing
c3b9ae0547
platformsh: 3.79.2 -> 4.10.0
Also:
- Follow the rename of the repository
- Switch to the new composer builder
2023-09-17 15:07:02 +02:00
Raito Bezarius
32104c2fec ubootTools: add efivar.py as a tool
`efivar.py` enable a user to manipulate the EFI variable store on disk
that U-Boot uses.

This is useful to prepare a SecureBoot set of variables that can be seeded
inside of U-Boot directly if you do not have a proper OP-TEE on your platform.
2023-09-16 04:04:06 +02:00
Raito Bezarius
50c6120a3e buildUBoot: supports Python scripts with their own environment
Sometimes, U-Boot has interesting Python scripts in tools/, the issue is
that they rely on implicit dependencies described by their code itself.

For this, we offer an attribute set-style option to install Python scripts
with specific dependencies.

For example, you could do `pythonScriptsToInstall."tools/efivar.py" = python3.withPackages (ps: [ ps.pyopenssl ]);`
which will be added in a next PR.
2023-09-16 04:02:56 +02:00
github-actions[bot]
757197a9df
Merge staging-next into staging 2023-09-12 12:01:40 +00:00
github-actions[bot]
92f41becba
Merge master into staging-next 2023-09-12 12:01:13 +00:00
Matthias Beyer
b74826751e
Merge pull request #252120 from sbancuz/patch-1
tmuxPlugins.catppuccin: unstable-2023-07-15 -> unstable-2023-08-21
2023-09-12 11:16:09 +02:00
Robert Scott
c45a792653 ghostscript.tests.test-corpus-render: unstable-2022-12-01 -> unstable-2023-05-19 2023-09-09 14:23:41 +01:00
Yureka
ef69e91c60 Merge branch 'waf-cross' of https://github.com/atorres1985-contrib/nixpkgs into HEAD 2023-09-09 08:27:19 +02:00
github-actions[bot]
9df0a1c6a2
Merge staging-next into staging 2023-09-08 18:01:25 +00:00
github-actions[bot]
87ae839e33
Merge master into staging-next 2023-09-08 18:00:54 +00:00
Sandro Jäckel
fccf04b620 treewide: replace -DCMAKE_BUILD_TYPE in cmakeFlags with cmakeBuildType 2023-09-08 14:18:26 +00:00
Weijia Wang
db76ee42c2 jack-example-tools: add darwin support 2023-09-08 15:48:38 +02:00
pennae
6054951ae5
Merge pull request #253299 from pennae/jack-tools
jack-example-tools: init at 4
2023-09-08 15:23:25 +02:00
Artturi
6946977de0
Merge pull request #252874 from atorres1985-contrib/waf-cross 2023-09-07 21:39:12 +03:00
u2x1
91281e7f6b cups-brother-hl2260d: init at 3.2.0-1 2023-09-07 11:46:26 +08:00
github-actions[bot]
204bfce523
Merge staging-next into staging 2023-09-07 00:02:49 +00:00
Weijia Wang
1d9eef8230
Merge pull request #253726 from reckenrode/jack2-fix
jack2: fix build on Darwin
2023-09-07 01:06:20 +02:00
Randy Eckenrode
b54560e818
jack2: fix build on Darwin
jack_control requires dbus, which isn’t enabled on Darwin.
2023-09-06 18:18:15 -04:00
Weijia Wang
85f699cc49
Merge pull request #252536 from r-ryantm/auto-update/ananicy-cpp
ananicy-cpp: 1.1.0 -> 1.1.1
2023-09-06 20:43:57 +02:00
Anderson Torres
e24107b347 treewide: convert configureFlags to wafConfigureFlags when appropriate 2023-09-06 10:41:28 -03:00
Anderson Torres
f2f9262b92 treewide: waf.hook -> wafHook 2023-09-06 10:41:28 -03:00
github-actions[bot]
0ade538ea0
Merge staging-next into staging 2023-09-06 12:01:43 +00:00
Sefa Eyeoglu
42c980d37e
vencord: 1.4.5 -> 1.4.6
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-09-06 08:32:16 +02:00
github-actions[bot]
bcf3e3f1c8
Merge staging-next into staging 2023-09-06 00:02:28 +00:00
github-actions[bot]
72eff9fe5d
Merge master into staging-next 2023-09-06 00:01:57 +00:00
Weijia Wang
5dd48605da
Merge pull request #253435 from r-ryantm/auto-update/lilypond-unstable
lilypond-unstable: 2.25.6 -> 2.25.7
2023-09-05 21:11:44 +02:00
github-actions[bot]
ef86dbfb77
Merge staging-next into staging 2023-09-05 18:01:40 +00:00
github-actions[bot]
e1394695ec
Merge master into staging-next 2023-09-05 18:01:03 +00:00
Yarny0
22ee1b2f27
foomatic-db: unstable-2023-08-02 -> unstable-2023-09-02 (#253424)
Adds approx. 30 ppd files for Ricoh printers.
2023-09-05 19:19:05 +02:00
Emily
410b1ef7b3
Merge pull request #251772 from SebTM/update/betterlockscreen_v410
betterlockscreen: 4.0.4 -> 4.2.0
2023-09-05 18:46:21 +02:00
R. Ryantm
5b1dcdf16a lilypond-unstable: 2.25.6 -> 2.25.7 2023-09-05 14:20:58 +00:00
Luca Bancale
5054051144 tmuxPlugins.catppuccin: unstable-2023-07-15 -> unstable-2023-08-21
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-09-04 21:12:18 +02:00
pennae
9ee9dfac22 jack-example-tools: init at 4 2023-09-04 20:49:55 +02:00
github-actions[bot]
44715fd080
Merge staging-next into staging 2023-09-04 00:02:52 +00:00
github-actions[bot]
74e8abecf8
Merge master into staging-next 2023-09-04 00:02:13 +00:00
Sebastian Sellmeier
bc6d8df46e
betterlockscreen: 4.0.4 -> 4.2.0 2023-09-04 01:22:54 +02:00
Robert Schütz
c74b2d590c
Merge pull request #251646 from dotlambda/zeyple-gpgme
zeyple: use python3Packages.gpgme
2023-09-03 19:35:10 +00:00
github-actions[bot]
56d6f06bb1
Merge staging-next into staging 2023-09-03 18:01:33 +00:00
github-actions[bot]
b6f9cf5799
Merge master into staging-next 2023-09-03 18:01:01 +00:00
R. Ryantm
a69d10620b fastly: 10.3.0 -> 10.4.0 2023-09-03 11:15:36 +00:00
github-actions[bot]
c4a2f8dfca
Merge staging-next into staging 2023-09-02 00:02:45 +00:00
github-actions[bot]
14f4a764c5
Merge master into staging-next 2023-09-02 00:02:17 +00:00
Weijia Wang
de2b83d241
Merge pull request #250433 from kashw2/calaos_installer
calaos_installer: 3.5 -> 3.11
2023-09-01 23:23:26 +02:00
github-actions[bot]
77fcf6144a
Merge staging-next into staging 2023-09-01 18:01:21 +00:00
github-actions[bot]
ea5959eb56
Merge master into staging-next 2023-09-01 18:00:57 +00:00
Artturi
e69ddc18f7
Merge pull request #250668 from arcnmx/xss-mainProgram 2023-09-01 18:56:14 +03:00
Anderson Torres
9f52275e52 treewide: change wafConfigureFlags to configureFlags
Because it makes no sense to treat it differently.
2023-09-01 15:21:21 +00:00
R. Ryantm
be7ba21194 ananicy-cpp: 1.1.0 -> 1.1.1 2023-08-31 10:25:46 +00:00
github-actions[bot]
2296693f8e
Merge staging-next into staging 2023-08-29 18:01:29 +00:00
Shawn8901
a917cde4aa beep: add meta.mainProgam 2023-08-29 13:54:27 +02:00
github-actions[bot]
b8e25ae0b1
Merge staging-next into staging 2023-08-29 00:02:42 +00:00
Artturi
64f29b82d0
Merge pull request #251947 from uninsane/pr-cross-brightnessctl
brightnessctl: support cross compilation
2023-08-29 01:25:10 +03:00
Colin
c7dce3df8c brightnessctl: support cross compilation 2023-08-28 10:33:53 +00:00
Robert Schütz
c82aaab4ec zeyple: use python3Packages.gpgme 2023-08-26 10:55:57 -07:00
Anderson Torres
11b910d8c7 jackaudio: change wafHook to waf.hook 2023-08-26 13:12:09 +00:00
github-actions[bot]
aca4db1ea6
Merge staging-next into staging 2023-08-26 12:01:34 +00:00
github-actions[bot]
4cdbb53d13
Merge master into staging-next 2023-08-26 12:01:05 +00:00
github-actions[bot]
20a2aa3b80
Merge staging-next into staging 2023-08-26 06:01:31 +00:00
github-actions[bot]
7acb56e802
Merge master into staging-next 2023-08-26 06:00:59 +00:00
Vanilla
13fe5cbd8f
auditbeat7: init 2023-08-26 13:28:06 +08:00
Janne Heß
3aadd2daf2 lilypond: 2.24.1 -> 2.24.2 2023-08-25 21:35:30 -05:00
github-actions[bot]
1e8752fccc
Merge staging-next into staging 2023-08-25 12:01:48 +00:00
github-actions[bot]
8680fe99a1
Merge master into staging-next 2023-08-25 12:01:24 +00:00
Pierre Bourdon
1d570ff75e
Merge pull request #250418 from Scrumplex/vencord-1.4.5
vencord: 1.3.4 -> 1.4.5
2023-08-25 11:19:11 +02:00
github-actions[bot]
8088a97067
Merge staging-next into staging 2023-08-24 06:01:45 +00:00
github-actions[bot]
a451dcf514
Merge master into staging-next 2023-08-24 06:01:14 +00:00
nicoo
74482c9d6a vlock: Set meta.mainProgram 2023-08-23 21:35:42 +00:00
arcnmx
1ca53897a2 xss-lock: add meta.mainProgram
See #246386
2023-08-23 09:33:29 -07:00
Sefa Eyeoglu
cc8283b5c4
vencord: 1.3.4 -> 1.4.5
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-08-23 11:46:31 +02:00
Doron Behar
c121c5f0fa
Merge pull request #218561 from lf-/jade/ubootTools-man
ubootTools: add man pages
2023-08-23 09:43:19 +00:00
kashw2
f7289e6e80 calaos_installer: 3.5 -> 3.11 2023-08-21 08:48:05 +10:00
Robert Scott
0811b58e72
Merge pull request #250030 from r-ryantm/auto-update/libjack2
libjack2: 1.9.19 -> 1.9.22
2023-08-20 18:35:00 +01:00
Mario Rodas
132cc024af
Merge pull request #249577 from ereslibre/bump-fastly
fastly: 10.2.4 -> 10.3.0
2023-08-20 01:05:52 -05:00
R. Ryantm
1260276f1a libjack2: 1.9.19 -> 1.9.22 2023-08-18 21:00:59 +00:00
Maximilian Bosch
b9db7913da
Merge pull request #249945 from r-ryantm/auto-update/wiki-tui
wiki-tui: 0.8.0 -> 0.8.2
2023-08-18 17:24:52 +02:00
R. Ryantm
5f10cd9922 wiki-tui: 0.8.0 -> 0.8.2 2023-08-18 12:09:21 +00:00
sternenseemann
b1981b02e1 arm-trusted-firmware.armTrustedFirmwareTools: remove CC_FOR_BUILD
As explained in the new comment, we trick the build system here to build
its build tools for the host platform. To make this even more foolproof
/ reliable, stop adding CC_FOR_BUILD to the environment, so there can be
no mix up.
2023-08-17 09:57:18 +02:00
sternenseemann
994fcd68b9 arm-trusted-firmware: tell Makefile abt arm-embedded's targetPrefix
Some of the firmware requires an arm-embedded toolchain to be in PATH.
The Makefile offers a similar mechanism to CROSS_COMPILE for letting it
know what naming scheme is used for the accompanying tools.
2023-08-17 09:57:18 +02:00
sternenseemann
2fa0422405 arm-trusted-firmware: set HOSTCC to CC_FOR_BUILD
arm-trusted-firmware assumes that HOSTCC is `gcc` which is not
necessarily the case.
2023-08-17 09:57:18 +02:00
Rafael Fernández López
a2342f740a
fastly: 10.2.4 -> 10.3.0 2023-08-16 19:25:22 +02:00
Pol Dellaiera
ec6398fc2f
Merge pull request #245727 from jaduff/fflinuxprint
fflinuxprint: init at 1.1.3-4
2023-08-16 17:04:52 +02:00
James Duff
5cfd2d03aa
fflinuxprint: init at 1.1.3-4 2023-08-16 16:22:26 +02:00
Matthias Beyer
3d1703e576
treewide: add matthiasbeyer to a bunch of packages (#248566) 2023-08-11 18:41:21 -04:00
Jan Malakhovski
494522a2a4
treewide: noop: refer to src.name or similar in sourceRoot where appropriate, part 4: leftovers (#248528)
This continues where eaafc0f7eabfcc7dfea4387d98dcb9881e12755e.
2023-08-11 21:39:00 +02:00
Norbert Melzer
960b8c5ce7 betterlockscreen: provide meta.mainProgram 2023-08-10 09:00:54 +02:00
Raja Bhatia
45974254b7
tmuxPlugins.dracula: v2.1.0 -> v2.2.0 2023-08-08 16:01:33 -04:00
Vladimír Čunát
41c7605718
Merge #245935: staging-next 2023-07-28 2023-08-08 07:33:42 +02:00
Gerg-L
5ec1939e0f xautolock: Add meta.mainProgram and remove rec 2023-08-07 20:52:39 -04:00
github-actions[bot]
462b4c7567
Merge master into staging-next 2023-08-07 18:01:16 +00:00
Weijia Wang
e8ff79301e
Merge pull request #246627 from wegank/fxlinuxprint-src-2
fxlinuxprint{,util}: fix src again
2023-08-07 14:50:08 +02:00
github-actions[bot]
c90f3611dc
Merge master into staging-next 2023-08-06 00:02:21 +00:00
Mario Rodas
e5118ecb6a
Merge pull request #247084 from gaelreyrol/moonfire-nvr-0.7.7
moonfire-nvr: 0.7.6 -> 0.7.7
2023-08-05 14:01:27 -05:00
github-actions[bot]
3af9469ebd
Merge master into staging-next 2023-08-04 18:01:05 +00:00
Artturi
e5e916dfd5
Merge pull request #247113 from Scrumplex/various-mainProgram 2023-08-04 18:26:05 +03:00
Sefa Eyeoglu
112c8c3b11
brightnessctl: set mainProgram
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-08-04 14:55:12 +02:00
Weijia Wang
6eccbaa3b1 lilypond: pin guile_2_2 2023-08-04 11:55:25 +02:00
Gaël Reyrol
38709fbe22
moonfire-nvr: 0.7.6 -> 0.7.7 2023-08-04 09:24:54 +02:00
github-actions[bot]
83383ab4a5
Merge master into staging-next 2023-08-04 06:01:21 +00:00
Yarny0
06e3b76b81 foomatic-db: unstable 2023-06-30 -> 2023-08-02
Just switches the driver of the `NRG` printer `IM C2510`.
2023-08-03 20:15:51 +02:00
github-actions[bot]
f4d61a2542
Merge master into staging-next 2023-08-02 18:01:18 +00:00
Pol Dellaiera
4bd4ba13f8
Merge pull request #227947 from NickCao/uboot
uboot: 2023.01 -> 2023.07
2023-08-02 17:38:25 +02:00
Weijia Wang
f09adcd957 fxlinuxprint{,util}: fix src again 2023-08-01 21:07:25 +02:00
Marco Vergueira
b4c4f471a6 dcp375cw{lpr,-cupswrapper}: init at 1.1.3 2023-07-31 20:27:24 +01:00
Jade Lovelace
614b63922b ubootTools: add man pages
As far as I can tell, there are no makefile targets to install these, or
anything like that, so we have to do it by hand.

This adds man pages for dumpimage, kwboot, mkeficapsule, and mkimage.
There are no man pages in other sections than 1.
2023-07-30 14:27:23 -07:00
Martin Weinelt
167f6dfee4
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/libraries/science/astronomy/cfitsio/default.nix
2023-07-30 03:54:27 +02:00
Rafael Fernández López
0b4560b9ff
fastly: 10.2.3 -> 10.2.4 2023-07-29 08:51:16 +02:00
Vladimír Čunát
082459bef3
Merge #245228: libjack2: fix cross compilation
...into staging
2023-07-26 18:56:32 +02:00
Mika Tammi
69d67d04e1
libjack2: fix cross compilation
Signed-off-by: Mika Tammi <mika.tammi@unikie.com>
2023-07-26 17:59:34 +03:00
Sandro
d0a7ba022e
Merge pull request #243261 from gaelreyrol/moonfire-nvr-init-0.7.6
moonfire-nvr: init at 0.7.6
2023-07-25 00:52:47 +02:00
Nikolay Korotkiy
8f23952d55
Merge pull request #245113 from sikmir/opcua-client-gui
opcua-client-gui: enable on darwin
2023-07-24 21:10:42 +04:00
Gaël Reyrol
045220244e
moonfire-nvr: init at 0.7.6 2023-07-24 16:57:39 +02:00
Nikolay Korotkiy
fb9dba73f3
opcua-client-gui: enable on darwin 2023-07-24 10:36:32 +04:00
github-actions[bot]
6afe543aec
Merge master into staging-next 2023-07-23 18:01:33 +00:00
R. Ryantm
cc2b98ec45 wiki-tui: 0.7.0 -> 0.8.0 2023-07-23 03:31:21 +00:00
github-actions[bot]
86a73bdb86
Merge master into staging-next 2023-07-23 00:02:31 +00:00
Rafael Fernández López
dec7d29544
fastly: 10.2.2 -> 10.2.3 2023-07-22 17:48:51 +02:00
Tobias Mayer
ba2ce6e73b
various packages: pin boost179
Taken from PR #244831 and vcunat amended the miopen override.
2023-07-22 16:54:22 +02:00
Nick Cao
d3185b8a56
Merge pull request #244355 from wineee/opensbi
opensbi: 1.3 -> 1.3.1
2023-07-19 16:41:49 -06:00
rewine
c64b665672
opensbi: 1.3 -> 1.3.1
https://github.com/riscv-software-src/opensbi/compare/v1.3...v1.3.1
2023-07-19 22:05:39 +08:00
Alexandre Acebedo
44be05fa15 tmuxPlugins.tmux-fzf: unstable-2022-08-02 -> unstable-2023-07-06 2023-07-18 19:03:07 +02:00
Weijia Wang
f2e7226efd
Merge pull request #243974 from r-ryantm/auto-update/xlockmore
xlockmore: 5.71 -> 5.72
2023-07-18 10:30:25 +03:00
Hugh O'Brien
2fd1640d60 urbit: 2.10 -> 2.11 2023-07-17 11:02:12 -04:00
R. Ryantm
2bc8183744 xlockmore: 5.71 -> 5.72 2023-07-17 13:18:41 +00:00
Sandro Jäckel
98686c14dc
scrcpy: make server display nicer in nix store diff-closure
Before it was displayed as:
scrcpy-server-v2.1: ε → ∅, -55.7 KiB
scrcpy-server-v2.1.1: ∅ → ε, +55.8 KiB

Now the version number is correct:
scrcpy-server: ∅ → 2.1.1, +55.8 KiB
2023-07-16 19:33:13 +02:00
Sandro
9572f73ced
Merge pull request #243692 from jnsgruk/tmux-catppuccin
tmuxPlugins.catppuccin: unstable-2022-04-03 -> unstable-2023-07-15
2023-07-16 15:34:03 +02:00
Artturi
d1abbbd9b6
Merge pull request #242309 from Artturin/ananicyextraxadd 2023-07-16 00:43:45 +03:00
Jon Seager
a223c2ac27
tmuxPlugins.catppuccin: unstable-2022-04-03 -> unstable-2023-07-15 2023-07-15 18:59:03 +01:00
Vladimír Čunát
3368e885d8
Merge #241951: staging-next 2023-07-06 2023-07-15 19:51:30 +02:00
Artturi
f37355f43d
Merge pull request #242331 from Artturin/ananicycppupda 2023-07-15 20:24:43 +03:00
Vladimír Čunát
bc263d91ce
Merge #243316: ghostscript: 10.01.1 -> 10.01.2
..into staging-next.  This is a topologically earlier re-merge,
as it seems fairly important security fix and not that huge rebuild.
2023-07-15 14:21:07 +02:00
github-actions[bot]
2a22bb7087
Merge master into staging-next 2023-07-15 06:01:19 +00:00
Harsh Shandilya
7e9f41c295
scrcpy: 2.1 -> 2.1.1
Diff: https://github.com/Genymobile/scrcpy/compare/v2.1...v2.1.1
2023-07-15 03:08:18 +05:30
github-actions[bot]
9905fde3a5
Merge master into staging-next 2023-07-14 00:02:39 +00:00
José Romildo Malaquias
fa32e3cbae
Merge pull request #241532 from james-atkins/epsonscan2
epsonscan2: init at 6.7.61.0
2023-07-13 21:01:57 -03:00
Artturin
0a7693d9af ananicy-cpp: 1.0.2 -> 1.1.0
had to use clangStdenv because
/nix/store/1qa12idg59nlxjjdrw4hfyxdkhfd3nrq-clang-wrapper-11.1.0/bin/ar: CMakeFiles/ananicy_cpp_bpf_c.dir/src/bpf_program_utils.c.o: plugin needed to handle lto object
ananicy-cpp> /nix/store/1qa12idg59nlxjjdrw4hfyxdkhfd3nrq-clang-wrapper-11.1.0/bin/ranlib: libananicy_cpp_bpf_c.a(bpf_program_utils.c.o): plugin needed to handle lto object
ananicy-cpp> [100%] Linking CXX executable ananicy-cpp
ananicy-cpp> /nix/store/zsvpmlddl2i5mpzm031a99xfpn410m5b-binutils-2.40/bin/ld: /build/cchtSHrR.ltrans5.ltrans.o: in function `ProcessQueue::stop()':
ananicy-cpp> <artificial>:(.text+0x2274): undefined reference to `destroy_bpf_program'
ananicy-cpp> /nix/store/zsvpmlddl2i5mpzm031a99xfpn410m5b-binutils-2.40/bin/ld: /build/cchtSHrR.ltrans5.ltrans.o: in function `ProcessQueue::init()':
ananicy-cpp> <artificial>:(.text+0x8460): undefined reference to `initialize_bpf_program'
ananicy-cpp> /nix/store/zsvpmlddl2i5mpzm031a99xfpn410m5b-binutils-2.40/bin/ld: <artificial>:(.text+0x846c): undefined reference to `bpf_program_init_events'
ananicy-cpp> /nix/store/zsvpmlddl2i5mpzm031a99xfpn410m5b-binutils-2.40/bin/ld: <artificial>:(.text+0x8486): undefined reference to `destroy_bpf_program'
ananicy-cpp> /nix/store/zsvpmlddl2i5mpzm031a99xfpn410m5b-binutils-2.40/bin/ld: /build/cchtSHrR.ltrans5.ltrans.o: in function `std:🧵:_State_impl<std:🧵:_Invoker<std::tuple<ProcessQueue::start()::{lambda(std::stop_token const&)#1}, std::stop_token> > >::_M_run() [clone .lto_priv.0]':
ananicy-cpp> <artificial>:(.text+0x861d): undefined reference to `destroy_bpf_program'
ananicy-cpp> collect2: error: ld returned 1 exit status
ananicy-cpp> make[2]: *** [CMakeFiles/ananicy-cpp.dir/build.make:325: ananicy-cpp] Error 1
ananicy-cpp> make[1]: *** [CMakeFiles/Makefile2💯 CMakeFiles/ananicy-cpp.dir/all] Error 2
ananicy-cpp> make: *** [Makefile:136: all] Error 2
2023-07-14 02:49:23 +03:00
Samae
cd5749c5b0 ghostscript: 10.01.1 -> 10.01.2
Minor update to counter CVE-2023-36664

Closes #243250
2023-07-14 00:53:43 +03:00
Mauricio Collares
e2622eee41
Merge pull request #242466 from risicle/ris-fortify3-disable-various
disable `fortify3` hardening flag on various packages
2023-07-12 13:49:08 +01:00
Nick Cao
68e6a47ce7
uboot: 2023.04 -> 2023.07.02 2023-07-12 09:09:12 +08:00
github-actions[bot]
c7f86a0032
Merge master into staging-next 2023-07-12 00:02:37 +00:00
Pol Dellaiera
f16bb175ab
Merge pull request #242886 from reckenrode/dxvk-update
dxvk: 2.1 -> 2.2
2023-07-11 23:28:48 +02:00
Randy Eckenrode
1e4e27a99f
dxvk: move Darwin detection to the wrapper package 2023-07-11 11:23:32 -06:00
Randy Eckenrode
a8bb233a09
dxvk: 2.1 -> 2.2
https://github.com/doitsujin/dxvk/releases/tag/v2.2
2023-07-11 11:12:36 -06:00
Randy Eckenrode
d532dbefb9
dxvk: add an update script 2023-07-11 11:09:20 -06:00
github-actions[bot]
d25c057844
Merge master into staging-next 2023-07-11 06:01:13 +00:00
Nick Cao
d4ffd4aa09
ubootRock{,Pro}64: drop extraMakeFlags as the u-boot.itb target has been removed 2023-07-11 10:41:57 +08:00
Nick Cao
485141130e
uboot: add pyelftools to nativeBuildInputs as it is now required for boards that us binman 2023-07-11 10:41:57 +08:00
Nick Cao
7c9da3ef2f
uboot: 2023.01 -> 2023.04 2023-07-11 10:41:56 +08:00
Vladimír Čunát
fb7cc1a4e7
Merge #240840: cups: 2.4.5 -> 2.4.6
...into staging-next, i.e. this will come to nixpkgs master earlier
than the first merge of the PR in commit 2386a5ec6e.
2023-07-10 08:50:52 +02:00
Florian Brandes
49148a3f7f
seafile-{shared/client}: 9.0.2 -> 9.0.3
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2023-07-10 08:41:44 +02:00
github-actions[bot]
09bdd38107
Merge master into staging-next 2023-07-10 00:02:30 +00:00
Sandro
1ffc00aa22
Merge pull request #242178 from wackbyte/bump-vencord
vencord: 1.2.8 -> 1.3.4
2023-07-09 23:56:18 +02:00
Robert Scott
bf5598072e beep: disable fortify3 hardening flag 2023-07-09 21:14:18 +01:00
github-actions[bot]
a52559d1f6
Merge master into staging-next 2023-07-09 06:01:18 +00:00
Anderson Torres
4aff21f203 sound-of-sorting: refactor
- Move camelCase name to aliases
2023-07-08 23:17:28 -03:00
Artturin
1b1f25312d ananicy: unstable-2021-11-05 -> unstable-2023-03-21
type's were renamed so this will break some user rules
2023-07-09 00:58:05 +03:00
Artturin
7b0df0c042 ananicy-cpp-rules: init at unstable-2023-06-28 2023-07-09 00:58:05 +03:00
wackbyte
79ceb03e03
vencord: 1.2.8 -> 1.3.4 2023-07-08 15:47:23 -04:00
github-actions[bot]
da44aac0b1
Merge master into staging-next 2023-07-07 12:01:26 +00:00
R. Ryantm
a60989cbc9 armTrustedFirmwareTools: 2.8 -> 2.9.0 2023-07-06 05:23:28 +00:00
github-actions[bot]
007ab6fb2f
Merge staging-next into staging 2023-07-05 12:02:05 +00:00
R. Ryantm
14f42104c2 lilypond-unstable: 2.25.5 -> 2.25.6 2023-07-05 10:45:24 +00:00
James Atkins
57712bcec3 epsonscan2: init at 6.7.61.0
Add the Epson Scan 2 scanning utility and drivers, with optional
non-free plugins .

Fixes #207853
2023-07-04 13:36:15 -05:00
github-actions[bot]
61abd839c4
Merge staging-next into staging 2023-07-03 06:01:59 +00:00
Nick Cao
2f01f80c92
Merge pull request #241048 from Yarny0/foomatic-db
foomatic-db: unstable 2023-03-30 -> 2023-06-30
2023-07-03 13:52:08 +08:00
Nick Cao
ff017b9952
opensbi: 1.2 -> 1.3
Diff: https://github.com/riscv-software-src/opensbi/compare/v1.2...v1.3
2023-07-02 08:46:01 +08:00
Yarny0
610f826d4a foomatic-db: unstable 2023-03-30 -> 2023-06-30
Adds approx. 60 ppd files for printers from
Gestetner, NRG and Ricoh.
2023-07-01 21:55:36 +02:00
github-actions[bot]
9eb0f0ed3a
Merge staging-next into staging 2023-07-01 06:01:38 +00:00
R. Ryantm
e4a1b664ea cups: 2.4.5 -> 2.4.6 2023-07-01 03:00:17 +00:00
R. Ryantm
b800b9c509 urbit: 2.9 -> 2.10 2023-06-30 12:35:49 +00:00
github-actions[bot]
f6242f9557
Merge staging-next into staging 2023-06-30 00:03:00 +00:00
Sandro
bc8aa1cdb0
Merge pull request #216063 from Stunkymonkey/source-and-tags-phases 2023-06-29 16:23:35 +02:00
github-actions[bot]
c5b82a046f
Merge staging-next into staging 2023-06-28 18:01:51 +00:00
Doron Behar
2822d3ef07
Merge pull request #202089 from GenericNerdyUsername/lssecret
lssecret: init at `722013dc`
2023-06-28 12:17:09 +00:00
Vincenzo Mantova
67bf09ea95 ghostscript: fix dynamic linking of gsx on darwin 2023-06-26 23:12:31 +01:00
github-actions[bot]
f04cfae48a
Merge master into staging-next 2023-06-26 12:01:27 +00:00
Janik
7568fbf2d4
Merge pull request #223575 from MGlolenstine/seafile-client 2023-06-26 12:50:20 +02:00
MGlolenstine
ecb8485514 seafile-shared: 8.0.3 -> 9.0.2 2023-06-26 12:08:02 +02:00
github-actions[bot]
054d9759ed
Merge master into staging-next 2023-06-26 00:02:44 +00:00
Harsh Shandilya
65dc76518a
scrcpy: 2.0 -> 2.1 2023-06-25 23:40:42 +05:30
github-actions[bot]
36bd3b4559
Merge master into staging-next 2023-06-25 06:01:15 +00:00
Nick Cao
1485d7bae8
Merge pull request #239578 from Scrumplex/vencord-disable-updater
vencord: Disable Updater
2023-06-25 12:18:22 +08:00
github-actions[bot]
b633dddac4
Merge master into staging-next 2023-06-24 18:01:04 +00:00
Sefa Eyeoglu
1410783ff5
vencord: set standalone build mode
This tells Vencord that it is not installed using its Git installation
method. Currently this doesn't do anything, as the only consumer of this
value is the updater code, that has been effectively disabled using a
patch.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-06-24 14:28:03 +02:00
Sefa Eyeoglu
de1624865f
vencord: fix version number patch
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-06-24 14:27:44 +02:00
Sefa Eyeoglu
16ca6c79eb
vencord: disable updater
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-06-24 14:27:27 +02:00
Rafael Fernández López
d6cf4d15f2
fastly: 10.2.0 -> 10.2.2 2023-06-24 13:10:22 +02:00
github-actions[bot]
15a20aee5e
Merge staging-next into staging 2023-06-22 18:01:45 +00:00
Artturi
b6a25058b2
Merge pull request #237580 from james-atkins/utsushi-sane11 2023-06-22 20:51:11 +03:00
James Atkins
b8f05fdfb3 utsushi: fix build with SANE 1.1 and above
Patch utsushi's version checks so it builds with SANE versions 1.1 and
above. It's currently broken on NixOS 23.05.
2023-06-22 10:38:47 -05:00
github-actions[bot]
d74400e7e7
Merge staging-next into staging 2023-06-20 06:02:16 +00:00
Weijia Wang
991c60a231
Merge pull request #238455 from Scrumplex/update-vencord-1.2.8
vencord: 1.2.5 -> 1.2.8
2023-06-20 03:43:23 +03:00
github-actions[bot]
a452e85f10
Merge staging-next into staging 2023-06-19 06:01:47 +00:00
Yureka
3e51c9a04c scrcpy: use adb from android-tools
android-tools is built from source and available on aarch64-linux, while platform tools isn't
2023-06-18 20:37:50 +02:00
Sefa Eyeoglu
a9c9b6280d
vencord: 1.2.5 -> 1.2.8
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-06-18 19:39:56 +02:00
github-actions[bot]
f76683b6c6
Merge staging-next into staging 2023-06-16 12:01:42 +00:00
github-actions[bot]
ddfda1497e
Merge staging-next into staging 2023-06-16 00:02:58 +00:00
Rafael Fernández López
227ae54296
fastly: 10.1.0 -> 10.2.0 2023-06-15 23:17:20 +02:00
Linus Heckemann
7a53daed2a documentation-highlighter: less weird source filter
The expansion into absolute paths caused the filter to reject all the
files in some unusual circumstances (we think it's due to use of a
chroot store). This works reliably no matter where nixpkgs is located.
2023-06-15 12:06:54 -07:00
Weijia Wang
0360f1c569
Merge pull request #236626 from onny/cups-update
cups: 2.4.3 -> 2.4.5
2023-06-14 15:31:17 +03:00
Jonas Heinrich
1ff6509383 cups: 2.4.3 -> 2.4.5
Diff: https://github.com/OpenPrinting/cups/compare/None...v2.4.4
2023-06-14 10:06:58 +02:00
Sergei Trofimovich
b3ab40b9ff
Merge pull request #236598 from trofi/gcc-13-mcfgthreads
pkgsCross.mingwW64.windows.mcfgthreads: add gcc13 compatible version
2023-06-11 18:04:16 +01:00
R. Ryantm
7136944f15 urbit: 2.8 -> 2.9 2023-06-09 15:14:34 +00:00
Sergei Trofimovich
c6132dcf23 pkgsCross.mingwW64.windows.mcfgthreads: add gcc13 compatible version
Upstream `gcc-13` merged `mcfgthreads` support with a caveat: it's
headers interface is not compatible with the patch `nixpkgs` was
carrying in `gcc-12` and before.

To keep both new (`gcc13`) and old (`_pre_gcc13`) version I held back
previous `windows.mcfgthreads` attribute as
`windows.mcfgthreads_pre_gcc_13`. It is used for `gcc` before 13.

The change fixes the build of `pkgsCross.mingwW64.stdenv` itself and
example program:

    $ nix build --impure --expr 'with import ./. {}; pkgsCross.mingwW64.re2c.override { stdenv = pkgsCross.mingwW64.gcc11Stdenv; }'
2023-06-08 07:43:56 +01:00
Michele Guerini Rocco
79901fd901
Merge pull request #236058 from rnhmjoj/pr-scc
sc-controller: 0.4.8.9 -> 0.4.8.11
2023-06-07 02:04:33 +02:00
rnhmjoj
424d1f9b6c
sc-controller: 0.4.8.9 -> 0.4.8.11 2023-06-05 10:59:03 +02:00
github-actions[bot]
22e7031b28
Merge master into staging-next 2023-06-04 18:00:59 +00:00
Weijia Wang
e94d5a01f9
Merge pull request #235837 from r-ryantm/auto-update/lilypond-unstable
lilypond-unstable: 2.25.4 -> 2.25.5
2023-06-04 18:59:08 +02:00
github-actions[bot]
d84131e3d6
Merge master into staging-next 2023-06-04 12:01:07 +00:00
R. Ryantm
63e829fe27 lilypond-unstable: 2.25.4 -> 2.25.5 2023-06-03 21:33:31 +00:00
R. Ryantm
497e42c14b urbit: 2.6 -> 2.8 2023-06-03 12:57:17 +00:00
Weijia Wang
6bd9402c5f cups: fix build on darwin 2023-06-03 01:35:10 +02:00
Martin Weinelt
2ca22f6b82
cups: 2.4.2 -> 2.4.3
Resolves a heap buffer overflow in the log formatter, when the log level
is set to DEBUG.

https://github.com/OpenPrinting/cups/releases/tag/v2.4.3

Fixes: CVE-2023-32234
2023-06-02 02:05:43 +02:00
Martin Weinelt
84fb288f46
cups: fix nixos test references
The tests were split up in two, but the references were not updated.
2023-06-02 02:05:13 +02:00
Bernardo Meurer
9232113fa0
Merge pull request #234509 from lluchs/canon-cups-ufr2-5.70 2023-05-31 09:53:25 -04:00
Lukas Werling
96bd243f4e canon-cups-ufr2: Add myself as maintainer 2023-05-30 20:51:38 +02:00
Lukas Werling
ec2fff31a8 canon-cups-ufr2: Remove 32-bit x86 libraries
Canon's official RPM packages don't include 32-bit libraries anymore, so
I don't think they are needed in any way. Even if they were still useful
in some way, they are not packaged correctly anymore.
2023-05-30 20:32:35 +02:00
Lukas Werling
b78630ad3b canon-cups-ufr2: Fix printing on USB printers
Lots of little issues, mostly due to new applications that weren't
patched properly yet and have references to /usr/bin. The driver now
successfully prints on my Canon iR1022, and probably other similar USB
printers.
2023-05-30 20:25:23 +02:00
github-actions[bot]
15b82046fb
Merge master into staging-next 2023-05-30 18:01:10 +00:00
Sandro
aeb69538a6
Merge pull request #234892 from FlafyDev/vencord-update 2023-05-30 19:12:12 +02:00
Vladimír Čunát
036bb8ff81
jack2, libjack2: fix jack2.pc after splitting outputs
The split was merged in cfe009304 from PR #226315
This fixes qtractor build (and maybe others):
https://hydra.nixos.org/build/221582472/nixlog/3/tail
2023-05-30 09:37:30 +02:00
github-actions[bot]
2cc7256a10
Merge master into staging-next 2023-05-30 06:01:03 +00:00
figsoda
b643a42a1f ghostscript: don't use lib.optional with a list 2023-05-29 19:41:39 -04:00
FlafyDev
0b65e2c14d vencord: 1.1.6 -> 1.2.5 2023-05-30 01:36:02 +03:00
Vladimír Čunát
2f9191eb88
Merge branch 'master' into staging-next 2023-05-29 08:14:18 +02:00
Weijia Wang
8c1dad56d5
Merge pull request #234570 from r-ryantm/auto-update/pacemaker
pacemaker: 2.1.5 -> 2.1.6
2023-05-29 00:59:21 +03:00
John Chadwick
80344645bf lightspark: 0.8.6.1 -> 0.8.7 2023-05-28 10:04:18 -04:00
R. Ryantm
b79b4f294e pacemaker: 2.1.5 -> 2.1.6 2023-05-28 06:39:28 +00:00
github-actions[bot]
8f73f12f12
Merge master into staging-next 2023-05-27 00:02:24 +00:00
Weijia Wang
b5de94e8a7 cups-filters: 1.28.15 -> 1.28.17 2023-05-26 21:58:03 +03:00
github-actions[bot]
73ddcacb58
Merge master into staging-next 2023-05-26 18:01:05 +00:00
Weijia Wang
455157f2fe
Merge pull request #233687 from yayayayaka/cups-filters-fix-cve-2023-24805
cups-filters: fix CVE-2023-24805
2023-05-26 15:20:23 +03:00
github-actions[bot]
a2cd4a67fd
Merge master into staging-next 2023-05-26 12:01:27 +00:00
Weijia Wang
25d265d433
Merge pull request #234198 from wegank/microsoft-gsl-rename
treewide: microsoft_gsl -> microsoft-gsl
2023-05-26 14:56:27 +03:00
Weijia Wang
5bafafe369 treewide: microsoft_gsl -> microsoft-gsl 2023-05-26 13:43:45 +03:00
Bobby Rong
e4b5ca5d37
Merge pull request #233668 from ereslibre/fastly-10.1.0
fastly: 10.0.1 -> 10.1.0
2023-05-26 18:37:37 +08:00
Lukas Werling
657e05cab0 canon-cups-ufr2: Remove libglade-2 buildInput
Despite being mentioned by the README, this dependency appears to be
unused.
2023-05-26 12:11:16 +02:00
Lukas Werling
b196c7eb8b canon-cups-ufr2: Implement build for aarch64
This also replaces proot with libredirect since I could not get proot to
build under aarch64.
2023-05-26 12:07:59 +02:00
github-actions[bot]
137b9085b3
Merge master into staging-next 2023-05-25 18:01:20 +00:00
Weijia Wang
13600367b2 treewide: misc: use top-level fetchPypi 2023-05-25 17:07:31 +03:00
github-actions[bot]
a05fa7cdd3
Merge staging-next into staging 2023-05-24 18:01:48 +00:00
Sandro
0a90f51a58
Merge pull request #229173 from Scrumplex/vencord-discord 2023-05-24 17:29:49 +02:00
R. Ryantm
5d3b788465 wiki-tui: 0.6.4 -> 0.7.0 2023-05-24 07:26:07 +00:00
Yaya
bb8168bf78 cups-filters: Fix CVE-2023-24805
https://github.com/OpenPrinting/cups-filters/security/advisories/GHSA-gpxc-v2m8-fr3x
2023-05-23 21:33:00 +00:00
Rafael Fernández López
3a5076501f
fastly: 10.0.1 -> 10.1.0 2023-05-23 21:51:57 +02:00
github-actions[bot]
8b49a663b0
Merge staging-next into staging 2023-05-22 18:02:03 +00:00
Ryan Lahfa
268367d31b
Merge pull request #233387 from nikstur/mlxbf-bootimages
mlxbf-bootimages: init at 4.0.3-12704
2023-05-22 18:00:56 +02:00
nikstur
98c518221d mlxbf-bootimages: init at 4.0.3-12704 2023-05-22 15:50:09 +02:00
github-actions[bot]
0a501274a4
Merge staging-next into staging 2023-05-22 06:01:38 +00:00
R. Ryantm
a298c2ecfe urbit: 2.3 -> 2.6 2023-05-21 08:02:55 +00:00
github-actions[bot]
3cd24799a5
Merge staging-next into staging 2023-05-21 00:03:13 +00:00
Sefa Eyeoglu
3f28fcef42
vencord: add Scrumplex to maintainers
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-05-20 19:27:46 +02:00
Sefa Eyeoglu
0180896459
vencord: allow building Discord scripts
Vencord can be built in two different ways. Either as a web-extension,
or as a set of scripts to be injected into Discord Desktop.

Allow to select between these two modes using a parameter and expose
both variants as top-level packages.

This also renames vencord-web-extension to vencord.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-05-20 19:27:46 +02:00
Sefa Eyeoglu
14a00b2d20
vencord-web-extension: init at 1.1.6
vencord-web-extension was previously a part of webcord (to build
webcord-vencord). As we want to use this for Discord as well, move it to
a top-level package.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-05-20 19:27:46 +02:00
Thomas Gerbet
f29911cd75 elk7: 7.17.9 -> 7.17.10
Fixes CVE-2023-31413, CVE-2023-26486 and CVE-2023-26487.

https://discuss.elastic.co/t/elastic-stack-8-7-0-7-17-10-security-updates/332327

The non official analysis-lemmagen plugin has not yet been released for ES 7.17.10.
It is marked as broken in the meantime.
2023-05-20 00:33:51 +02:00
github-actions[bot]
f53e153e5b
Merge staging-next into staging 2023-05-19 12:01:59 +00:00
Nick Cao
7418e8a41b
Merge pull request #232769 from r-ryantm/auto-update/fastly
fastly: 9.0.3 -> 10.0.1
2023-05-19 02:31:33 -06:00
Sergei Trofimovich
09bd016d6f
Merge pull request #204562 from lopsided98/arm-trusted-firmware-update
arm-trusted-firmware: 2.7 -> 2.8
2023-05-19 08:07:41 +01:00
R. Ryantm
2fc5317d90 fastly: 9.0.3 -> 10.0.1 2023-05-19 06:45:38 +00:00
github-actions[bot]
4c15bc4505
Merge staging-next into staging 2023-05-19 00:02:49 +00:00
Sandro
8850ac82a3
Merge pull request #227460 from Janik-Haag/opc-ua
python3Packages.opcua-widgets: init, opcua-client-gui: init
2023-05-18 23:47:30 +02:00
Lukas Werling
bf6797fc1c canon-cups-ufr2: 5.40 -> 5.70 2023-05-17 15:15:55 +02:00
Sergei Trofimovich
cfe0093049
Merge pull request #226315 from trofi/libjack2-dev-output
libjack2: move headers to "dev" outputs
2023-05-17 07:26:47 +01:00
Norbert Melzer
2981e3cb8f
Merge pull request #231714 from NobbZ/betterlockscreen-without-dunst 2023-05-17 07:08:15 +02:00
Janik H
3ab939dd0f opcua-client-gui: init at 0.8.4 2023-05-16 14:37:29 +02:00
Daniel Nagy
892ed4125c
urbit: add sourceProvenance 2023-05-15 17:05:06 +02:00
Sandro
b8d0326b49
Merge pull request #228412 from LeSuisse/elk7-7.17.9 2023-05-15 15:39:32 +02:00
Norbert Melzer
64b347a30a betterlockscreen: make dunst optional
When dunst is detected *and* awesomeWM is used (its internal notification system to be exact)
then betterlockscreen waits for dunst to reply on the DBus. Due to dunstctl being in PATH
through the wrapper, dunst will always be tried to reach.

None of the workarounds mentioned in the awesome and betterlockscreen repos do not work with
this version, as dunstctl is always called and has to time out first.

In the current master of BLS there is a change that makes BLS check and env-var first, and
would ignore any dunstctl in PATH.

Once the new release happened this could still be used to reduce the closure size.
2023-05-13 20:28:52 +02:00
hacker1024
49ce83d5b4 dart: Spoof Git dependency version checks 2023-05-12 23:04:33 +10:00
Sandro
bcd25584ca
Merge pull request #231069 from natsukium/base16-builder/use-nodejs-18 2023-05-10 16:01:58 +02:00
natsukium
c1eb9b5ee9
base16-builder: regenarate with nodejs_18 2023-05-10 21:32:39 +09:00
R. Ryantm
a46d56ac76 lilypond-unstable: 2.25.3 -> 2.25.4 2023-05-07 20:36:18 +00:00
Weijia Wang
3681b05e61
Merge pull request #230108 from r-ryantm/auto-update/urbit
urbit: 2.1 -> 2.3
2023-05-06 12:28:47 +03:00
Norman Gray
a237301676 lilypond: adjust fontconfig on macOS
This addresses issue #209525.  The code changes are from @yurrriq.
2023-05-05 14:08:21 -05:00
R. Ryantm
d09e6d6425 urbit: 2.1 -> 2.3 2023-05-05 12:36:05 +00:00
Cole Mickens
e447433441 rivalcfg: generate udev dynamically 2023-05-04 15:11:06 -03:00
ornxka
a7676539f5 rivalcfg: init at 4.8.0 2023-05-04 15:11:06 -03:00
Jon Seager
c58e9de8e2
tmuxPlugins.catppuccin: unstable-2022-12-14 -> unstable-2023-04-03 2023-04-30 16:37:25 +02:00
R. Ryantm
758dbb9793 fastly: 8.2.4 -> 9.0.3 2023-04-30 08:11:47 +00:00
Kira Bruneau
e12199b8a0 dart-sass-embedded: build from source 2023-04-29 12:16:23 -04:00
Nick Cao
7164ff8f54
Merge pull request #228809 from zhaofengli/uboot-riscv64-qemu-fix
ubootQemuRiscv64Smode: Remove upstreamed patch
2023-04-29 11:18:49 +08:00
Zhaofeng Li
24ea5fdb3b ubootQemuRiscv64Smode: Remove upstreamed patch 2023-04-28 16:27:39 -06:00
Soner Sayakci
b7b2b2ad28
dart-sass-embedded: init at 1.62.1 2023-04-27 16:13:26 +00:00
Thomas Gerbet
b41c49ee2d elk7: 7.17.4 -> 7.17.9
Fixes CVE-2022-38779.

Advisory:
https://discuss.elastic.co/t/kibana-7-17-9-and-8-6-2-security-update/325782

Changelogs:
https://www.elastic.co/guide/en/welcome-to-elastic/7.17/new.html
2023-04-26 23:42:46 +02:00
github-actions[bot]
a39805cda2
Merge master into staging-next 2023-04-25 12:01:31 +00:00
Sandro Jäckel
aad577bd30 nodejs*: normalise names to better fit other packages
Versioned package attributes are usually named like $pname_$version
eg: nodejs-14_x -> nodejs_14
2023-04-25 11:28:17 +02:00
github-actions[bot]
be318b7673
Merge master into staging-next 2023-04-24 12:01:38 +00:00
takov751
1c7579605b
uboot: 2022.10 -> 2023.01 2023-04-24 10:26:28 +00:00
github-actions[bot]
52f2c9fe9e
Merge master into staging-next 2023-04-23 06:01:34 +00:00
Anderson Torres
62bd961440 xscreensaver: 6.04 -> 6.06 2023-04-22 23:11:17 -03:00
github-actions[bot]
56aa87374a
Merge master into staging-next 2023-04-22 12:01:17 +00:00
Fabian Affolter
cf50092b48
Merge pull request #225410 from fabaff/g810-led
g810-led: init at 0.4.3
2023-04-22 09:34:44 +02:00
github-actions[bot]
2994ad0fdd
Merge master into staging-next 2023-04-21 06:01:08 +00:00
Mario Rodas
229917c0fa
Merge pull request #226910 from miknikif/tmuxPlugins-dracula-2.1.0
tmuxPlugins.dracula: v2.0.0 -> v2.1.0
2023-04-20 19:30:35 -05:00
github-actions[bot]
e3d1e50acd
Merge master into staging-next 2023-04-20 00:02:04 +00:00
Weijia Wang
3179874c3b
Merge pull request #226445 from r-ryantm/auto-update/lilypond-unstable
lilypond-unstable: 2.25.1 -> 2.25.3
2023-04-20 02:45:28 +03:00
Mykhailo Nikiforov
0628c3de99
tmuxPlugins.dracula: v2.0.0 -> v2.1.0 2023-04-18 22:12:05 +03:00
github-actions[bot]
bcef81037b
Merge master into staging-next 2023-04-18 18:01:12 +00:00