Merge branch 'termite-v13'

This commit is contained in:
Jan Tojnar 2017-12-20 04:51:26 +01:00
commit 69fa2d6bfb
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -3,14 +3,14 @@
}:
let
version = "12";
version = "13";
termite = stdenv.mkDerivation {
name = "termite-${version}";
src = fetchgit {
url = "https://github.com/thestinger/termite";
rev = "refs/tags/v${version}";
sha256 = "0s6dyg3vcqk5qcx90bs24wdnd3p56rdjdcanx4pcxvp6ksjl61jz";
sha256 = "02cn70ygl93ghhkhs3xdxn5b1yadc255v3yp8cmhhyzsv5027hvj";
};
postPatch = "sed '1i#include <math.h>' -i termite.cc";