summaryrefslogtreecommitdiffstats
path: root/pkgs/applications
diff options
context:
space:
mode:
authordevhell <devhell@users.noreply.github.com>2019-02-22 20:55:14 +0000
committerVladyslav M <dywedir@pm.me>2019-02-22 22:55:14 +0200
commit9aa592e9ab5334a1fa037f8113a7ff26692f0834 (patch)
tree39cf292887df650f4cb82f1c8f08fa3ac6e9b56b /pkgs/applications
parenta66c88f66a0715da6b930ed6a304ef1a7662a668 (diff)
profanity: Fix build (#56118)
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/instant-messengers/profanity/default.nix11
1 files changed, 4 insertions, 7 deletions
diff --git a/pkgs/applications/networking/instant-messengers/profanity/default.nix b/pkgs/applications/networking/instant-messengers/profanity/default.nix
index ae2f6f103049..e131e4c7a3ca 100644
--- a/pkgs/applications/networking/instant-messengers/profanity/default.nix
+++ b/pkgs/applications/networking/instant-messengers/profanity/default.nix
@@ -1,6 +1,7 @@
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, glib, openssl
, glibcLocales, expect, ncurses, libotr, curl, readline, libuuid
, cmocka, libmicrohttpd, stabber, expat, libmesode
+, autoconf-archive
, autoAwaySupport ? true, libXScrnSaver ? null, libX11 ? null
, notifySupport ? true, libnotify ? null, gdk_pixbuf ? null
@@ -32,7 +33,9 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
- nativeBuildInputs = [ autoreconfHook glibcLocales pkgconfig ];
+ nativeBuildInputs = [
+ autoreconfHook autoconf-archive glibcLocales pkgconfig
+ ];
buildInputs = [
expect readline libuuid glib openssl expat ncurses libotr
@@ -58,12 +61,6 @@ stdenv.mkDerivation rec {
LC_ALL = "en_US.utf8";
- NIX_CFLAGS_COMPILE = [ ]
- ++ optionals pythonPluginSupport [ "-I${python}/include/${python.libPrefix}" ];
-
- LDFLAGS = [ ]
- ++ optionals pythonPluginSupport [ "-L${python}/lib" "-l${python.libPrefix}" ];
-
meta = {
description = "A console based XMPP client";
longDescription = ''