The attached patch fixes the build of the pgadmin3 expression, which is
failing on the current master branch.
>From 6825999504000776df263aae4a0de9427be553af Mon Sep 17 00:00:00 2001
From: Karn Kallio <[email protected]>
Date: Sat, 23 Apr 2016 23:05:43 -0430
Subject: [PATCH] pgadmin3 : fix the build
---
pkgs/applications/misc/pgadmin/default.nix | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pkgs/applications/misc/pgadmin/default.nix b/pkgs/applications/misc/pgadmin/default.nix
index 894aeaa..ffc2021 100644
--- a/pkgs/applications/misc/pgadmin/default.nix
+++ b/pkgs/applications/misc/pgadmin/default.nix
@@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
substituteInPlace pgadmin/ver_svn.sh --replace "bin/bash" "$shell"
'';
+ configureFlags = [ "--with-libxml2=${libxml2}" "--with-libxslt=${libxslt}" ];
+
meta = with stdenv.lib; {
description = "PostgreSQL administration GUI tool";
homepage = http://www.pgadmin.org;
--
2.8.0
_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev