lensfun: Add macOS as a supported platform
This commit is contained in:
parent
a1b79f63bd
commit
ad565e9925
|
@ -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/;
|
||||
|
|
Loading…
Reference in New Issue