xdg-desktop-portal: use gcc14Stdenv

This commit is contained in:
Austin Horstman 2024-12-14 22:48:02 -06:00
parent 53b3874798
commit ea3c70b39a
No known key found for this signature in database

View File

@ -1,6 +1,6 @@
{
lib,
stdenv,
gcc14Stdenv,
fetchFromGitHub,
cmake,
makeWrapper,
@ -25,7 +25,7 @@
wayland-protocols,
wayland-scanner,
}:
stdenv.mkDerivation (finalAttrs: {
gcc14Stdenv.mkDerivation (finalAttrs: {
pname = "xdg-desktop-portal-hyprland";
version = "1.3.8";