Loading pkgs/by-name/or/orthanc/add-missing-include.patchdeleted 100644 → 0 +0 −10 Original line number Diff line number Diff line diff -r cba3e8ca3a87 OrthancServer/Sources/OrthancInitialization.cpp --- a/Sources/OrthancInitialization.cpp Tue Mar 11 10:46:15 2025 +0100 +++ b/Sources/OrthancInitialization.cpp Thu Mar 13 18:20:00 2025 +0100 @@ -59,6 +59,7 @@ # undef __FILE__ # define __FILE__ __ORTHANC_FILE__ # endif +# include <google/protobuf/stubs/common.h> # include <google/protobuf/any.h> #endif pkgs/by-name/or/orthanc/package.nix +2 −8 Original line number Diff line number Diff line Loading @@ -28,20 +28,14 @@ stdenv.mkDerivation (finalAttrs: { pname = "orthanc"; version = "1.12.6"; version = "1.12.7"; src = fetchhg { url = "https://orthanc.uclouvain.be/hg/orthanc/"; rev = "Orthanc-${finalAttrs.version}"; hash = "sha256-1ztA95PiCGL1oD6zVfsEhwrwGNID13/NcyZDD3eHYv0="; hash = "sha256-aWUA8cCnWff5Tl8PWGJJtERlGh4GX4a8hTG9E2ADG9k="; }; patches = [ # Without this patch, the build fails to find `GOOGLE_PROTOBUF_VERIFY_VERSION` # The patch has been included upstream, it need to be removed in the next release. ./add-missing-include.patch ]; outputs = [ "out" "dev" Loading Loading
pkgs/by-name/or/orthanc/add-missing-include.patchdeleted 100644 → 0 +0 −10 Original line number Diff line number Diff line diff -r cba3e8ca3a87 OrthancServer/Sources/OrthancInitialization.cpp --- a/Sources/OrthancInitialization.cpp Tue Mar 11 10:46:15 2025 +0100 +++ b/Sources/OrthancInitialization.cpp Thu Mar 13 18:20:00 2025 +0100 @@ -59,6 +59,7 @@ # undef __FILE__ # define __FILE__ __ORTHANC_FILE__ # endif +# include <google/protobuf/stubs/common.h> # include <google/protobuf/any.h> #endif
pkgs/by-name/or/orthanc/package.nix +2 −8 Original line number Diff line number Diff line Loading @@ -28,20 +28,14 @@ stdenv.mkDerivation (finalAttrs: { pname = "orthanc"; version = "1.12.6"; version = "1.12.7"; src = fetchhg { url = "https://orthanc.uclouvain.be/hg/orthanc/"; rev = "Orthanc-${finalAttrs.version}"; hash = "sha256-1ztA95PiCGL1oD6zVfsEhwrwGNID13/NcyZDD3eHYv0="; hash = "sha256-aWUA8cCnWff5Tl8PWGJJtERlGh4GX4a8hTG9E2ADG9k="; }; patches = [ # Without this patch, the build fails to find `GOOGLE_PROTOBUF_VERIFY_VERSION` # The patch has been included upstream, it need to be removed in the next release. ./add-missing-include.patch ]; outputs = [ "out" "dev" Loading