genimage: add gettext

https://hydra.nixos.org/build/75400168/nixlog/1
This commit is contained in:
Matthew Justin Bauer 2018-06-06 20:57:03 -04:00 committed by GitHub
parent 08c6c6beb4
commit b00737be23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, libconfuse }: { stdenv, fetchurl, pkgconfig, libconfuse, gettext }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "genimage-${version}"; name = "genimage-${version}";
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];
buildInputs = [ libconfuse ]; buildInputs = [ libconfuse gettext ];
postInstall = '' postInstall = ''
# As there is no manpage or built-in --help, add the README file for # As there is no manpage or built-in --help, add the README file for