tgt: fix build
xsltproc tried to download docbook.xsl
This commit is contained in:
parent
0c248d1cb1
commit
53a132a3a4
@ -1,4 +1,5 @@
|
|||||||
{ stdenv, fetchFromGitHub, libxslt, libaio, systemd, perl, perlPackages }:
|
{ stdenv, fetchFromGitHub, libxslt, libaio, systemd, perl, perlPackages
|
||||||
|
, docbook_xsl }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.0.60";
|
version = "1.0.60";
|
||||||
@ -11,7 +12,7 @@ in stdenv.mkDerivation rec {
|
|||||||
sha256 = "1bf8rn3mavjrzkp5k23akqn5ilw43g8mpfr68z1bi8s9lr2gkf37";
|
sha256 = "1bf8rn3mavjrzkp5k23akqn5ilw43g8mpfr68z1bi8s9lr2gkf37";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libxslt systemd libaio ];
|
buildInputs = [ libxslt systemd libaio docbook_xsl ];
|
||||||
|
|
||||||
DESTDIR = "$(out)";
|
DESTDIR = "$(out)";
|
||||||
PREFIX = "/";
|
PREFIX = "/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user