summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-11-26 16:09:44 -0500
committerworldofpeace <worldofpeace@protonmail.ch>2019-12-10 22:37:15 -0500
commitf21759a7b973e08ced43599495b0ed15f107d990 (patch)
treef254385cc14bef857f25531e491618b6a80cf680 /pkgs
parentd7159adcbabaf4769dfd1661a82d185a6c65579c (diff)
downloadnixpkgs-f21759a7b973e08ced43599495b0ed15f107d990.tar
nixpkgs-f21759a7b973e08ced43599495b0ed15f107d990.tar.gz
nixpkgs-f21759a7b973e08ced43599495b0ed15f107d990.tar.bz2
nixpkgs-f21759a7b973e08ced43599495b0ed15f107d990.tar.lz
nixpkgs-f21759a7b973e08ced43599495b0ed15f107d990.tar.xz
nixpkgs-f21759a7b973e08ced43599495b0ed15f107d990.tar.zst
nixpkgs-f21759a7b973e08ced43599495b0ed15f107d990.zip
hexchat: don't use libsexy in nixpkgs
It's a part of hexchat
* https://github.com/hexchat/hexchat/blob/57478b65758e6b697b1d82ce21075e74aa475efc/src/fe-gtk/sexy-spell-entry.h
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/irc/hexchat/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/irc/hexchat/default.nix b/pkgs/applications/networking/irc/hexchat/default.nix
index f537627f976..7dd3792a3cb 100644
--- a/pkgs/applications/networking/irc/hexchat/default.nix
+++ b/pkgs/applications/networking/irc/hexchat/default.nix
@@ -1,6 +1,6 @@
 { stdenv, fetchFromGitHub, fetchpatch, pkgconfig, gtk2, lua, perl, python3
 , pciutils, dbus-glib, libcanberra-gtk2, libproxy
-, libsexy, enchant2, libnotify, openssl, isocodes
+, enchant2, libnotify, openssl, isocodes
 , desktop-file-utils
 , meson, ninja
 }:
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
 
   buildInputs = [
     gtk2 lua perl python3 pciutils dbus-glib libcanberra-gtk2 libproxy
-    libsexy libnotify openssl desktop-file-utils
+    libnotify openssl desktop-file-utils
     isocodes
   ];