mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2024-11-22 21:31:03 +00:00
pkgs/foot-transparent: add missing meson flag
This commit is contained in:
parent
90503bc911
commit
960f96eda5
1 changed files with 3 additions and 2 deletions
|
@ -36,12 +36,13 @@
|
||||||
reposilite-bin = pkgs.callPackage ./reposilite-bin {};
|
reposilite-bin = pkgs.callPackage ./reposilite-bin {};
|
||||||
|
|
||||||
# patched packages
|
# patched packages
|
||||||
foot-transparent = pkgs.foot.overrideAttrs (old: {
|
foot-transparent = pkgs.foot.overrideAttrs (prev: {
|
||||||
patches =
|
patches =
|
||||||
(old.patches or [])
|
(prev.patches or [])
|
||||||
++ [
|
++ [
|
||||||
../patches/0001-foot-transparent.patch
|
../patches/0001-foot-transparent.patch
|
||||||
];
|
];
|
||||||
|
mesonFlags = prev.mesonFlags ++ ["-Dfullscreen_alpha=true"];
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue