fix: add libepoxy to default nix overlay

This commit is contained in:
Lenivaya 2024-02-15 13:03:11 +02:00 committed by Yuxuan Shui
parent bef1240b41
commit 216bfefd9f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
picom = super.picom.overrideAttrs (oldAttrs: rec {
pname = "picom";
buildInputs = [
self.pcre2 self.xorg.xcbutil
self.pcre2 self.xorg.xcbutil self.libepoxy
] ++ self.lib.remove self.xorg.libXinerama (
self.lib.remove self.pcre oldAttrs.buildInputs
);