wt: 3.3.6 -> 4.0.0
Fix build with new Boost.
This commit is contained in:
parent
d854b3df2c
commit
38b94d1f1f
2 changed files with 2 additions and 14 deletions
|
@ -1,10 +0,0 @@
|
||||||
--- a/CMakeLists.txt 2016-07-13 14:27:26.000000000 +0200
|
|
||||||
+++ b/CMakeLists.txt 2016-08-16 12:58:28.135652964 +0200
|
|
||||||
@@ -6,6 +6,7 @@
|
|
||||||
CMAKE_POLICY(SET CMP0002 OLD)
|
|
||||||
CMAKE_POLICY(SET CMP0003 OLD)
|
|
||||||
CMAKE_POLICY(SET CMP0005 OLD)
|
|
||||||
+ CMAKE_POLICY(SET CMP0037 OLD)
|
|
||||||
ENDIF(COMMAND CMAKE_POLICY)
|
|
||||||
|
|
||||||
PROJECT(WT)
|
|
|
@ -4,13 +4,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "wt";
|
name = "wt";
|
||||||
version = "3.3.6";
|
version = "4.0.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kdeforche";
|
owner = "kdeforche";
|
||||||
repo = name;
|
repo = name;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1pvykc969l9cpd0da8bgpi4gr8f6qczrbpprrxamyj1pn0ydzvq3";
|
sha256 = "1451xxvnx6mlvxg0jxlr1mfv5v18h2214kijk5kacilqashfc43i";
|
||||||
};
|
};
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
@ -28,8 +28,6 @@ stdenv.mkDerivation rec {
|
||||||
"--no-warn-unused-cli"
|
"--no-warn-unused-cli"
|
||||||
];
|
];
|
||||||
|
|
||||||
patches = [ ./cmake.patch ]; # fix a cmake warning; PR sent to upstream
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://www.webtoolkit.eu/wt;
|
homepage = https://www.webtoolkit.eu/wt;
|
||||||
description = "C++ library for developing web applications";
|
description = "C++ library for developing web applications";
|
||||||
|
|
Loading…
Reference in a new issue