sov: adopt and nixfmt-rfc-style
This commit is contained in:
parent
5d4d64e923
commit
aaacedffa4
@ -1,17 +1,18 @@
|
|||||||
{ lib
|
{
|
||||||
, stdenv
|
lib,
|
||||||
, fetchFromGitHub
|
fetchFromGitHub,
|
||||||
, fetchpatch2
|
fetchpatch2,
|
||||||
, meson
|
freetype,
|
||||||
, ninja
|
gitUpdater,
|
||||||
, pkg-config
|
libglvnd,
|
||||||
, wayland-scanner
|
libxkbcommon,
|
||||||
, freetype
|
meson,
|
||||||
, libglvnd
|
ninja,
|
||||||
, libxkbcommon
|
pkg-config,
|
||||||
, wayland
|
stdenv,
|
||||||
, wayland-protocols
|
wayland,
|
||||||
, gitUpdater
|
wayland-protocols,
|
||||||
|
wayland-scanner,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
@ -34,11 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
strictDeps = true;
|
depsBuildBuild = [ pkg-config ];
|
||||||
|
|
||||||
depsBuildBuild = [
|
|
||||||
pkg-config
|
|
||||||
];
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
meson
|
meson
|
||||||
@ -55,14 +52,16 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
wayland-protocols
|
wayland-protocols
|
||||||
];
|
];
|
||||||
|
|
||||||
|
strictDeps = true;
|
||||||
|
|
||||||
passthru.updateScript = gitUpdater { };
|
passthru.updateScript = gitUpdater { };
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Workspace overview app for sway";
|
|
||||||
homepage = "https://github.com/milgra/sov";
|
homepage = "https://github.com/milgra/sov";
|
||||||
|
description = "Workspace overview app for sway";
|
||||||
license = lib.licenses.gpl3Only;
|
license = lib.licenses.gpl3Only;
|
||||||
mainProgram = "sov";
|
mainProgram = "sov";
|
||||||
maintainers = with lib.maintainers; [ ];
|
maintainers = with lib.maintainers; [ AndersonTorres ];
|
||||||
platforms = lib.platforms.linux;
|
inherit (wayland.meta) platforms;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user