mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-11 07:23:40 +00:00
Using default stdenv in fontdir.nix
svn path=/nixos/trunk/; revision=10289
This commit is contained in:
parent
3166d9f687
commit
e914d28638
@ -189,7 +189,7 @@ rec {
|
||||
|
||||
# Font aggregation
|
||||
fontDir = import ./fontdir.nix {
|
||||
stdenv = pkgs.stdenvUsingSetupNew2;
|
||||
stdenv = pkgs.stdenv;
|
||||
inherit pkgs config;
|
||||
inherit (pkgs.xorg) mkfontdir mkfontscale fontalias;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user