getxbook: fix build with openssl 1.1
This commit is contained in:
parent
b864ed13e5
commit
bf03f44ddf
2 changed files with 3 additions and 3 deletions
|
@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
makeFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A collection of tools to download books from Google Books";
|
||||
homepage = https://njw.me.uk/getxbook/;
|
||||
|
|
|
@ -18379,9 +18379,7 @@ in
|
|||
|
||||
get_iplayer = callPackage ../applications/misc/get_iplayer {};
|
||||
|
||||
getxbook = callPackage ../applications/misc/getxbook {
|
||||
openssl = openssl_1_0_2;
|
||||
};
|
||||
getxbook = callPackage ../applications/misc/getxbook { };
|
||||
|
||||
ghq = gitAndTools.ghq;
|
||||
|
||||
|
|
Loading…
Reference in a new issue