summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-12-17 14:49:24 +0100
committerPeter Simons <simons@cryp.to>2015-12-18 11:37:44 +0100
commit9cb7aa8357e61ff22ac082f5cb1a5c8f5a7903a6 (patch)
treea6bd19961a25e584c1f16c5771155af7bebbc32f /pkgs/development/haskell-modules/configuration-common.nix
parent16e9b44afa55a5d29988950a5c70ebc91c9687dd (diff)
downloadnixlib-9cb7aa8357e61ff22ac082f5cb1a5c8f5a7903a6.tar
nixlib-9cb7aa8357e61ff22ac082f5cb1a5c8f5a7903a6.tar.gz
nixlib-9cb7aa8357e61ff22ac082f5cb1a5c8f5a7903a6.tar.bz2
nixlib-9cb7aa8357e61ff22ac082f5cb1a5c8f5a7903a6.tar.lz
nixlib-9cb7aa8357e61ff22ac082f5cb1a5c8f5a7903a6.tar.xz
nixlib-9cb7aa8357e61ff22ac082f5cb1a5c8f5a7903a6.tar.zst
nixlib-9cb7aa8357e61ff22ac082f5cb1a5c8f5a7903a6.zip
haskell-gtksourceview2: add override to fix build
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index dbfd7850c370..065fd9b34d8e 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -255,6 +255,7 @@ self: super: {
   glib = addPkgconfigDepend super.glib pkgs.glib;
   gtk3 = super.gtk3.override { inherit (pkgs) gtk3; };
   gtk = addPkgconfigDepend super.gtk pkgs.gtk;
+  gtksourceview2 = (addPkgconfigDepend super.gtksourceview2 pkgs.gtk2).override { inherit (pkgs.gnome2) gtksourceview; };
   gtksourceview3 = super.gtksourceview3.override { inherit (pkgs.gnome3) gtksourceview; };
 
   # Need WebkitGTK, not just webkit.