stog: fix compatibility with uri ≥ 4.0.0

This commit is contained in:
Vincent Laporte
2020-12-08 17:33:12 +01:00
committed by Vincent Laporte
parent 24b4e1094e
commit 57f2285079
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
createFindlibDestdir = true;
patches = [ ./install.patch ];
patches = [ ./install.patch ./uri.patch ];
meta = with stdenv.lib; {
description = "XML documents and web site compiler";