Merge pull request #129324 from sternenseemann/chromium-cross-eval

chromium: move ed and makeWrapper into nativeBuildInputs

authored by Michael Weiss and committed by GitHub bf498746 621168bf

+3 -1
+3 -1
pkgs/applications/networking/browsers/chromium/default.nix
··· 149 149 + "chromium${suffix}-${version}"; 150 150 inherit version; 151 151 152 - buildInputs = [ 152 + nativeBuildInputs = [ 153 153 makeWrapper ed 154 + ]; 154 155 156 + buildInputs = [ 155 157 # needed for GSETTINGS_SCHEMAS_PATH 156 158 gsettings-desktop-schemas glib gtk3 157 159