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
@@ -33,6 +33,7 @@ stdenv.mkDerivation rec
homepage = "https://github.com/haiwen/seafile-clients";
description = "Desktop client for Seafile, the Next-generation Open Source Cloud Storage";
license = stdenv.lib.licenses.asl20;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.calrama ];
};
}