lzip: enable documentation build
This commit is contained in:
parent
0b4bd3afe5
commit
c187516152
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
|||
{ stdenv, fetchurl }:
|
||||
{ stdenv, fetchurl, texinfo }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "lzip-1.14";
|
||||
|
||||
buildInputs = [ texinfo ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://download.savannah.gnu.org/releases/lzip/${name}.tar.gz";
|
||||
sha256 = "1rybhk2pxpfh2789ck9mrkdv3bpx7b7miwndlshb5vb02m9crxbz";
|
||||
|
|
Loading…
Reference in a new issue