simpleitk: move headers to dev output (#170165)
* simpleitk: move headers to dev output * fix typo
This commit is contained in:
parent
9b26f76dee
commit
ca3c297d86
@ -4,6 +4,8 @@ stdenv.mkDerivation rec {
|
||||
pname = "simpleitk";
|
||||
version = "2.1.1";
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "SimpleITK";
|
||||
repo = "SimpleITK";
|
||||
|
Loading…
Reference in New Issue
Block a user