mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2024-11-22 13:20:44 +00:00
pkgs/foot-transparent: set mainProgram to omit nixpkgs warnings
This commit is contained in:
parent
a0065213c5
commit
dca0557584
1 changed files with 2 additions and 5 deletions
|
@ -41,12 +41,9 @@
|
|||
|
||||
# patched packages
|
||||
foot-transparent = foot.overrideAttrs (prev: {
|
||||
patches =
|
||||
(prev.patches or [])
|
||||
++ [
|
||||
../patches/0001-foot-transparent.patch
|
||||
];
|
||||
mesonFlags = prev.mesonFlags ++ ["-Dfullscreen_alpha=true"];
|
||||
mainProgram = "foot";
|
||||
patches = (prev.patches or []) ++ [../patches/0001-foot-transparent.patch];
|
||||
});
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue