about summary refs log tree commit diff
path: root/pkgs/applications/editors/jucipp
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-12-01 00:11:47 +0100
committerJan Tojnar <jtojnar@gmail.com>2019-12-01 01:01:40 +0100
commit8cbc862b83dc3528ec1ee909adf29893b8376a7e (patch)
treeb14fb3c82eec3f1b3acd35699610066cf1bae25e /pkgs/applications/editors/jucipp
parent28cb34d538d1ebad82def13259246ea1d7e1277f (diff)
dconf: move to top-level
Diffstat (limited to 'pkgs/applications/editors/jucipp')
-rw-r--r--pkgs/applications/editors/jucipp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/jucipp/default.nix b/pkgs/applications/editors/jucipp/default.nix
index cb9f10281c701..70b2d3c148db5 100644
--- a/pkgs/applications/editors/jucipp/default.nix
+++ b/pkgs/applications/editors/jucipp/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchgit, gnome3, gtksourceview3, at-spi2-core, gtksourceviewmm,
+{ stdenv, fetchgit, dconf, gtksourceview3, at-spi2-core, gtksourceviewmm,
   boost, epoxy, cmake, aspell, llvmPackages, libgit2, pkgconfig, pcre,
   libXdmcp, libxkbcommon, libpthreadstubs, wrapGAppsHook, aspellDicts, gtkmm3,
   coreutils, glibc, dbus, openssl, libxml2, gnumake, ctags }:
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
     gtksourceviewmm
     llvmPackages.clang.cc
     llvmPackages.lldb
-    gnome3.dconf
+    dconf
   ];