mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
exif: add liceses, update homepage
This commit is contained in:
parent
2ccbd8bab5
commit
984a41fe94
@ -11,9 +11,10 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ libexif popt libintl ];
|
||||
|
||||
meta = {
|
||||
homepage = http://libexif.sourceforge.net/;
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://libexif.github.io;
|
||||
description = "A utility to read and manipulate EXIF data in digital photographs";
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
platforms = platforms.unix;
|
||||
license = licenses.lgpl21;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user