From db58ef46337de101ea6354629dad6546d9604819 Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Mon, 9 Feb 2026 01:50:04 +0100 Subject: [PATCH] orthanc-plugin-dicomweb: remove misspelled SourceRoot The builders only uses 'sourceRoot'; 'SourceRoot' doesn't seem to be necessary. --- pkgs/by-name/or/orthanc-plugin-dicomweb/package.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/by-name/or/orthanc-plugin-dicomweb/package.nix b/pkgs/by-name/or/orthanc-plugin-dicomweb/package.nix index c34a5d44141f..65c09c277967 100644 --- a/pkgs/by-name/or/orthanc-plugin-dicomweb/package.nix +++ b/pkgs/by-name/or/orthanc-plugin-dicomweb/package.nix @@ -59,8 +59,6 @@ stdenv.mkDerivation (finalAttrs: { --replace-fail "cmake_minimum_required(VERSION 2.8)" "cmake_minimum_required(VERSION 3.10)" ''; - SourceRoot = "${finalAttrs.src.name}/Build"; - nativeBuildInputs = [ cmake python3