mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
clifm: format with nixfmt-rfc-style
This commit is contained in:
parent
49d9251c1a
commit
2e80545642
@ -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"}"
|
||||
|
Loading…
Reference in New Issue
Block a user