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

View File

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