Skip to content

Commit de831f3

Browse files
committed
FIX: Nix build - ITK 5 not supported yet
1 parent 6d88592 commit de831f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929

3030
{ pkgs ? import <nixpkgs> {} }:
3131

32-
pkgs.callPackage ./derivation.nix {}
32+
pkgs.callPackage ./derivation.nix { itk = pkgs.itk4; }

0 commit comments

Comments
 (0)