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