simpleitk: move headers to dev output (#170165)

* simpleitk: move headers to dev output

* fix typo
This commit is contained in:
Sandro 2022-04-26 14:27:10 +02:00 committed by GitHub
parent 9b26f76dee
commit ca3c297d86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,8 @@ stdenv.mkDerivation rec {
pname = "simpleitk";
version = "2.1.1";
outputs = [ "out" "dev" ];
src = fetchFromGitHub {
owner = "SimpleITK";
repo = "SimpleITK";