libbdplus: add gettext

This commit is contained in:
Matthew Justin Bauer
2018-06-06 21:18:32 -04:00
committed by GitHub
parent b00737be23
commit bcb303dc47

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, libgcrypt, libgpgerror, yacc, flex }:
{ stdenv, fetchurl, libgcrypt, libgpgerror, yacc, flex, gettext }:
# library that allows libbluray to play BDplus protected bluray disks
# libaacs does not infringe DRM's right or copyright. See the legal page of the website for more info.
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
sha256 = "02n87lysqn4kg2qk7d1ffrp96c44zkdlxdj0n16hbgrlrpiwlcd6";
};
buildInputs = [ libgcrypt libgpgerror ];
buildInputs = [ libgcrypt libgpgerror gettext ];
nativeBuildInputs = [ ];