about summary refs log tree commit diff
path: root/pkgs/development/libraries/mesa/default.nix
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2022-02-28 21:10:42 +0100
committerGitHub <noreply@github.com>2022-02-28 21:10:42 +0100
commitd5cd8efaca6d2a04a35696ddc2f38a7a374e54d3 (patch)
tree4780698d917da8dfa67052e1bfc8f9415b153375 /pkgs/development/libraries/mesa/default.nix
parent4e199a91dc49659ea3ecd7f8e174d6ade2a1d717 (diff)
mesa.drivers: improve readability
Co-authored-by: Janne Heß <janne@hess.ooo>
Diffstat (limited to 'pkgs/development/libraries/mesa/default.nix')
-rw-r--r--pkgs/development/libraries/mesa/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/mesa/default.nix b/pkgs/development/libraries/mesa/default.nix
index de996cf74f33d..c17b5883e4549 100644
--- a/pkgs/development/libraries/mesa/default.nix
+++ b/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