1 { fetchFromGitHub, buildPerlPackage, lib }:
5 version = "2012-04-13";
7 src = fetchFromGitHub {
10 rev = "b908472b4390180ea5d19a121ac5edad6ed88d83";
11 sha256 = "0vk99pwgbard62k63386r7dpnm3h435jdqywr4xqfq7p04dz6kyb";
14 patches = [ ./no-stdin.patch ];
16 doCheck = false; # TODO: almost all tests fail ... is this a real problem?
19 description = "MNI MINC perllib (not used much anymore)";
20 homepage = "https://github.com/BIC-MNI/mni-perllib";
21 license = with lib.licenses; [ artistic1 gpl1Plus ];
22 maintainers = with lib.maintainers; [ bcdarwin ];