summary refs log tree commit diff
path: root/pkgs/applications/misc/getxbook
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2019-07-30 02:15:47 +0200
committerRobin Gloster <mail@glob.in>2019-07-30 02:15:47 +0200
commitbf03f44ddf2f034ebc0c49b7d00bdcd10d192c7d (patch)
treefcd050cd8202dc02344b0b28d34189a615cf7244 /pkgs/applications/misc/getxbook
parentb864ed13e5b7648ac26a6f67809c9e45a46a8e3a (diff)
downloadnixpkgs-bf03f44ddf2f034ebc0c49b7d00bdcd10d192c7d.tar
nixpkgs-bf03f44ddf2f034ebc0c49b7d00bdcd10d192c7d.tar.gz
nixpkgs-bf03f44ddf2f034ebc0c49b7d00bdcd10d192c7d.tar.bz2
nixpkgs-bf03f44ddf2f034ebc0c49b7d00bdcd10d192c7d.tar.lz
nixpkgs-bf03f44ddf2f034ebc0c49b7d00bdcd10d192c7d.tar.xz
nixpkgs-bf03f44ddf2f034ebc0c49b7d00bdcd10d192c7d.tar.zst
nixpkgs-bf03f44ddf2f034ebc0c49b7d00bdcd10d192c7d.zip
getxbook: fix build with openssl 1.1
Diffstat (limited to 'pkgs/applications/misc/getxbook')
-rw-r--r--pkgs/applications/misc/getxbook/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/misc/getxbook/default.nix b/pkgs/applications/misc/getxbook/default.nix
index a77f87f6f1f..2fadc89c48d 100644
--- a/pkgs/applications/misc/getxbook/default.nix
+++ b/pkgs/applications/misc/getxbook/default.nix
@@ -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/;