simpleitk: collapse out and dev outputs

Splitting the outputs confuses downstream CMake configure.
This commit is contained in:
Ben Darwin 2023-03-22 13:57:46 -04:00
parent 39fb426da5
commit 9e182deb29

View file

@ -4,12 +4,10 @@ stdenv.mkDerivation rec {
pname = "simpleitk";
version = "2.2.1";
outputs = [ "out" "dev" ];
src = fetchFromGitHub {
owner = "SimpleITK";
repo = "SimpleITK";
rev = "v${version}";
rev = "refs/tags/v${version}";
hash = "sha256-0YxmixUTXpjegZQv7DDCNTWFTH8QEWqQQszee7aQ5EI=";
};