mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
gtkclipblock: use stdenv
instead of gcc13Stdenv
`gcc-13` as a default now. Let's switch to use it to ease migration to future migration to `gcc-14`.
This commit is contained in:
parent
40eee3c747
commit
95d4a838c8
@ -8958,8 +8958,6 @@ with pkgs;
|
||||
|
||||
gtdialog = callPackage ../development/libraries/gtdialog { };
|
||||
|
||||
gtkclipblock = callPackage ../by-name/gt/gtkclipblock/package.nix { stdenv = gcc13Stdenv; };
|
||||
|
||||
gtkd = callPackage ../development/libraries/gtkd { dcompiler = ldc; };
|
||||
|
||||
gtkgnutella = callPackage ../tools/networking/p2p/gtk-gnutella { };
|
||||
|
Loading…
Reference in New Issue
Block a user