libbdplus: add gettext
This commit is contained in:
parent
b00737be23
commit
bcb303dc47
@ -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 = [ ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user