Set meta.platforms attribute to platforms.linux for Seafile packages and their prerequisites

This commit is contained in:
Moritz Maxeiner
2014-02-28 17:24:43 +01:00
parent 0fef1c502b
commit 997fffb54e
5 changed files with 5 additions and 0 deletions
@@ -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 ];
};
}