Skip to content

Commit

Permalink
Revert "haskell generic-builder: fix Darwin regression for lmdb"
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil committed Feb 17, 2020
1 parent 497c0a4 commit 09e387f
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 @@ -384,7 +384,7 @@ stdenv.mkDerivation ({
done
for d in $(grep '^dynamic-library-dirs:' "$packageConfDir"/* | cut -d' ' -f2- | tr ' ' '\n' | sort -u); do
for lib in "$d/"*.{dylib,so}; do
for lib in "$d/"*.dylib; do
ln -s "$lib" "$dynamicLinksDir"
done
done
Expand Down

0 comments on commit 09e387f

Please sign in to comment.