Loading pkgs/by-name/cc/ccze/package.nix +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"; Loading @@ -13,7 +20,10 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ autoconf ]; buildInputs = [ ncurses pcre ]; buildInputs = [ ncurses pcre ]; preConfigure = '' autoheader Loading Loading
pkgs/by-name/cc/ccze/package.nix +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"; Loading @@ -13,7 +20,10 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ autoconf ]; buildInputs = [ ncurses pcre ]; buildInputs = [ ncurses pcre ]; preConfigure = '' autoheader Loading