Commit graph

8554 commits

Author SHA1 Message Date
Anderson Torres 0871493aa5 kitty-themes: move to kitty directory 2023-03-12 14:42:55 -03:00
novenary b09533e71e dxvk: fix all shellcheck warnings 2023-03-12 19:41:01 +02:00
novenary f67a9f0e27 dxvk: fix unbound variable warning in setup_dxvk.sh 2023-03-12 19:25:23 +02:00
novenary 2fc61b77cf dxvk: fix DLL override setup
`basename srcpath` simply prints "srcpath" which results in a single DLL
override for srcpath.dll to be installed... clearly not what we want.
2023-03-12 14:51:25 +02:00
github-actions[bot] 140a35879a
Merge master into staging-next 2023-03-11 12:01:11 +00:00
K900 68cd4eeded cups-filters: fix build with qpdf >= 11.3.0 2023-03-11 10:23:11 +03:00
Artturin cab4a24c34 treewide: fix lints
Arg to lib.optional is a list

build time tool in buildInputs
2023-03-11 00:55:17 +02:00
Alexandre Iooss 1649603f9f gutenprint: enable strictDeps 2023-03-10 08:34:48 +01:00
Martin Weinelt da1a690688 Merge remote-tracking branch 'origin/master' into staging-next 2023-03-10 01:50:42 +01:00
Rafael Fernández López 737e372a78 fastly: use viceroy from nix 2023-03-09 12:01:41 -08:00
github-actions[bot] cb98531909
Merge master into staging-next 2023-03-05 18:01:28 +00:00
Ryan Lahfa 8aa37eb7f2
Merge pull request #218877 from jnsgruk/catppuccin-tmux
tmuxPlugins: init catppuccin theme at e2561de
2023-03-05 16:04:29 +01:00
Martin Weinelt 8a085cd8e3 Merge remote-tracking branch 'origin/master' into staging-next 2023-03-05 15:36:16 +01:00
R. Ryantm bd73d9f9bd fastly: 7.0.0 -> 7.0.1 2023-03-05 09:07:56 +00:00
github-actions[bot] 6c8444842c
Merge staging-next into staging 2023-03-02 12:02:00 +00:00
R. Ryantm cefa675791 urbit: 1.21 -> 1.22 2023-03-02 02:11:56 +00:00
github-actions[bot] 8855eae01b
Merge staging-next into staging 2023-03-02 00:03:07 +00:00
Weijia Wang 6600612738
Merge pull request #218541 from r-ryantm/auto-update/urbit
urbit: 1.20 -> 1.21
2023-03-01 23:17:28 +02:00
Jon Seager 7da77056fb
tmuxPlugins: init catppuccin theme at e2561de 2023-03-01 12:37:48 +00:00
github-actions[bot] 758a48fae4
Merge staging-next into staging 2023-03-01 00:03:05 +00:00
Fabian Affolter e9f8c25f1c
Merge pull request #217762 from joelkoen/rich-cli
rich-cli: fix dependency versions
2023-03-01 00:28:50 +01:00
Joel Koen 9f1539702d
rich-cli: fix dependency versions 2023-02-27 17:32:47 +10:00
Nick Cao 46d7460023
Merge pull request #218531 from SuperSandro2000/hplip-fix-link
hplip: fix patch download link
2023-02-27 14:26:42 +08:00
R. Ryantm 625157f81d urbit: 1.20 -> 1.21 2023-02-27 00:53:20 +00:00
Sandro Jäckel fb7c2cdb51
hplip: fix patch download link 2023-02-27 00:56:34 +01:00
R. Ryantm c73a83b29d fastly: 6.0.6 -> 7.0.0 2023-02-26 08:00:32 +00:00
Weijia Wang 39de70289c
Merge pull request #217336 from r-ryantm/auto-update/lilypond
lilypond: 2.24.0 -> 2.24.1
2023-02-24 19:00:13 +02:00
Mario Rodas ad539c9f3c
Merge pull request #217814 from r-ryantm/auto-update/wiki-tui
wiki-tui: 0.6.3 -> 0.6.4
2023-02-24 06:47:32 -05:00
R. Ryantm 1320d26ed6 wiki-tui: 0.6.3 -> 0.6.4 2023-02-23 09:14:11 +00:00
Artturin 3251013cc1 treewide: env.NIX_CFLAGS_COMPILE use toString on result of optionals
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin 226e149145 treewide: env.NIX_CFLAGS_COMPILE use optionalString instead of optional
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturin 6f6cc4a22d treewide: use toString on list NIX_CFLAGS_COMPILE
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-22 21:23:04 +02:00
Ryan Mulligan 27a45b0e10
Merge pull request #216731 from matthew-levan/vere
urbit: remove old urbit; init at 1.20
2023-02-21 09:05:04 -08:00
Matthew LeVan 0e973e43c0 urbit: remove old urbit; init at 1.20 2023-02-21 11:27:05 -05:00
Winter ee197b2f33 libjack2: don't use with lib at top-level
It's bit us once already [0], let's get rid of it before it does it again.

