mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 12:53:54 +00:00
lnav: reformat
This commit is contained in:
parent
72f6884966
commit
75d107c276
@ -1,17 +1,18 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, pcre2
|
||||
, sqlite
|
||||
, ncurses
|
||||
, readline
|
||||
, zlib
|
||||
, bzip2
|
||||
, autoconf
|
||||
, automake
|
||||
, curl
|
||||
, buildPackages
|
||||
, nix-update-script
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
pcre2,
|
||||
sqlite,
|
||||
ncurses,
|
||||
readline,
|
||||
zlib,
|
||||
bzip2,
|
||||
autoconf,
|
||||
automake,
|
||||
curl,
|
||||
buildPackages,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
Loading…
Reference in New Issue
Block a user