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
@@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
name = "libsigsegv-2.5";
src = fetchurl {
url = "mirror://gnu/libsigsegv/${name}.tar.gz";
sha256 = "0fvcsq9msi63vrbpvks6mqkrnls5cfy6bzww063sqhk2h49vsyyg";
@@ -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;