address license/version issues for PR #29782

This commit is contained in:
Ben Darwin
2018-04-09 18:06:54 -04:00
parent e90d1e8631
commit cf2aac6a04
9 changed files with 31 additions and 19 deletions
@@ -2,11 +2,13 @@
stdenv.mkDerivation rec {
pname = "libminc";
name = "${pname}-2.3.01";
name = "${pname}-2017-09-14";
# current master significantly ahead of most recent release
owner = "BIC-MNI";
# current master is significantly ahead of most recent release, so use Git version:
src = fetchFromGitHub {
owner = "BIC-MNI";
inherit owner;
repo = pname;
rev = "e11c6df9321b4061bf87a7d43171ec55e9e3908f";
sha256 = "0lmd0js3jgni2mw1zfvd4qg6byxiv3ndgv2z3nm7975i83zw48xk";
@@ -30,9 +32,10 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = https://github.com/BIC-MNI/libminc;
homepage = "https://github.com/${owner}/${pname}";
description = "Medical imaging library based on HDF5";
maintainers = with maintainers; [ bcdarwin ];
platforms = platforms.unix;
license = licenses.free;
};
}