Loading pkgs/development/octave-modules/dicom/default.nix +15 −2 Original line number Diff line number Diff line Loading @@ -3,6 +3,8 @@ lib, fetchFromGitHub, gdcm, autoreconfHook, pkg-config, cmake, nix-update-script, }: Loading @@ -19,15 +21,26 @@ buildOctavePackage rec { }; nativeBuildInputs = [ pkg-config autoreconfHook cmake ]; dontUseCmakeConfigure = true; propagatedBuildInputs = [ gdcm ]; dontUseCmakeConfigure = true; preAutoreconf = '' pushd src # Removed these so autoreconf actually fires for our environment. rm config.* ''; postAutoreconf = '' popd ''; passthru.updateScript = nix-update-script { extraArgs = [ "--version-regex=release-(.*)" ]; }; meta = { Loading Loading
pkgs/development/octave-modules/dicom/default.nix +15 −2 Original line number Diff line number Diff line Loading @@ -3,6 +3,8 @@ lib, fetchFromGitHub, gdcm, autoreconfHook, pkg-config, cmake, nix-update-script, }: Loading @@ -19,15 +21,26 @@ buildOctavePackage rec { }; nativeBuildInputs = [ pkg-config autoreconfHook cmake ]; dontUseCmakeConfigure = true; propagatedBuildInputs = [ gdcm ]; dontUseCmakeConfigure = true; preAutoreconf = '' pushd src # Removed these so autoreconf actually fires for our environment. rm config.* ''; postAutoreconf = '' popd ''; passthru.updateScript = nix-update-script { extraArgs = [ "--version-regex=release-(.*)" ]; }; meta = { Loading