about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2022-07-11 10:18:47 -0500
committerGitHub <noreply@github.com>2022-07-11 10:18:47 -0500
commite1e0d5d51352ffcae90efb19063dd28a4949e9cc (patch)
tree1d97c86dc7296959daf807d7c314ad5f34029081 /pkgs/applications/office
parentde1ff46f80dfdf565a1c77086d22f3721181f01b (diff)
parentbcd70459981a6411418c2d8b0c13039270bdbf30 (diff)
Merge pull request #108496 from knedlsepp/cmake-rpath
cmake/setup-hook.sh: Don't skip build-RPATH
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/gnucash/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/office/gnucash/default.nix b/pkgs/applications/office/gnucash/default.nix
index 1c6fe68480d72..e33ef517088ae 100644
--- a/pkgs/applications/office/gnucash/default.nix
+++ b/pkgs/applications/office/gnucash/default.nix
@@ -154,8 +154,6 @@ stdenv.mkDerivation rec {
       test-xml-pricedb \
       test-xml-transaction \
       test-xml2-is-file
-
-      export LD_LIBRARY_PATH="$PWD/lib:$PWD/lib/gnucash:$PWD/lib/gnucash/test:$PWD/lib/gnucash/test/future"
   '';
 
   preFixup = ''