aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/editors/jucipp
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-03-23 04:50:12 +0000
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-03-24 14:46:50 -0400
commit97eb65324dc528cb65108396a2c4f5b538fb377f (patch)
tree23237697365809bfecc4997bb90fa4b4e3bd5ba8 /pkgs/applications/editors/jucipp
parent2be90ccb4faa99a2a8d71e21fa7090a3bc89c263 (diff)
treewide: no gnome aliases
Diffstat (limited to 'pkgs/applications/editors/jucipp')
-rw-r--r--pkgs/applications/editors/jucipp/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/editors/jucipp/default.nix b/pkgs/applications/editors/jucipp/default.nix
index 08918beb8d5..9547b82efa1 100644
--- a/pkgs/applications/editors/jucipp/default.nix
+++ b/pkgs/applications/editors/jucipp/default.nix
@@ -1,6 +1,6 @@
-{ stdenv, fetchgit, gnome3, at-spi2-core,
+{ stdenv, fetchgit, gnome3, gtksourceview3, at-spi2-core, gtksourceviewmm,
boost, epoxy, cmake, aspell, llvmPackages, libgit2, pkgconfig, pcre,
- libXdmcp, libxkbcommon, libpthreadstubs, wrapGAppsHook, aspellDicts,
+ libXdmcp, libxkbcommon, libpthreadstubs, wrapGAppsHook, aspellDicts, gtkmm3,
coreutils, glibc, dbus, openssl, libxml2, gnumake, ctags }:
with stdenv.lib;
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
dbus
openssl
libxml2
- gnome3.gtksourceview
+ gtksourceview3
at-spi2-core
pcre
epoxy
@@ -39,9 +39,9 @@ stdenv.mkDerivation rec {
aspell
libgit2
libxkbcommon
- gnome3.gtkmm3
+ gtkmm3
libpthreadstubs
- gnome3.gtksourceviewmm
+ gtksourceviewmm
llvmPackages.clang.cc
llvmPackages.lldb
gnome3.dconf