summary refs log tree commit diff
path: root/pkgs/misc/seafile-shared
diff options
context:
space:
mode:
authorMoritz Maxeiner <moritz@ucworks.org>2014-02-28 17:10:43 +0100
committerMoritz Maxeiner <moritz@ucworks.org>2014-02-28 17:24:43 +0100
commit997fffb54e9fa969db9e3a31e8aece744016312d (patch)
treeedc25467e632094c9820764dd2ad4567203a45d1 /pkgs/misc/seafile-shared
parent0fef1c502b3de6e28596308e5e6208a8ea1e3f71 (diff)
downloadnixpkgs-997fffb54e9fa969db9e3a31e8aece744016312d.tar
nixpkgs-997fffb54e9fa969db9e3a31e8aece744016312d.tar.gz
nixpkgs-997fffb54e9fa969db9e3a31e8aece744016312d.tar.bz2
nixpkgs-997fffb54e9fa969db9e3a31e8aece744016312d.tar.lz
nixpkgs-997fffb54e9fa969db9e3a31e8aece744016312d.tar.xz
nixpkgs-997fffb54e9fa969db9e3a31e8aece744016312d.tar.zst
nixpkgs-997fffb54e9fa969db9e3a31e8aece744016312d.zip
Set meta.platforms attribute to platforms.linux for Seafile packages and their prerequisites
Diffstat (limited to 'pkgs/misc/seafile-shared')
-rw-r--r--pkgs/misc/seafile-shared/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/misc/seafile-shared/default.nix b/pkgs/misc/seafile-shared/default.nix
index f392e9ece7a..53092e3a8b7 100644
--- a/pkgs/misc/seafile-shared/default.nix
+++ b/pkgs/misc/seafile-shared/default.nix
@@ -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 ];
   };
 }