Commit Graph

643 Commits

Author SHA1 Message Date
github-actions[bot]
da1f279ece
Merge master into staging-next 2023-07-20 18:01:17 +00:00
Sandro
03bdf06c55
Merge pull request #244398 from tfmoraes/blackbox_terminal_0.14 2023-07-20 16:55:27 +02:00
Gaetan Lepage
c87e4eb5c3 cool-retro-term: 1.1.1 -> 1.2.0 2023-07-20 15:59:29 +02:00
Thiago Franco de Moraes
4c6d4170f2
blackbox-terminal: 0.13.2 -> 0.14.0 2023-07-20 10:38:49 -03:00
github-actions[bot]
d12071ab09
Merge staging-next into staging 2023-07-20 06:01:55 +00:00
github-actions[bot]
b6ae9ef2db
Merge master into staging-next 2023-07-20 06:01:21 +00:00
Nick Cao
ae9f44c7a2
Merge pull request #243970 from adamcstephens/kitty/0.29.1
kitty: 0.29.0 -> 0.29.1
2023-07-19 19:03:20 -06:00
github-actions[bot]
37fc16af20
Merge staging-next into staging 2023-07-18 18:02:05 +00:00
github-actions[bot]
acbec64db0
Merge master into staging-next 2023-07-18 18:01:26 +00:00
apfelkuchen06
aa2fc5e1ea foot: 1.14.0 -> 1.15.0
Changelog: https://codeberg.org/dnkl/foot/releases/tag/1.15.0
Diff: https://codeberg.org/dnkl/foot/compare/1.14.0...1.15.0
2023-07-18 16:04:10 +02:00
Sergei Trofimovich
ba2eae1629 xterm: 383 -> 384
Changes: https://invisible-island.net/xterm/xterm.log.html#xterm_384
2023-07-18 11:00:15 +01:00
Adam Stephens
4ec2f8b213
kitty: 0.29.0 -> 0.29.1 2023-07-17 08:50:57 -04:00
github-actions[bot]
fad49da923
Merge staging-next into staging 2023-07-17 06:02:22 +00:00
Henner Zeller
1a0f9c0d25 wayst: unstable-2021-04-05 -> unstable-2023-07-16
Update to latest head.
2023-07-16 18:07:09 -07:00
github-actions[bot]
5b36eb4172
Merge staging-next into staging 2023-07-17 00:03:32 +00:00
Otavio Salvador
99d417bab0 rio: 0.0.8 -> 0.0.9
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-07-16 20:20:04 -03:00
Otavio Salvador
0a93242075 rio: add nixosTests support using terminal-emulators existing set
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-07-16 20:20:04 -03:00
Otavio Salvador
638d2b9324 rio: install new terminfo file
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-07-16 20:20:04 -03:00
Otavio Salvador
06a90883fc rio: replace gitUpdater with nix-update-script
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-07-16 20:20:04 -03:00
Artturi
c831e7939f
Merge pull request #242905 from Artturin/gomodu1 2023-07-14 01:36:16 +03:00
Artturin
1c29673fcc treewide: go-modules -> goModules
In 787af0f79f
I had to change ${go-modules} to $goModules to allow overrideAttrs to work;
However, env vars cannot contain -, so  i had to change go-modules too.
This in turn broke nix-update because it uses the go-modules attr.

Instead of making nix-update more complicated, make go-modules naming match cargoDeps.

`fd --type f | xargs sd '\bgo-modules\b' 'goModules'`
and revert change to pkgs/applications/misc/dstask/default.nix
and pkgs/servers/http/dave/default.nix
and pkgs/os-specific/darwin/plistwatch/default.nix

