Skip to content

Commit 7d8f4d6

Browse files
committed
ccze: move to pkgs/by-name, nixfmt as a result
1 parent f8b656d commit 7d8f4d6

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

pkgs/by-name/cc/ccze/package.nix

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
{ lib, stdenv, fetchFromGitHub, autoconf, ncurses, pcre }:
1+
{
2+
lib,
3+
stdenv,
4+
fetchFromGitHub,
5+
autoconf,
6+
ncurses,
7+
pcre,
8+
}:
29

310
stdenv.mkDerivation rec {
411
pname = "ccze";
@@ -13,7 +20,10 @@ stdenv.mkDerivation rec {
1320

1421
nativeBuildInputs = [ autoconf ];
1522

16-
buildInputs = [ ncurses pcre ];
23+
buildInputs = [
24+
ncurses
25+
pcre
26+
];
1727

1828
preConfigure = ''
1929
autoheader

0 commit comments

Comments
 (0)