bareos: fix build (ZHF)
This commit is contained in:
parent
3514a828fb
commit
1e9561ff39
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub, pkgconfig, nettools, gettext, libtool
|
{ stdenv, fetchFromGitHub, pkgconfig, nettools, gettext, libtool, flex
|
||||||
, readline ? null, openssl ? null, python ? null, ncurses ? null
|
, readline ? null, openssl ? null, python ? null, ncurses ? null
|
||||||
, sqlite ? null, postgresql ? null, libmysql ? null, zlib ? null, lzo ? null
|
, sqlite ? null, postgresql ? null, libmysql ? null, zlib ? null, lzo ? null
|
||||||
, acl ? null, glusterfs ? null, libceph ? null, libcap ? null
|
, acl ? null, glusterfs ? null, libceph ? null, libcap ? null
|
||||||
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig nettools gettext readline openssl python
|
pkgconfig nettools gettext readline openssl python flex
|
||||||
ncurses sqlite postgresql libmysql zlib lzo acl glusterfs libceph libcap
|
ncurses sqlite postgresql libmysql zlib lzo acl glusterfs libceph libcap
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -65,6 +65,7 @@ stdenv.mkDerivation rec {
|
|||||||
"sysconfdir=\${out}/etc"
|
"sysconfdir=\${out}/etc"
|
||||||
"working_dir=\${TMPDIR}"
|
"working_dir=\${TMPDIR}"
|
||||||
"log_dir=\${TMPDIR}"
|
"log_dir=\${TMPDIR}"
|
||||||
|
"sbindir=\${out}/bin"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user