about summary refs log tree commit diff
path: root/pkgs/servers/http/jboss
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-02 19:06:29 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-02 21:17:44 +0300
commit2258b21e4b40d42cbe36fd4b5946c19861a9ff95 (patch)
tree4f4c0b41f3be20349df317fabd65e90dd3a8218a /pkgs/servers/http/jboss
parent59ce9118103898ec53b7679a312552246afab8b7 (diff)
treewide: Add lots of platforms to packages with no meta
Build-tested on x86_64 Linux and on Darwin.
Diffstat (limited to 'pkgs/servers/http/jboss')
-rw-r--r--pkgs/servers/http/jboss/jdbc/mysql/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/servers/http/jboss/jdbc/mysql/default.nix b/pkgs/servers/http/jboss/jdbc/mysql/default.nix
index 8544ce050afd8..dbc5c73414cd5 100644
--- a/pkgs/servers/http/jboss/jdbc/mysql/default.nix
+++ b/pkgs/servers/http/jboss/jdbc/mysql/default.nix
@@ -6,4 +6,8 @@ stdenv.mkDerivation {
   builder = ./builder.sh;
 
   inherit mysql_jdbc;
+
+  meta = {
+    platforms = stdenv.lib.platforms.unix;
+  };
 }