Attach a bunch of meta.branch info for the monitor

This should stop explicitly-versioned expressions from showing up in the
monitor as in need of update.
This commit is contained in:
Mateusz Kowalczyk
2014-11-17 18:04:59 +00:00
parent 9ee5b8d3fc
commit 0c43a02e36
12 changed files with 22 additions and 2 deletions
@@ -6,6 +6,7 @@
, version, sha256
, extraPatches ? [ ]
, license ? stdenv.lib.licenses.sleepycat
, branch ? null
}:
stdenv.mkDerivation rec {
@@ -37,5 +38,6 @@ stdenv.mkDerivation rec {
description = "Berkeley DB";
license = license;
platforms = platforms.unix;
branch = branch;
};
}