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:
parent
a71762621b
commit
9a95b60a38
|
@ -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
|
||||
}:
|
||||
|
|
Loading…
Reference in a new issue