mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
hexchat: don't use libsexy in nixpkgs
It's a part of hexchat
* 57478b6575/src/fe-gtk/sexy-spell-entry.h
This commit is contained in:
parent
d7159adcba
commit
f21759a7b9
@ -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
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user