mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
parent
bdb8bafd1f
commit
2b7b6047a5
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl, pkgconfig, libexif, popt }:
|
||||
{ stdenv, fetchurl, pkgconfig, libexif, popt, libintlOrEmpty }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "exif-0.6.21";
|
||||
|
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1zb9hwdl783d4vd2s2rw642hg8hd6n0mfp6lrbiqmp9jmhlq5rsr";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig libexif popt ];
|
||||
buildInputs = [ pkgconfig libexif popt ] ++ libintlOrEmpty;
|
||||
|
||||
meta = {
|
||||
homepage = http://libexif.sourceforge.net/;
|
||||
|
|
Loading…
Reference in a new issue