summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-03-19 12:21:10 +0100
committeraszlig <aszlig@redmoonstudios.org>2014-04-19 03:58:41 +0200
commit88a939c2d116236fbfb48d9a27741584b6a6e055 (patch)
treedf59a16c419cdcca1c5c5bc951e554e35e3b17e9 /pkgs/top-level
parentc2abe4da6c0e19358d46e6fdd4d5ff5bfddfff82 (diff)
downloadnixlib-88a939c2d116236fbfb48d9a27741584b6a6e055.tar
nixlib-88a939c2d116236fbfb48d9a27741584b6a6e055.tar.gz
nixlib-88a939c2d116236fbfb48d9a27741584b6a6e055.tar.bz2
nixlib-88a939c2d116236fbfb48d9a27741584b6a6e055.tar.lz
nixlib-88a939c2d116236fbfb48d9a27741584b6a6e055.tar.xz
nixlib-88a939c2d116236fbfb48d9a27741584b6a6e055.tar.zst
nixlib-88a939c2d116236fbfb48d9a27741584b6a6e055.zip
chromium: Decouple browser from default.nix.
This currently only passes through the arguments and is nothing more
than the foundation of the new structure. In essence, I want to have a
really small default.nix which is then going down into the respective
subparts that are isolated from each other.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index fda6cdaa2610..79c1ce219dab 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -7739,7 +7739,6 @@ let
 
   chromium = lowPrio (callPackage ../applications/networking/browsers/chromium {
     channel = "stable";
-    gconf = gnome.GConf;
     pulseSupport = config.pulseaudio or true;
   });