Add meta.branch to a bunch of packages

Gives better results in the monitor
This commit is contained in:
Mateusz Kowalczyk
2014-11-19 18:54:58 +00:00
parent 8236ca5d70
commit 03655c332a
13 changed files with 29 additions and 9 deletions
@@ -33,5 +33,6 @@ stdenv.mkDerivation rec {
homepage = http://www.scala-lang.org/;
license = "BSD";
platforms = stdenv.lib.platforms.all;
branch = "2.10";
};
}
+1
View File
@@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
homepage = http://www.scala-lang.org/;
license = "BSD";
platforms = stdenv.lib.platforms.all;
branch = "2.9";
};
}