Skip to content

Commit

Permalink
haskell generic builder: broaden datadir removal from lib
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Jul 4, 2018
1 parent 1691236 commit 1bc76f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/haskell-modules/generic-builder.nix
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ stdenv.mkDerivation ({
# *.conf, we have to also remove the data directory so that it
# doesn't appear under data-dir field creating a cycle.
if [ -d ${libDir} ]; then
find ${libDir}/ -type f -name '*.conf' -exec \
find ${libDir}/ -type f -exec \
remove-references-to -t ${dataDir} "{}" \;
fi
''}
Expand Down

0 comments on commit 1bc76f1

Please sign in to comment.