fuzzel: refactor derivation for long formal argument and list

This commit is contained in:
polykernel 2021-08-07 14:40:56 -04:00
parent b067c371ed
commit 187760e07a

View File

@ -1,4 +1,21 @@
{ stdenv, lib, fetchFromGitea, pkg-config, meson, ninja, wayland, pixman, cairo, librsvg, wayland-protocols, wlroots, libxkbcommon, scdoc, git, tllist, fcft}:
{ stdenv
, lib
, fetchFromGitea
, pkg-config
, meson
, ninja
, wayland
, pixman
, cairo
, librsvg
, wayland-protocols
, wlroots
, libxkbcommon
, scdoc
, git
, tllist
, fcft
}:
stdenv.mkDerivation rec {
pname = "fuzzel";
@ -12,8 +29,25 @@ stdenv.mkDerivation rec {
sha256 = "sha256-JW5sAlTprSRIdFbmSaUreGtNccERgQMGEW+WCSscYQk=";
};
nativeBuildInputs = [ pkg-config meson ninja scdoc git ];
buildInputs = [ wayland pixman cairo librsvg wayland-protocols wlroots libxkbcommon tllist fcft ];
nativeBuildInputs = [
pkg-config
meson
ninja
scdoc
git
];
buildInputs = [
wayland
pixman
cairo
librsvg
wayland-protocols
wlroots
libxkbcommon
tllist
fcft
];
meta = with lib; {
description = "Wayland-native application launcher, similar to rofis drun mode";