release note added
2023-07-14 00:18:06 +03:00
github-actions[bot]
f4330398cd
Merge master into staging-next 2023-07-13 12:01:13 +00:00
Vladimír Čunát
b77e88f15c
Merge #243211: treewide: disable fortify3 flag on packages
...into staging-next
2023-07-13 10:09:54 +02:00
Kaleb Elwert
714867a88e wezterm: 20230408-112425-69ae8472 -> 20230712-072601-f4abf8fd 2023-07-12 23:49:28 -07:00
Vladimír Čunát
c77a0a323a
Merge branch 'master' into staging-next 2023-07-13 08:30:35 +02:00
Theodore Ni
be0667a60b
kitty: disable fortify3 hardening flag 2023-07-12 20:38:24 -07:00
Adam Stephens
0fa2ff3871
kitty: 0.28.1 -> 0.29.0 2023-07-12 11:19:12 -04:00
github-actions[bot]
d25c057844
Merge master into staging-next 2023-07-11 06:01:13 +00:00
Anderson Torres
f152e6f861 sakura: 3.8.5 -> 3.8.7 2023-07-10 22:34:58 -03:00
github-actions[bot]
1a76e12ddc
Merge master into staging-next 2023-07-06 18:01:11 +00:00
Artturi
0ad0cc5039
Merge pull request #241707 from Artturin/kittyoverridable 2023-07-06 20:09:22 +03:00
Sergei Trofimovich
f047c8ca74
Merge pull request #240687 from r-ryantm/auto-update/xterm
xterm: 382 -> 383
2023-07-05 23:55:32 +01:00
Artturin
787af0f79f kitty: make possible to override goModules
go-modules name had to be changed to goModules so it becomes a env
var (bash vars can't contain -)

enables overriding the build without overriding configurePhase

```
pkgs.kitty.overrideAttrs (finalAttrs: previousAttrs: {
  name = "kitty-master";
  version = "master";
  src = pkgs.fetchFromGitHub {
    owner = "kovidgoyal";
    repo = "kitty";
    rev = "66a2efd191f98a1a5b3c2d4fdc9569204b445a2f";
    sha256 = "sha256-pJuhnJOjGBflHXOOYKrg9/e3c+VGEESZtfka84ARCd4=";
  };
  goModules = (pkgs.buildGoModule {
    pname = "kitty-go-modules";
    inherit (finalAttrs) src version;
    vendorHash = "sha256-eAovZ/7JnvXlnlFyt0skhYJ1Nrzy2XCpRlQvSmWCyaY=";
  }).go-modules;
})
```
2023-07-05 18:20:10 +03:00
Otavio Salvador
5ef952ae13 rio: enable Wayland by default
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-07-03 17:25:27 -03:00
Otavio Salvador
c689e7f7e1 rio: 0.0.7 -> 0.0.8
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-07-03 17:25:27 -03:00
figsoda
50acc2d57a pkgs/applications: replace "${version}" with version 2023-07-02 14:39:50 -04:00
Leona Maroni
e8daa26290
alacritty: 0.12.1 -> 0.12.2 (#240962) 2023-07-01 21:31:51 +02:00
Adam Joseph
64d0029e28 alacritty: --add-rpath instead of --set-rpath
As reported by @blucoat in
https://github.com/NixOS/nixpkgs/issues/219213 alacritty's RPATH is
missing many of the libraries which it links to, including for
example glibc.

The problem was diagnosed by @kchibisov as being caused by
alacritty's use of `--set-rpath` (which completely replaces the
rpath) instead of `--add-rpath` (which adds additional entries to
the rpath):

  https://github.com/NixOS/nixpkgs/issues/219213#issuecomment-1507655801

This commit implements @kchibisov's idea to change `--set-rpath` to
`--add-rpath`:

  https://github.com/NixOS/nixpkgs/issues/219213#issuecomment-1507691822

Closes #219213
2023-06-30 11:19:45 -07:00
R. Ryantm
7272366a52 xterm: 382 -> 383 2023-06-30 08:50:10 +00:00
github-actions[bot]
22e89a1418
Merge staging-next into staging 2023-06-23 00:03:31 +00:00
figsoda
08b159c92d rio: don't use lib.optional with a list 2023-06-22 19:44:05 -04:00
github-actions[bot]
74d0f1c452
Merge staging-next into staging 2023-06-21 00:03:02 +00:00
Otavio Salvador
27543eeb80 rio: 0.0.6.1-unstable-2023-06-18 -> 0.0.7
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-06-20 12:48:50 -03:00
github-actions[bot]
535ef0a591
Merge staging-next into staging 2023-06-19 18:02:35 +00:00
Thiago Kenji Okada
58c54767a1
Merge pull request #237664 from otavio/init-rio
rio: init at 0.0.6.1+2023-06-18
2023-06-19 14:03:16 +00:00
Otavio Salvador
0998d4e4e2 rio: init at 0.0.6.1+2023-06-18
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-06-19 09:07:47 -03:00
github-actions[bot]
81a9b5cb82
Merge staging-next into staging 2023-06-18 12:02:15 +00:00
Sergei Trofimovich
15a51db1a9
Merge pull request #237121 from trofi/xterm-update
xterm: 380 -> 382
2023-06-14 09:20:50 +01:00
Thiago Franco de Moraes
6bf7b51fb8
blackbox-terminal: 0.13.1 -> 0.13.2 2023-06-13 18:35:57 -03:00
Sergei Trofimovich
69cd4fe5ea xterm: 380 -> 382
Changes: https://invisible-island.net/xterm/xterm.log.html#xterm_382
2023-06-10 23:21:16 +01:00
Tobias Mayer
324c3bc11e ctx: 0.pre+date=2021-10-09 -> unstable-2023-06-05 2023-06-10 21:40:26 +00:00
rnhmjoj
c05f72e9ba
rxvt-unicode: 9.30 -> 9.31 2023-06-08 16:36:24 +02:00
Weijia Wang
f3e5af3683 alacritty: unbreak on darwin 2023-06-05 11:09:19 +03:00
Lin Jian
2c8500e8a8 kitty-themes: unstable-2023-03-08 -> unstable-2023-06-01 2023-06-02 11:25:23 +00:00
Dennis Gosnell
e67ee61803
roxterm: remove cdepillabout as maintainer 2023-06-02 07:45:17 +09:00
github-actions[bot]
a2cd4a67fd
Merge master into staging-next 2023-05-26 12:01:27 +00:00
Weijia Wang
5bafafe369 treewide: microsoft_gsl -> microsoft-gsl 2023-05-26 13:43:45 +03:00
Weijia Wang
7eb8a11448
Merge pull request #231979 from r-ryantm/auto-update/xterm
xterm: 379 -> 380
2023-05-24 00:34:05 +03:00
Nick Cao
3d314e82d0
Merge pull request #233388 from wahjava/update-alacritty
alacritty: 0.12.0 -> 0.12.1
2023-05-22 20:32:54 -06:00
Weijia Wang
a77146528d
Merge pull request #233114 from r-ryantm/auto-update/xst
xst: 0.8.4.1 -> 0.9.0
2023-05-23 00:29:57 +03:00
Ashish SHUKLA
a0765981b7
alacritty: 0.12.0 -> 0.12.1 2023-05-22 16:01:05 +02:00
Nikolay Mokrinsky
6a18e4b8a4
wezterm: fix darwin build 2023-05-21 18:31:05 +04:00
R. Ryantm
4bf9a6a42e xst: 0.8.4.1 -> 0.9.0 2023-05-20 23:54:41 +00:00
Doron Behar
0e5c0c5e64 mlterm: disable fb gui due to mlconfig tool issue 2023-05-19 16:20:05 +03:00
R. Ryantm
c6121c157c xterm: 379 -> 380 2023-05-15 05:37:09 +00:00
Ryan Hendrickson
8be79ddf0a tilix: fix build issue with ldc 1.31+ 2023-05-11 22:14:15 -04:00
Alyssa Ross
ecc1ec2c72 llvmPackages_latest: move to aliases.nix
Because llvmPackages_latest is used in Nixpkgs, by quite a few
packages, it's difficult to keep it up to date, because updating it
requires some level of confidence that every package that uses it is
going to keep working after the update.  The result of this is that
llvmPackages_latest is not updated, and so we end up in the situation
that "latest" is two versions older than the latest version we
actually provide.  This is confusing and unexpected.

"But won't this end up fragmenting our LLVM versions, if every package
previously using _latest is separately pinned to LLVM 14?", I hear you
ask.  No.  That fragmentation is already happening, even with an
llvmPackages_latest, because packages that actually require the
_latest_ version of LLVM (15/16), have already been decoupled from
llvmPackages_latest since it hasn't been upgraded.  So like it or not,
we can't escape packages depending on specific recent LLVMs.  The only
real fix is to get better at keeping the default LLVM up to
date (which I'm reasonably confident we're getting into a better
position to be feasibly better able to do).

So, unless we want to double down on providing a confusingly named
"llvmPackages_latest" attribute that refers to some arbitrary LLVM
version that's probably not the latest one (or even the latest one
available in Nixpkgs), we only have two options here: either we don't
provide such an attribute at all, or we don't use it in Nixpkgs so we
don't become scared to bump it as soon as we have a new LLVM available.
2023-05-08 13:05:33 +00:00
Dawid Dziurla
3fd093ef5b terminator: 2.1.2 -> 2.1.3 2023-04-24 18:54:46 +02:00
Alyssa Ross
6062acb728 havoc: enable parallel building
Tested at -j4.
2023-04-22 09:38:21 -03:00
Alyssa Ross
6d70a4116d havoc: fix cross
Uses literal "pkg-config" rather than $PKG_CONFIG, but that's fine,
because the only thing it uses for is wayland-protocols, which is
architecture-independent, so we just move it into nativeBuildInputs
and get pkg-config from pkgsBuildBuild.
2023-04-22 09:38:21 -03:00
Lily Foster
8878d8199a
Merge pull request #226297 from adamcstephens/kitty/0.28.0
kitty: 0.27.1 -> 0.28.1
2023-04-21 10:13:16 -04:00
Adam Stephens
eebc4d8864
kitty: 0.27.1 -> 0.28.1 2023-04-21 08:13:17 -04:00
Doron Behar
66d6ebe593 mlterm: enable to configure many build features declaratively 2023-04-21 13:04:16 +03:00
Doron Behar
a4f65246a0 mlterm: cleanup Cocoa unused input 2023-04-18 21:06:48 +03:00
Doron Behar
c5a159637d mlterm: add doronbehar as maintainer 2023-04-18 21:06:42 +03:00
Doron Behar
0f6857d433 mlterm: desktopItem: update attributes to remove warnings
Remove deprecated `Application` category and make `comment` different
then `name`.
2023-04-18 21:05:36 +03:00
Weijia Wang
1df6c2d148 havoc: 0.4.0 -> 0.5.0 2023-04-17 23:24:53 -03:00
Sandro
7ecb9bdf1e
Merge pull request #225428 from mimame/update-wezterm-20230408 2023-04-16 02:32:39 +02:00
Weijia Wang
40dc2b6f7a
Merge pull request #225548 from Atemu/mlterm-darwin-fixes
mlterm: darwin fixes
2023-04-13 10:36:00 +03:00
Atemu
f5ee73c1b7 mlterm: remove vrthra from maintainers 2023-04-12 10:24:52 +02:00
Atemu
45393fdf99 mlterm: clean up libssh support
openssl is not necessary as a direct dep and we no longer need the linker magic.
2023-04-12 10:24:52 +02:00
Atemu
8655687b5b mlterm: support all platforms
This app can run on pretty much anything. Windows, BSDs, Solaris, Android,
Haiku; you name it.
2023-04-12 09:59:00 +02:00
Atemu
1c76b01386 mlterm: enable libvte on darwin 2023-04-12 09:59:00 +02:00
Atemu
fefba1a6de mlterm: unbreak darwin 2023-04-12 09:58:56 +02:00
github-actions[bot]
ace14e0119
Merge master into staging-next 2023-04-10 18:01:11 +00:00
Bernardo Meurer
0e18148bb0
Merge pull request #224829 from sternenseemann/foot-1.14.0 2023-04-10 06:24:50 -07:00
github-actions[bot]
2ea027a913
Merge master into staging-next 2023-04-10 00:02:09 +00:00
Atemu
89ec2cbc86 mlterm: 3.9.2 -> 3.9.3 2023-04-09 17:37:08 -03:00
Atemu
d0538f6287 mlterm: enableParallelBuilding 2023-04-09 17:37:08 -03:00
Atemu
c97c59b877 mlterm: indent 2023-04-09 17:37:08 -03:00
Miguel Madrid-Mencía
044ef569b8
wezterm: 20230326-111934-3666303c -> 20230408-112425-69ae8472 2023-04-09 16:12:28 +02:00
Vladimír Čunát
fd77cd7a01
Merge branch 'master' into staging-next
Indentation conflict in vulkan-related src fetches.
2023-04-08 11:33:08 +02:00
Adam Joseph
af32997ae4 alacritty: fix cross
This commit fixes cross compilation of alacritty by:

