From f5f9b6af9d207974075ce3963a6f17739beb3726 Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Mon, 28 Feb 2022 21:25:21 +0100 Subject: mesa.drivers: nit, more info in a comment --- pkgs/development/libraries/mesa/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/libraries') diff --git a/pkgs/development/libraries/mesa/default.nix b/pkgs/development/libraries/mesa/default.nix index c17b5883e4549..a732fa92e0ea4 100644 --- a/pkgs/development/libraries/mesa/default.nix +++ b/pkgs/development/libraries/mesa/default.nix @@ -234,7 +234,7 @@ self = stdenv.mkDerivation { fi done - # NAR doesn't support hard links, so convert them to symlinks. + # NAR doesn't support hard links, so convert them to symlinks to save space. ${jdupes}/bin/jdupes --hard-links --link-soft --recurse "$drivers" # add RPATH so the drivers can find the moved libgallium and libdricore9 -- cgit 1.4.1