mesa.drivers: improve readability

Co-authored-by: Janne Heß <janne@hess.ooo>
This commit is contained in:
Vladimír Čunát
2022-02-28 21:10:42 +01:00
committed by GitHub
co-authored by Janne Heß
parent 4e199a91dc
commit d5cd8efaca
+1 -1
View File
@@ -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