darktable: remove darwin from the supported platforms
This commit is contained in:
parent
6bff3d8be5
commit
db14939ea3
@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Virtual lighttable and darkroom for photographers";
|
description = "Virtual lighttable and darkroom for photographers";
|
||||||
homepage = https://www.darktable.org;
|
homepage = https://www.darktable.org;
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ goibhniu flosse mrVanDalo ];
|
maintainers = with maintainers; [ goibhniu flosse mrVanDalo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user