1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

chromium: remove unused arguments

This commit is contained in:
Alyssa Ross 2024-06-11 12:35:38 +02:00
parent a71762621b
commit 9a95b60a38
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -1,9 +1,9 @@
{ newScope, config, stdenv, fetchurl, makeWrapper
{ newScope, config, stdenv, makeWrapper
, buildPackages
, ed, gnugrep, coreutils, xdg-utils
, glib, gtk3, gtk4, gnome, gsettings-desktop-schemas, gn, fetchgit
, libva, pipewire, wayland
, gcc, nspr, nss, runCommand
, runCommand
, lib, libkrb5
, widevine-cdm
, electron-source # for warnObsoleteVersionConditional
@ -18,7 +18,6 @@
, cupsSupport ? true
, pulseSupport ? config.pulseaudio or stdenv.isLinux
, commandLineArgs ? ""
, pkgsBuildTarget
, pkgsBuildBuild
, pkgs
}: