Unverified Commit 2e805456 authored by Nadir Ishiguro's avatar Nadir Ishiguro
Browse files

clifm: format with nixfmt-rfc-style

parent 49d9251c
Loading
Loading
Loading
Loading
+17 −2
Original line number Diff line number Diff line
{ 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"}"