mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-31 04:04:32 +00:00
Merge d3c22fd952
into 7170300119
This commit is contained in:
commit
a7977719f2
1 changed files with 3 additions and 1 deletions
|
@ -185,7 +185,9 @@ in {
|
|||
# Wrap the package's binaries with nixGL, while preserving the rest of
|
||||
# the outputs and derivation attributes.
|
||||
(pkg.overrideAttrs (old: {
|
||||
name = "nixGL-${pkg.name}";
|
||||
# Leave the name unchanged and rely on the hash to differentiate from the original package.
|
||||
# Some modules rely on the package name to e.g. compute config directory paths.
|
||||
name = pkg.name;
|
||||
|
||||
# Make sure this is false for the wrapper derivation, so nix doesn't expect
|
||||
# a new debug output to be produced. We won't be producing any debug info
|
||||
|
|
Loading…
Add table
Reference in a new issue