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";
|
configureFlags = "-v";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
maintainers = [ ];
|
maintainers = with maintainers; [ enzime ];
|
||||||
license = stdenv.lib.licenses.lgpl3;
|
license = stdenv.lib.licenses.lgpl3;
|
||||||
description = "An opensource database of photographic lenses and their characteristics";
|
description = "An opensource database of photographic lenses and their characteristics";
|
||||||
homepage = http://lensfun.sourceforge.net/;
|
homepage = http://lensfun.sourceforge.net/;
|
||||||
|
|
Loading…
Reference in New Issue