sov: reformat

This commit is contained in:
éclairevoyant 2023-10-12 22:09:59 -04:00
parent 7a13058179
commit 4b7d8e98bb
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B

View File

@ -1,6 +1,13 @@
{ lib, stdenv, fetchFromGitHub
, meson, pkg-config, wayland-scanner, ninja
, wayland, wayland-protocols, freetype,
{ lib
, stdenv
, fetchFromGitHub
, meson
, ninja
, pkg-config
, wayland-scanner
, freetype
, wayland
, wayland-protocols
}:
stdenv.mkDerivation rec {
@ -19,8 +26,17 @@ stdenv.mkDerivation rec {
'';
strictDeps = true;
nativeBuildInputs = [ meson pkg-config wayland-scanner ninja ];
buildInputs = [ wayland wayland-protocols freetype ];
nativeBuildInputs = [
meson
ninja
pkg-config
wayland-scanner
];
buildInputs = [
freetype
wayland
wayland-protocols
];
meta = with lib; {
description = "An overlay that shows schemas for all workspaces to make navigation in sway easier.";