mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-22 06:35:57 +01:00
flake: overlays: xdph: remove stdenv override
This commit is contained in:
parent
bc7d9c7366
commit
2bdadd2d37
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@
|
||||||
in {
|
in {
|
||||||
overlays.default = final: prev: {
|
overlays.default = final: prev: {
|
||||||
xdg-desktop-portal-hyprland = final.callPackage ./nix/default.nix {
|
xdg-desktop-portal-hyprland = final.callPackage ./nix/default.nix {
|
||||||
stdenv = final.gcc12Stdenv;
|
|
||||||
inherit (final) hyprland-protocols hyprland-share-picker;
|
inherit (final) hyprland-protocols hyprland-share-picker;
|
||||||
inherit version;
|
inherit version;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue