summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2021-08-01 09:06:53 +0200
committerMichael Weiss <dev.primeos@gmail.com>2021-08-01 18:28:08 +0200
commit2682531c67cefc5110adfa546bfdc66e6374e91f (patch)
tree4218e79858a92615a9a221c0a6bcb2ef685648b4 /pkgs
parent3669b12f35aa4cce673191e061349e70bb3d4ddd (diff)
downloadnixpkgs-2682531c67cefc5110adfa546bfdc66e6374e91f.tar
nixpkgs-2682531c67cefc5110adfa546bfdc66e6374e91f.tar.gz
nixpkgs-2682531c67cefc5110adfa546bfdc66e6374e91f.tar.bz2
nixpkgs-2682531c67cefc5110adfa546bfdc66e6374e91f.tar.lz
nixpkgs-2682531c67cefc5110adfa546bfdc66e6374e91f.tar.xz
nixpkgs-2682531c67cefc5110adfa546bfdc66e6374e91f.tar.zst
nixpkgs-2682531c67cefc5110adfa546bfdc66e6374e91f.zip
chromium: Drop two gn overrides that are not required anymore
The chromium and chromiumBeta builds still succeed.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/browsers/chromium/common.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/pkgs/applications/networking/browsers/chromium/common.nix b/pkgs/applications/networking/browsers/chromium/common.nix
index 15d415fdd54..eb28146b09f 100644
--- a/pkgs/applications/networking/browsers/chromium/common.nix
+++ b/pkgs/applications/networking/browsers/chromium/common.nix
@@ -290,16 +290,6 @@ let
       enable_widevine = true;
       # Provides the enable-webrtc-pipewire-capturer flag to support Wayland screen capture:
       rtc_use_pipewire = true;
-
-      # TODOs:
-      # Disable PGO (defaults to 2 since M89) because it fails without additional changes:
-      # error: Could not read profile ../../chrome/build/pgo_profiles/chrome-linux-master-1610647094-405a32bcf15e5a84949640f99f84a5b9f61e2f2e.profdata: Unsupported instrumentation profile format version
-      chrome_pgo_phase = 0; # TODO
-      # Disable build with TFLite library because it fails without additional changes:
-      # ninja: error: '../../chrome/test/data/simple_test.tflite', needed by 'test_data/simple_test.tflite', missing and no known rule to make it
-      # Note: chrome/test/data/simple_test.tflite is in the Git repository but not in chromium-90.0.4400.8.tar.xz
-      # See also chrome/services/machine_learning/README.md
-      build_with_tflite_lib = false; # TODO
     } // optionalAttrs proprietaryCodecs {
       # enable support for the H.264 codec
       proprietary_codecs = true;