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:53:56 +00:00
parent 8236ca5d70
commit 03655c332a
13 changed files with 29 additions and 9 deletions

View File

@ -33,5 +33,6 @@ stdenv.mkDerivation rec {
homepage = http://www.scala-lang.org/;
license = "BSD";
platforms = stdenv.lib.platforms.all;
branch = "2.10";
};
}

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";
};
}

View File

@ -13,5 +13,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://libsigc.sourceforge.net/;
description = "A typesafe callback system for standard C++";
branch = "1.2";
};
}

View File

@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://libsigsegv.sf.net;
description = "A library for handling page faults in user mode";
branch = "2.5";
};
doCheck = true;

View File

@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.qwt;
platforms = platforms.linux;
maintainers = [ maintainers.bjornfor ];
branch = "6";
};
}

View File

@ -11,5 +11,7 @@ stdenv.mkDerivation {
propagatedBuildInputs = [ncurses];
patches = stdenv.lib.optional stdenv.isDarwin ./shobj-darwin.patch;
meta = {
branch = "5";
};
}

View File

@ -49,6 +49,7 @@ stdenv.mkDerivation (rec {
license = stdenv.lib.licenses.gpl3Plus;
maintainers = [ stdenv.lib.maintainers.ludo ];
branch = "6.2";
};
}

View File

@ -54,5 +54,6 @@ stdenv.mkDerivation rec {
maintainers = [ maintainers.ludo ];
platforms = platforms.unix;
branch = "6.3";
};
}

View File

@ -36,5 +36,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl3Plus;
homepage = http://www.gnu.org/software/texinfo/;
branch = "4.13";
};
}

View File

@ -39,5 +39,6 @@ stdenv.mkDerivation rec {
need revise only that one document. The Texinfo system is
well-integrated with GNU Emacs.
'';
branch = "5.2";
};
}

View File

@ -13,4 +13,7 @@ stdenv.mkDerivation {
mkdir -p $out/share/texmf-nix
cp -prd * $out/share/texmf-nix
";
meta = {
branch = "1";
};
}

View File

@ -14,4 +14,7 @@ stdenv.mkDerivation {
mkdir -p $out/share/texmf-nix
cp -prd * $out/share/texmf-nix
";
meta = {
branch = "2";
};
}

View File

@ -23,4 +23,7 @@ stdenv.mkDerivation {
mkdir -p $out/share/texmf-nix
cp -prd * $out/share/texmf-nix
";
meta = {
branch = "3";
};
}