1. If xdg-utils.meta.broken (see
   https://github.com/NixOS/nixpkgs/pull/225112#issuecomment-1500354929),
   late-bind it via runtime $PATH rather than compile-time
   reference.

2. Use `$STRIP` instead of `strip`
2023-04-07 13:45:32 -07:00
Vladimír Čunát
b856c0f8f4
Merge #218143: GNOME: 43 → 44
...into staging-next
2023-04-07 16:09:13 +02:00
Jan Tojnar
5d796ac124 gnome-console: 44.beta → 44.0
https://gitlab.gnome.org/GNOME/console/-/compare/44.beta...44.0

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2023-04-06 01:36:35 +02:00
Jan Tojnar
91847b3c94 gnome-console: 43.0 → 44.beta
https://gitlab.gnome.org/GNOME/console/-/compare/43.0...44.beta

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2023-04-06 01:34:59 +02:00
sternenseemann
bff6885e60 foot: 1.13.1 -> 1.14.0
https://codeberg.org/dnkl/foot/releases/tag/1.14.0
2023-04-05 17:04:23 +02:00
figsoda
63b9aeed13
Merge pull request #223320 from figsoda/auditable 2023-03-27 19:32:02 -04:00
Bernardo Meurer
d388bd7db4
Merge pull request #223063 from e1mo/alacritty-v0-12-0 2023-03-27 12:39:51 -03:00
Miguel Madrid-Mencía
147e04f2c8
wezterm: 20230320-124340-559cb7b0 -> 20230326-111934-3666303c 2023-03-27 12:01:28 +02:00
figsoda
201d4b7c5c rustPlatform.buildRustPackage: make auditable the default 2023-03-26 22:47:06 -04:00
Sandro
9c2f0ffcc4
Merge pull request #222388 from mimame/wezterm-20230320 2023-03-27 01:35:22 +02:00
Miguel Madrid-Mencía
0297a2db9a
wezterm: 20221119-145034-49b9839f -> 20230320-124340-559cb7b0 2023-03-27 00:42:14 +02:00
github-actions[bot]
ff3e86d2b4
Merge master into staging-next 2023-03-26 06:01:06 +00:00
Yureka
f8cbc3c281 tree-wide: convert rust with git deps to importCargoLock 2023-03-26 01:52:04 +01:00
Moritz 'e1mo' Fromm
d752b1a8c5
alacritty: 0.11.0 -> 0.12.0 2023-03-25 12:57:27 +01:00
github-actions[bot]
6a3acb9982
Merge master into staging-next 2023-03-25 06:05:24 +00:00
Nick Cao
851cd65a21
Merge pull request #220776 from Vonfry/deprecated/fcitx4
fcitx: remove version 4
2023-03-25 10:23:06 +08:00
Martin Weinelt
ffe3165b27
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- nixos/doc/manual/release-notes/rl-2305.section.md
2023-03-21 12:35:53 +01:00
Stanisław Pitucha
68d28d9484 havoc: mark as broken on darwin
Macs don't support wayland
2023-03-21 12:44:48 +11:00
github-actions[bot]
75c28ec351
Merge master into staging-next 2023-03-20 18:01:16 +00:00
Yureka
656709bceb
pkgsMusl.xterm: fix build (#220731) 2023-03-20 15:34:09 +01:00
Vladimír Čunát
0f9354bfee
Merge #218309: ffmpeg: ffmpeg_4 → ffmpeg_5
...into staging
2023-03-16 11:11:31 +01:00
Atemu
f8264a5b1e tree-wide: mark broken packages as such
Found while changing ffmpeg from 4 to 5; these all depend on ffmpeg either
directly or transitively.
2023-03-13 16:43:06 -06:00
Vonfry
6d951523ad
mlterm: update fcitx dependency to fcitx5 2023-03-13 18:50:05 +08:00
Martin Weinelt
d03d74aa67
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/aiopulse/default.nix
- pkgs/development/python-modules/identify/default.nix
- pkgs/development/python-modules/spur/default.nix
2023-03-12 23:28:23 +01:00
Anderson Torres
3e29ae4159 kitty-themes: 2023-01-08 -> 2023-03-08 2023-03-12 14:42:55 -03:00
Anderson Torres
0871493aa5 kitty-themes: move to kitty directory 2023-03-12 14:42:55 -03:00
Martin Weinelt
d0286ecd24 Merge remote-tracking branch 'origin/staging' into staging-next 2023-03-04 01:42:06 +00:00
Maximilian Bosch
e62c913822
treewide: remove ma27 from a bunch of packages (again)
Some of the stuff used to be needed for a project, for others I found
alternatives that suited better my needs. Anyways, I don't intend to
spend time maintaining these, so no need to keep that.
2023-03-03 21:25:26 +01:00
github-actions[bot]
40707bbbb3
Merge staging-next into staging 2023-02-27 18:02:06 +00:00
Dacio
2cbded08a2
wezterm: add vulkan-loader to library path (#218410)
* wezterm: add vulkan-loader to library path

* wezterm: switch to patchelf instead of wrapProgram
2023-02-27 17:44:42 +01:00
github-actions[bot]
0a547ad8b7
Merge staging-next into staging 2023-02-20 12:02:08 +00:00
github-actions[bot]
507feca606
Merge master into staging-next 2023-02-20 12:01:32 +00:00
Sandro Jäckel
8be63c2f94 wezterm: cleanup meta, format 2023-02-20 01:16:58 -05:00
Sandro Jäckel
af260c1e5a wezterm: fix build against rust 1.67, remove outdated checkFlags 2023-02-20 01:16:58 -05:00
github-actions[bot]
ba877c4755
Merge staging-next into staging 2023-02-19 06:02:10 +00:00
github-actions[bot]
61d29782b3
Merge master into staging-next 2023-02-19 06:01:36 +00:00
R. Ryantm
b50f0f485d tym: 3.4.0 -> 3.4.1 2023-02-19 01:07:08 +00:00
davidak
7324263170
Merge pull request #216809 from r-ryantm/auto-update/xterm
xterm: 378 -> 379
2023-02-19 00:00:22 +01: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
R. Ryantm
8c1ab28a62 xterm: 378 -> 379 2023-02-17 14:24:05 +00:00
github-actions[bot]
29cdca7736
Merge staging-next into staging 2023-02-13 06:02:02 +00:00
Yureka
8c6ad9eae1
foot: disable pgo on musl (#191037) 2023-02-12 19:33:50 +01:00
github-actions[bot]
371c2a6303
Merge staging-next into staging 2023-02-07 18:02:15 +00:00
Adam Stephens
fa2feee9d4
kitty: 0.27.0 -> 0.27.1 2023-02-07 08:32:54 -05:00
John Ericson
3226550f0b
Merge pull request #214782 from alyssais/gobject-introspection
Remove lots more obsolete gobject-introspection build inputs
2023-02-05 14:05:32 -05:00
Adam Stephens
527831c1e3 kitty: fix GOFLAGS typo to resolve go runtime dependency 2023-02-05 14:13:23 +10:00
Adam Stephens
c611a3428a kitty: build kitten statically and expose as output 2023-02-05 07:46:27 +10:00
Adam Stephens
9032311f3c kitty: 0.26.5 -> 0.27.0 2023-02-05 07:46:27 +10:00
Alyssa Ross
7e5ee09366
terminator: remove obsolete gobject-introspection build input
Since b2f9cd34e7 ("gobject-introspection: use wrapper.nix for the
native package too so we can propagate the dev output"),
gobject-introspection doesn't need to be included in buildInputs when
it's in nativeBuildInputs, as it's propagated from the setup hook.

Removing the build input fixes evaluation in buildPackages when
cross-compiling to platforms that gobject-introspection is unsupported
on, like ghcjs.

Tested building natively on x86_64-linux, in
pkgsCross.aarch64-multiplatform, and in pkgsCross.ghcjs.buildPackages.
2023-02-04 18:45:01 +00:00
Jan Tojnar
780c989913
Merge pull request #214150 from jtojnar/gnome
GNOME updates
2023-02-03 14:36:56 +01:00
Jan Tojnar
864ebd79e2 gnome-console: 42.2 → 43.0
- Ported to GTK4
- Nautilus plug-in was moved to Nautilus.

https://gitlab.gnome.org/GNOME/console/-/compare/42.2...43.0

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2023-02-02 23:25:53 +01:00
Sandro
a9cadfb7b8
Merge pull request #213490 from OPNA2608/refactor/yaml-cpp
yaml-cpp*: Refactor, rename, adopt
2023-02-02 17:32:34 +01:00
OPNA2608
c9b4c7dccd treewide: Rename libyamlcpp* to yaml-cpp* 2023-01-31 16:22:54 +01:00
Martin Weinelt
52029b8e00 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-27 23:50:36 +01:00
R. Ryantm
98bfdf8f32 tym: 3.3.0 -> 3.4.0 2023-01-27 05:35:01 +00:00
github-actions[bot]
112ac51b78
Merge master into staging-next 2023-01-23 18:01:16 +00:00
Weijia Wang
a78c5591c0
Merge pull request #209491 from r-ryantm/auto-update/hyper
hyper: 3.3.0 -> 3.4.1
2023-01-23 16:24:09 +01:00
github-actions[bot]
feb2240b37
Merge master into staging-next 2023-01-22 18:01:03 +00:00