[0]: https://github.com/NixOS/nixpkgs/pull/216096#issuecomment-1437763295
2023-02-20 22:38:48 -05:00
Winter 76305f698e libjack2: fix source url
c733f0bf8a switched JACK to using overlay-style
mkDerivation, but forgot to change a reference to `version` to `finalAttrs.version`.

This wasn't caught at eval time because `with lib` was used, making the
source derivation try to fetch (at the time of writing) tag "23.05pre-git",
which obviously doesn't exist :D

Thanks to V for catching this [0].

[0]: https://github.com/NixOS/nixpkgs/pull/216096#issuecomment-1437763295
2023-02-20 22:29:21 -05:00
R. Ryantm 0fae3035a1 lilypond: 2.24.0 -> 2.24.1 2023-02-20 17:32:17 +00:00
Stanisław Pitucha c7573643e7
Merge pull request #217043 from r-ryantm/auto-update/fastly
fastly: 6.0.3 -> 6.0.6
2023-02-19 15:41:45 +11:00
R. Ryantm 6a72c1fa87 fastly: 6.0.3 -> 6.0.6 2023-02-19 00:15:15 +00:00
Anderson Torres da26711651
Merge pull request #216867 from phip1611/init-nflz
nflz: init at 1.0.2
2023-02-18 20:52:55 -03:00
Philipp Schuster c4a002263c nflz: init at 1.0.2 2023-02-18 20:21:01 +01:00
Ulrik Strid e34febdd88 kitty-themes: 2022-08-11 -> 2023-01-08 2023-02-17 15:00:19 +01:00
Mario Rodas 9ac2687512
Merge pull request #216722 from legendofmiracles/u-w-t
wiki-tui: 0.6.1 -> 0.6.3
2023-02-17 07:37:32 -05:00
lom 5fc03b04a1 wiki-tui: 0.6.1 -> 0.6.3 2023-02-16 18:42:26 -05:00
Felix Buehler cdb39a86e0 treewide: use optionalString 2023-02-13 21:52:34 +01:00
John Ericson c733f0bf8a jack: Add meta.pkgConfigModules and test 2023-02-13 10:21:07 -05:00
github-actions[bot] 95d2ac73cc
Merge master into staging-next 2023-02-12 12:01:29 +00:00
R. Ryantm 869b5216f2 fastly: 6.0.0 -> 6.0.3 2023-02-12 09:46:15 +00:00
Vladimír Čunát 1e42908aa7
Merge branch 'master' into staging-next 2023-02-08 21:50:23 +01:00
Weijia Wang bf4c84ec06
Merge pull request #215185 from ereslibre/bump-fastly-6.0.0
fastly: 5.1.1 -> 6.0.0
2023-02-08 05:01:11 +01:00
Rafael Fernández López 1ef9f06820
fastly: 5.1.1 -> 6.0.0 2023-02-07 22:23:23 +01:00
Weijia Wang 237608ca10 fxlinuxprint: fix src 2023-02-07 18:27:02 +01:00
github-actions[bot] b30088fc3f
Merge master into staging-next 2023-02-07 00:02:12 +00:00
Sandro b5eb105c27
Merge pull request #214013 from camillemndn/frescobaldi-3.2 2023-02-07 01:00:15 +01:00
Thomas Gerbet 66444200f4 metricbeat7: fix passthru.tests 2023-02-06 22:01:39 +02:00
genesis 8e374f7c68 frescobaldi: 3.1.3 -> 3.2 2023-02-06 13:45:38 +01:00
github-actions[bot] ae91e9a960
Merge master into staging-next 2023-02-04 06:01:09 +00:00
R. Ryantm 3602957190 fastly: 5.1.0 -> 5.1.1 2023-02-04 00:29:12 +00:00
github-actions[bot] fffb187b8e
Merge master into staging-next 2023-02-02 12:01:33 +00:00
Weijia Wang b97aa5cfb7
Merge pull request #214120 from r-ryantm/auto-update/fastly
fastly: 5.0.0 -> 5.1.0
2023-02-02 08:23:17 +01:00
R. Ryantm a4dcf491ee fastly: 5.0.0 -> 5.1.0 2023-02-02 06:28:50 +00:00
github-actions[bot] ffbbb55ee2
Merge master into staging-next 2023-02-02 06:01:28 +00:00
Nick Cao 2924b7f53c
Merge pull request #212486 from pocek/mfcl8690cdwlpr-add-x86_64
mfcl8690cdwlpr: Make it installable on x86_64-linux
2023-02-02 09:43:07 +08:00
R. Ryantm 498744997a jitsi-meet-prosody: 1.0.6644 -> 1.0.6943 2023-02-01 14:47:48 +01:00
github-actions[bot] 9f7ab547e6
Merge staging-next into staging 2023-01-31 18:02:01 +00:00
Weijia Wang 9ce91b566a
Merge pull request #213753 from r-ryantm/auto-update/t-rec
t-rec: 0.7.5 -> 0.7.6
2023-01-31 14:51:22 +01:00
github-actions[bot] 6527aa6d68
Merge staging-next into staging 2023-01-31 12:01:45 +00:00
R. Ryantm 870c44295a t-rec: 0.7.5 -> 0.7.6 2023-01-31 11:19:04 +00:00
Nick Cao 7095515e48
Merge pull request #213026 from reckenrode/dxvk-update
dxvk: 2.0 -> 2.1
2023-01-31 16:49:04 +08:00
github-actions[bot] 56b467d467
Merge staging-next into staging 2023-01-30 18:02:05 +00:00
github-actions[bot] 872d17dee8
Merge master into staging-next 2023-01-30 18:01:30 +00:00
Samuel Tam 742ba56e7b
lilypond, lilypond-unstable: bump version, add passthru.updateScript (#207727)
* lilypond: add passthru.updateScript

* lilypond: 2.22.2 -> 2.24.0

* lilypond-unstable: 2.23.12 -> 2.25.1
2023-01-30 12:00:34 -05:00
Randy Eckenrode 5c31d2d23b
dxvk: improve description of dxvk derivation 2023-01-29 12:00:22 -05:00
Sergei Trofimovich 25206ed9a8 ubootTools: revert "fix build by fixing -idirafter ordering"
This reverts commit 8b3a31f923.

commit 8c80bd08b7
("build-support/cc-wrapper: pass in non-existent --sysroot= to untangle
from libc") was reverted. We can drop the workaround.
2023-01-29 07:49:37 +00:00
Randy Eckenrode 81a86d07e6
dxvk: 2.0 -> 2.1
https://github.com/doitsujin/dxvk/releases/tag/v2.1
2023-01-28 14:42:55 -05:00
Randy Eckenrode 67a2ceab6a
dxvk: add native Linux build 2023-01-28 14:42:55 -05:00
Randy Eckenrode 403fe21323
dxvk: expose Windows derivations
This is in preparation for native builds of DXVK, but it also allows
users to choose to use an older version if that is more compatible with
their hardware.
2023-01-28 14:42:55 -05:00
Randy Eckenrode 16e9b55025
dxvk: vendor setup_dxvk.sh
Upstream will remove the `setup_dxvk.sh` in DXVK 2.1. To avoid breaking
users of the current derivation, vendor `setup_dxvk.sh`. This script is
based on the upstream script with some modifications:

- Update command-line parsing; and
- Reorganized action processing logic.
2023-01-28 14:42:54 -05:00
Vladimír Čunát 277d34fbdf
Merge #212919: ubootTools: fix build by fixing -idirafter ordering
...into staging-next
2023-01-28 08:45:47 +01:00
Mario Rodas 92aa3caf58 dxvk: fix pname 2023-01-28 04:20:00 +00:00
github-actions[bot] 5e46cfeba0
Merge staging-next into staging 2023-02-27 12:01:41 +00:00
Sergei Trofimovich e7e072d05a Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/top-level/python-aliases.nix

Trivial conflict of multiple added aliases.
2023-02-26 21:53:22 +00:00
github-actions[bot] 199efde227
Merge staging-next into staging 2023-02-24 18:02:00 +00:00
github-actions[bot] 13fb68e8cf
Merge staging-next into staging 2023-02-24 12:01:52 +00:00
github-actions[bot] 3cdd771820
Merge staging-next into staging 2023-02-23 18:01:49 +00:00
github-actions[bot] 9acd1eb7fd
Merge staging-next into staging 2023-02-21 18:01:45 +00:00
github-actions[bot] ba877c4755
Merge staging-next into staging 2023-02-19 06:02:10 +00:00
github-actions[bot] 8c0220980d
Merge staging-next into staging 2023-02-19 00:03:03 +00:00
Artturi cdcca1cdcd
Merge pull request #215715 from Artturin/removegirworkarounds2 2023-02-18 20:12:57 +02:00
Artturin cadffcfe50 treewide: remove issue #56943 workarounds
checked with diffoscope+difflog and launching the programs

i have fixed that issue in my other gir PRs
2023-02-17 20:26:13 +02:00
Silvan Mosberger 0346f6a9e3
Merge pull request #212336 from nixpkgs-architecture/some-nix-file-deps
{documentation-highlighter,zsh-clipboard}: Remove dependency on Nix files
2023-01-27 20:35:27 +01:00
Sergei Trofimovich 8b3a31f923 ubootTools: fix build by fixing -idirafter ordering
`ubootTools` build broke after https://github.com/NixOS/nixpkgs/pull/210004
where we started dropping default libc include path and switched to
`-idirafter` way of specifying libc headers.

Unfortunately the way it's implemented it injects -idirafter after
user's flags, not before. That allows users to inject their paths before
libc include paths, not after (as it would notmally happen).

The change works it around for u-boot by pulling -idirafter libc flags
before user's flags.
2023-01-27 08:32:06 +00:00
Krzysztof Kotlenga bf4959f1a5 mfcl8690cdwlpr: Make it installable on x86_64-linux
This seems like a strange omission, because it works without a hitch.
Tested using cups and mfcl8690cdwcupswrapper, which uses this package.
2023-01-24 21:57:04 +01:00
Nick Cao 3e78ccbbfe
Merge pull request #212355 from reckenrode/dxvk-fix
dxvk: fix Darwin build
2023-01-24 15:57:26 +08:00
Weijia Wang daaa3b683a
Merge pull request #212299 from r-ryantm/auto-update/fastly
fastly: 4.6.2 -> 5.0.0
2023-01-24 05:01:13 +01:00
Randy Eckenrode 56c2631e5b
dxvk: fix Darwin build 2023-01-23 21:38:47 -05:00
Silvan Mosberger f6e5ea8a2c documentation-highlighter: Only depend on needed files
Makes the build independency of the default.nix and update.sh file by
explicitly specifying the files that are needed in the result

This allows changing those files without causing a rebuild
2023-01-24 00:59:11 +01:00
Sandro Jäckel 09e07a3ad3
cups: remove with lib over entire file 2023-01-23 22:45:25 +01:00
R. Ryantm a18149dff5 fastly: 4.6.2 -> 5.0.0 2023-01-23 19:55:06 +00:00