summary refs log tree commit diff
path: root/pkgs/applications/science/biology/EZminc/default.nix
diff options
context:
space:
mode:
authorBen Darwin <bcdarwin@gmail.com>2022-05-16 15:59:16 -0400
committerRobert Schütz <github@dotlambda.de>2022-05-17 10:24:07 -0700
commit5cf446f41b400d9a209144b385460766778b787a (patch)
treed2df8afbf321af34c99754681fae8ed2aef630a1 /pkgs/applications/science/biology/EZminc/default.nix
parent6e6ba864b32a474e51e9e0ecfa81bfc0caa03db1 (diff)
downloadnixpkgs-5cf446f41b400d9a209144b385460766778b787a.tar
nixpkgs-5cf446f41b400d9a209144b385460766778b787a.tar.gz
nixpkgs-5cf446f41b400d9a209144b385460766778b787a.tar.bz2
nixpkgs-5cf446f41b400d9a209144b385460766778b787a.tar.lz
nixpkgs-5cf446f41b400d9a209144b385460766778b787a.tar.xz
nixpkgs-5cf446f41b400d9a209144b385460766778b787a.tar.zst
nixpkgs-5cf446f41b400d9a209144b385460766778b787a.zip
ezminc: mark broken
Package refuses to build with current GCC (11), but building with older
GCC causes error linking libminc and I don't want to pin a bunch of
deps.

A newer version is available upstream but it only works with ITK 5.0
(see https://github.com/BIC-MNI/EZminc/issues/15),
but we have 4.x and 5.2.x in tree and I'm reluctant to add 5.0 just for
one package (even ITK 4.x is only used by ants and ezminc and should be
removed as soon as ants is upgraded).
Diffstat (limited to 'pkgs/applications/science/biology/EZminc/default.nix')
-rw-r--r--pkgs/applications/science/biology/EZminc/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/science/biology/EZminc/default.nix b/pkgs/applications/science/biology/EZminc/default.nix
index a2ba038c059..6c140b03ee4 100644
--- a/pkgs/applications/science/biology/EZminc/default.nix
+++ b/pkgs/applications/science/biology/EZminc/default.nix
@@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
     maintainers = with maintainers; [ bcdarwin ];
     platforms = platforms.unix;
     license = licenses.free;
+    broken = true;  # ITK5 compatibility issue (https://github.com/BIC-MNI/EZminc/issues/15)
   };
 }