Set meta.platforms attribute to platforms.linux for Seafile packages and their prerequisites
This commit is contained in:
@@ -37,6 +37,7 @@ stdenv.mkDerivation rec
|
||||
homepage = "https://github.com/haiwen/seafile";
|
||||
description = "Shared components of Seafile: seafile-daemon, libseafile, libseafile python bindings, manuals, and icons";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = [ stdenv.lib.maintainers.calrama ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user