about summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-11-19 18:53:56 +0000
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-11-19 18:54:58 +0000
commit03655c332a1171c4293d07027e75eb9a86d0b87d (patch)
tree7cacceb29c72a7ec768791ea6b534ae1b1affe27 /pkgs/development/compilers
parent8236ca5d70565fb02c2b9d57d7bdf5881d040481 (diff)
Add meta.branch to a bunch of packages
Gives better results in the monitor
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/scala/2.10.nix1
-rw-r--r--pkgs/development/compilers/scala/2.9.nix1
2 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/compilers/scala/2.10.nix b/pkgs/development/compilers/scala/2.10.nix
index 11c3c0d8c3182..6a20afe2bca8c 100644
--- a/pkgs/development/compilers/scala/2.10.nix
+++ b/pkgs/development/compilers/scala/2.10.nix
@@ -33,5 +33,6 @@ stdenv.mkDerivation rec {
     homepage = http://www.scala-lang.org/;
     license = "BSD";
     platforms = stdenv.lib.platforms.all;
+    branch = "2.10";
   };
 }
diff --git a/pkgs/development/compilers/scala/2.9.nix b/pkgs/development/compilers/scala/2.9.nix
index 41f377dbfa3f6..93e87735571ce 100644
--- a/pkgs/development/compilers/scala/2.9.nix
+++ b/pkgs/development/compilers/scala/2.9.nix
@@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
     homepage = http://www.scala-lang.org/;
     license = "BSD";
     platforms = stdenv.lib.platforms.all;
+    branch = "2.9";
   };
 }