summary refs log tree commit diff
path: root/pkgs/applications/version-management/redmine
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-10-05 13:23:01 +0200
committerVladimír Čunát <vcunat@gmail.com>2015-10-05 13:44:16 +0200
commit38313d5d877fc421d1381971051107e4b03dc40d (patch)
tree8143c1a0d11cd8d0cf10fe59a67508baa975ffba /pkgs/applications/version-management/redmine
parentf8c211fd2b53d970a439d643bea9d0928fb08666 (diff)
downloadnixpkgs-38313d5d877fc421d1381971051107e4b03dc40d.tar
nixpkgs-38313d5d877fc421d1381971051107e4b03dc40d.tar.gz
nixpkgs-38313d5d877fc421d1381971051107e4b03dc40d.tar.bz2
nixpkgs-38313d5d877fc421d1381971051107e4b03dc40d.tar.lz
nixpkgs-38313d5d877fc421d1381971051107e4b03dc40d.tar.xz
nixpkgs-38313d5d877fc421d1381971051107e4b03dc40d.tar.zst
nixpkgs-38313d5d877fc421d1381971051107e4b03dc40d.zip
libxml2,libxslt: split into multiple outputs
Fixed all references, hopefully.
libxml2Python is slightly hacky now, but it seems to work.
Diffstat (limited to 'pkgs/applications/version-management/redmine')
-rw-r--r--pkgs/applications/version-management/redmine/bootstrap.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/redmine/bootstrap.nix b/pkgs/applications/version-management/redmine/bootstrap.nix
index 5971f2e9cdd..82643f18a55 100644
--- a/pkgs/applications/version-management/redmine/bootstrap.nix
+++ b/pkgs/applications/version-management/redmine/bootstrap.nix
@@ -32,8 +32,8 @@ in stdenv.mkDerivation rec {
 
     bundle config --local build.nokogiri --use-system-libraries \
       --with-iconv-dir=${libiconv} \
-      --with-xslt-dir=${libxslt} \
-      --with-xml2-dir=${libxml2} \
+      --with-xslt-dir=${libxslt.out} \
+      --with-xml2-dir=${libxml2.out} \
       --with-pkg-config \
       --with-pg-config=${postgresql}/bin/pg_config