chromium/common.nix: Remove unreferenced attrs
We're going to refactor things anyway, so let's first get rid of everything that's not used anymore. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
6041cfe2af
commit
985df3900d
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, ninja, which
|
{ stdenv, ninja, which
|
||||||
|
|
||||||
# default dependencies
|
# default dependencies
|
||||||
, bzip2, flac, speex, libopus
|
, bzip2, flac, speex, libopus
|
||||||
@ -30,7 +30,6 @@
|
|||||||
, hiDPISupport ? false
|
, hiDPISupport ? false
|
||||||
|
|
||||||
, source
|
, source
|
||||||
, plugins
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildFun:
|
buildFun:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user