getxbook: fix build with openssl 1.1

This commit is contained in:
Robin Gloster 2019-07-30 02:15:47 +02:00
parent b864ed13e5
commit bf03f44ddf
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF
2 changed files with 3 additions and 3 deletions

View File

@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
makeFlags = [ "PREFIX=$(out)" ]; makeFlags = [ "PREFIX=$(out)" ];
NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A collection of tools to download books from Google Books"; description = "A collection of tools to download books from Google Books";
homepage = https://njw.me.uk/getxbook/; homepage = https://njw.me.uk/getxbook/;

View File

@ -18379,9 +18379,7 @@ in
get_iplayer = callPackage ../applications/misc/get_iplayer {}; get_iplayer = callPackage ../applications/misc/get_iplayer {};
getxbook = callPackage ../applications/misc/getxbook { getxbook = callPackage ../applications/misc/getxbook { };
openssl = openssl_1_0_2;
};
ghq = gitAndTools.ghq; ghq = gitAndTools.ghq;