Add meta.branch to a bunch of packages
Gives better results in the monitor
This commit is contained in:
@@ -33,5 +33,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://www.scala-lang.org/;
|
||||
license = "BSD";
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
branch = "2.10";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://www.scala-lang.org/;
|
||||
license = "BSD";
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
branch = "2.9";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user