summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/twinkle/default.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-09-02 21:52:34 +0200
committerVladimír Čunát <vcunat@gmail.com>2014-09-02 21:52:34 +0200
commit6734f37ec6b7d263374f0a6ef9a1cdeab68be1d2 (patch)
tree8b0b6c45cabacfbff7b375c69ddb8d4cda94eec7 /pkgs/applications/networking/instant-messengers/twinkle/default.nix
parent715943a6fbaf025bcadd6dcee5f6007c4da15ab7 (diff)
downloadnixpkgs-6734f37ec6b7d263374f0a6ef9a1cdeab68be1d2.tar
nixpkgs-6734f37ec6b7d263374f0a6ef9a1cdeab68be1d2.tar.gz
nixpkgs-6734f37ec6b7d263374f0a6ef9a1cdeab68be1d2.tar.bz2
nixpkgs-6734f37ec6b7d263374f0a6ef9a1cdeab68be1d2.tar.lz
nixpkgs-6734f37ec6b7d263374f0a6ef9a1cdeab68be1d2.tar.xz
nixpkgs-6734f37ec6b7d263374f0a6ef9a1cdeab68be1d2.tar.zst
nixpkgs-6734f37ec6b7d263374f0a6ef9a1cdeab68be1d2.zip
twinkle: disable parallel building, as it was failing
http://hydra.nixos.org/build/13919809
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/twinkle/default.nix')
-rw-r--r--pkgs/applications/networking/instant-messengers/twinkle/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/twinkle/default.nix b/pkgs/applications/networking/instant-messengers/twinkle/default.nix
index 2e6b904c134..c7f33c1f580 100644
--- a/pkgs/applications/networking/instant-messengers/twinkle/default.nix
+++ b/pkgs/applications/networking/instant-messengers/twinkle/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
 
   NIX_CFLAGS_LINK = "-Wl,--as-needed -lboost_regex -lasound -lzrtpcpp -lspeex -lspeexdsp";
 
-  enableParallelBuilding = true;
+  #enableParallelBuilding = true; # fatal error: messageform.h: No such file or directory
 
   meta = with stdenv.lib; {
     homepage = http://www.twinklephone.com/;