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
1 changed files with 0 additions and 2 deletions
|
@ -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 a new issue