Commit Graph

9395 Commits

Author SHA1 Message Date
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 from jopejoe1/fix-pname
treewide: replace name with pname
2024-06-16 12:34:01 +00:00
Aleksana
ee9cf00e6d
Merge pull request 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 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 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 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 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 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 from Yarny0/foomatic-db-update 2024-06-02 17:58:13 +02:00
Weijia Wang
0d36eb85bb
Merge pull request 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 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 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 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 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 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 ()
* 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 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 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 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 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 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 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