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

This commit is contained in:
Philip Taron
2024-11-19 06:21:20 -08:00
parent f8b656d071
commit 7d8f4d6b44
+12 -2
View File
@@ -1,4 +1,11 @@
{ lib, stdenv, fetchFromGitHub, autoconf, ncurses, pcre }:
{
lib,
stdenv,
fetchFromGitHub,
autoconf,
ncurses,
pcre,
}:
stdenv.mkDerivation rec {
pname = "ccze";
@@ -13,7 +20,10 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoconf ];
buildInputs = [ ncurses pcre ];
buildInputs = [
ncurses
pcre
];
preConfigure = ''
autoheader