Unverified Commit 7d8f4d6b authored by Philip Taron's avatar Philip Taron
Browse files

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

parent f8b656d0
Loading
Loading
Loading
Loading
+12 −2
Original line number Diff line number Diff line
{ 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