simpleitk: collapse out
and dev
outputs
Splitting the outputs confuses downstream CMake configure.
This commit is contained in:
parent
39fb426da5
commit
9e182deb29
1 changed files with 1 additions and 3 deletions
|
@ -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=";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue