Set meta.platforms attribute to platforms.linux for Seafile packages and their prerequisites
This commit is contained in:
@@ -26,6 +26,7 @@ stdenv.mkDerivation rec
|
||||
homepage = "https://github.com/haiwen/libsearpc";
|
||||
description = "A simple and easy-to-use C language RPC framework (including both server side & client side) based on GObject System.";
|
||||
license = stdenv.lib.licenses.lgpl3;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = [ stdenv.lib.maintainers.calrama ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user