parent
08c6c6beb4
commit
b00737be23
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user