Skip to content

Commit

Permalink
haskell generic builder: add missing closing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
bennofs committed Dec 25, 2017
1 parent e41e02a commit 5a58985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/haskell-modules/generic-builder.nix
Expand Up @@ -412,7 +412,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.
find ${libDir}/ -type f -exec echo Removing ${dataDir} refs from "{}" \;
find ${libDir}/ -type f -name '*.conf -exec \
find ${libDir}/ -type f -name '*.conf' -exec \
remove-references-to -t ${dataDir} "{}" \;
''}
Expand Down

0 comments on commit 5a58985

Please sign in to comment.