ccze: move to pkgs/by-name, nixfmt as a result

This commit is contained in:
Philip Taron 2024-11-07 07:35:11 -08:00
parent f8b656d071
commit 7d8f4d6b44
No known key found for this signature in database

View File

@ -1,4 +1,11 @@
{ lib, stdenv, fetchFromGitHub, autoconf, ncurses, pcre }: {
lib,
stdenv,
fetchFromGitHub,
autoconf,
ncurses,
pcre,
}:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ccze"; pname = "ccze";
@ -13,7 +20,10 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoconf ]; nativeBuildInputs = [ autoconf ];
buildInputs = [ ncurses pcre ]; buildInputs = [
ncurses
pcre
];
preConfigure = '' preConfigure = ''
autoheader autoheader