clifm: format with nixfmt-rfc-style

This commit is contained in:
Nadir Ishiguro 2024-03-24 21:31:36 +01:00
parent 49d9251c1a
commit 2e80545642
No known key found for this signature in database
1 changed files with 17 additions and 2 deletions

View File

@ -1,4 +1,13 @@
{ stdenv, lib, fetchFromGitHub, libcap, acl, file, readline, python3 }:
{
stdenv,
lib,
fetchFromGitHub,
libcap,
acl,
file,
readline,
python3,
}:
stdenv.mkDerivation rec {
pname = "clifm";
@ -11,7 +20,13 @@ stdenv.mkDerivation rec {
hash = "sha256-tgCGZCLCWcF7ktXqDHjoUkeVqxg6QVOkZb7pbk3nA+U=";
};
buildInputs = [ libcap acl file readline python3];
buildInputs = [
libcap
acl
file
readline
python3
];
makeFlags = [
"PREFIX=${placeholder "out"}"