mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-05 13:23:17 +00:00
dejavu_fontsEnv: explain the situation in a comment
This commit is contained in:
parent
168d6fdf21
commit
e8dea0db30
@ -11931,6 +11931,7 @@ in
|
||||
inherit (perlPackages) FontTTF;
|
||||
});
|
||||
|
||||
# solve collision for nix-env before https://github.com/NixOS/nix/pull/815
|
||||
dejavu_fontsEnv = buildEnv {
|
||||
name = "${dejavu_fonts.name}";
|
||||
paths = [ dejavu_fonts.out ];
|
||||
|
Loading…
Reference in New Issue
Block a user