mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
fix: xdg-desktop-portal-hyprland build failure
This commit is contained in:
parent
a5457273d0
commit
11225b7d15
1 changed files with 2 additions and 2 deletions
|
@ -3,15 +3,15 @@
|
|||
pkgs,
|
||||
...
|
||||
}: let
|
||||
pkgs = inputs.nixpkgs.legacyPackages.${pkgs.system};
|
||||
stablepkgs = inputs.stablepkgs.legacyPackages.${pkgs.system};
|
||||
bleedingpkgs = inputs.bleedingpkgs.legacyPackages.${pkgs.system};
|
||||
nixpkgs-small = inputs.nixpkgs-unstable-small.legacyPackages.${pkgs.system};
|
||||
fetchpatch = pkgs.fetchpatch;
|
||||
in {
|
||||
nixpkgs.overlays = [
|
||||
(self: super: {
|
||||
manga-tui = inputs.manga-tui.packages.${pkgs.system}.default;
|
||||
xdg-desktop-portal-hyprland = super.hyprland.overrideAttrs (oldAttrs: {
|
||||
xdg-desktop-portal-hyprland = super.xdg-desktop-portal-hyprland.overrideAttrs (oldAttrs: {
|
||||
src = oldAttrs.src;
|
||||
patches =
|
||||
oldAttrs.patches
|
||||
|
|
Loading…
Reference in a new issue