libtorrentRasterbar: add missing dependencies
This commit is contained in:
parent
dad3202472
commit
91decd3a35
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, boost, openssl, pkgconfig, zlib, python }:
|
{ stdenv, fetchurl, boost, openssl, pkgconfig, zlib, python, libiconvOrNull, geoip }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libtorrent-rasterbar-${version}";
|
name = "libtorrent-rasterbar-${version}";
|
||||||
@ -9,12 +9,14 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1sr788hhip6pgfb842110nl36hqdc1vz2s9n5vzypm0jy7qklmvm";
|
sha256 = "1sr788hhip6pgfb842110nl36hqdc1vz2s9n5vzypm0jy7qklmvm";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ boost pkgconfig openssl zlib python ];
|
buildInputs = [ boost pkgconfig openssl zlib python libiconvOrNull geoip ];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-boost=${boost}/include/boost"
|
"--with-boost=${boost}/include/boost"
|
||||||
"--with-boost-libdir=${boost}/lib"
|
"--with-boost-libdir=${boost}/lib"
|
||||||
"--enable-python-binding"
|
"--enable-python-binding"
|
||||||
|
"--with-libgeoip=system"
|
||||||
|
"--with-libiconv=yes"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user