lensfun: Add macOS as a supported platform

This commit is contained in:
Michael Hoang 2018-08-01 19:04:22 +10:00
parent a1b79f63bd
commit ad565e9925
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ stdenv.mkDerivation rec {
configureFlags = "-v";
meta = with stdenv.lib; {
platforms = platforms.linux;
maintainers = [ ];
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ enzime ];
license = stdenv.lib.licenses.lgpl3;
description = "An opensource database of photographic lenses and their characteristics";
homepage = http://lensfun.sourceforge.net/;