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:
aszlig 2016-03-20 16:57:53 +01:00
parent 6041cfe2af
commit 985df3900d
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, ninja, which
{ stdenv, ninja, which
# default dependencies
, bzip2, flac, speex, libopus
@ -30,7 +30,6 @@
, hiDPISupport ? false
, source
, plugins
}:
buildFun: