mesa.drivers: improve readability

Co-authored-by: Janne Heß <janne@hess.ooo>
main
Vladimír Čunát 2 years ago committed by GitHub
parent 4e199a91dc
commit d5cd8efaca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/development/libraries/mesa/default.nix

@ -235,7 +235,7 @@ self = stdenv.mkDerivation {
done
# NAR doesn't support hard links, so convert them to symlinks.
${jdupes}/bin/jdupes -Hlr "$drivers"
${jdupes}/bin/jdupes --hard-links --link-soft --recurse "$drivers"
# add RPATH so the drivers can find the moved libgallium and libdricore9
# moved here to avoid problems with stripping patchelfed files

Loading…
Cancel
Save