ccze: move to pkgs/by-name, nixfmt as a result
This commit is contained in:
parent
f8b656d071
commit
7d8f4d6b44
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user