mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
parent
f682df2758
commit
0477af8a09
@ -14325,7 +14325,9 @@ with pkgs;
|
|||||||
inherit (callPackages ../data/fonts/noto-fonts {})
|
inherit (callPackages ../data/fonts/noto-fonts {})
|
||||||
noto-fonts noto-fonts-cjk noto-fonts-emoji;
|
noto-fonts noto-fonts-cjk noto-fonts-emoji;
|
||||||
|
|
||||||
nullmailer = callPackage ../servers/mail/nullmailer { };
|
nullmailer = callPackage ../servers/mail/nullmailer {
|
||||||
|
stdenv = gccStdenv;
|
||||||
|
};
|
||||||
|
|
||||||
numix-icon-theme = callPackage ../data/icons/numix-icon-theme { };
|
numix-icon-theme = callPackage ../data/icons/numix-icon-theme { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user