1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

gdm-settings: fix eval

This commit is contained in:
Ryan Omasta 2024-08-23 18:08:58 -06:00 committed by Jan Tojnar
parent b918f69b5d
commit a2f47ce51c

View file

@ -6,7 +6,7 @@
blueprint-compiler,
desktop-file-utils,
glib,
gnome,
gdm,
libadwaita,
meson,
ninja,
@ -63,6 +63,6 @@ python3Packages.buildPythonApplication rec {
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [ getchoo ];
mainProgram = "gdm-settings";
inherit (gnome.gdm.meta) platforms;
inherit (gdm.meta) platforms;
};
}