parent
5beeb99aca
commit
f0704cba04
2 changed files with 11 additions and 3 deletions
modules/ags
|
@ -140,7 +140,15 @@ in {
|
|||
};
|
||||
'';
|
||||
in (
|
||||
(buildGirTypes {
|
||||
(import ./icons.nix {
|
||||
inherit pkgs;
|
||||
agsConfigDir = cfg.configDir;
|
||||
})
|
||||
// (import ./icons.nix {
|
||||
inherit pkgs;
|
||||
agsConfigDir = gtk4ConfigDir;
|
||||
})
|
||||
// (buildGirTypes {
|
||||
pname = "ags";
|
||||
configPath = "${cfg.configDir}/@girs";
|
||||
packages = filter (x:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue