pkgs/foot-transparent: set mainProgram to omit nixpkgs warnings

This commit is contained in:
raf 2023-11-24 10:59:41 +03:00
parent a0065213c5
commit dca0557584
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29

View file

@ -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];
});
};
};