Skip to content

Commit

Permalink
wt: 3.3.6 -> 4.0.0
Browse files Browse the repository at this point in the history
Fix build with new Boost.
  • Loading branch information
abbradar committed Oct 19, 2017
1 parent d854b3d commit 38b94d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
10 changes: 0 additions & 10 deletions pkgs/development/libraries/wt/cmake.patch

This file was deleted.

6 changes: 2 additions & 4 deletions pkgs/development/libraries/wt/default.nix
Expand Up @@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
name = "wt";
version = "3.3.6";
version = "4.0.0";

src = fetchFromGitHub {
owner = "kdeforche";
repo = name;
rev = version;
sha256 = "1pvykc969l9cpd0da8bgpi4gr8f6qczrbpprrxamyj1pn0ydzvq3";
sha256 = "1451xxvnx6mlvxg0jxlr1mfv5v18h2214kijk5kacilqashfc43i";
};

enableParallelBuilding = true;
Expand All @@ -28,8 +28,6 @@ stdenv.mkDerivation rec {
"--no-warn-unused-cli"
];

patches = [ ./cmake.patch ]; # fix a cmake warning; PR sent to upstream

meta = with stdenv.lib; {
homepage = https://www.webtoolkit.eu/wt;
description = "C++ library for developing web applications";
Expand Down

0 comments on commit 38b94d1

Please sign in to comment.