mesa.drivers: improve readability
Co-authored-by: Janne Heß <janne@hess.ooo>
This commit is contained in:
co-authored by
Janne Heß
parent
4e199a91dc
commit
d5cd8efaca
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user