linted
This commit is contained in:
atagen 2025-02-02 16:57:31 +11:00
parent 4e99a0e323
commit 7485de646a
95 changed files with 2743 additions and 2282 deletions

View file

@ -23,7 +23,11 @@ stdenv.mkDerivation rec {
sha256 = "sha256-//IKW2BfpqwcR2WAPShs0kzn5nkV/yyABPvOYm3zMPU=";
};
nativeBuildInputs = [meson ninja pkg-config];
nativeBuildInputs = [
meson
ninja
pkg-config
];
buildInputs = [
wayland
libX11 # required by libglvnd
@ -35,6 +39,6 @@ stdenv.mkDerivation rec {
homepage = "https://hg.sr.ht/~scoopta/glpaper";
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ccellado];
maintainers = with maintainers; [ ccellado ];
};
}