buildInputs = [ gtk4 ];
pythonPath = [ pygobject3 ];
+ meta = {
+ description =
+ "A simple GUI for managing declarative nix-env user environments";
+ homepage = "https://git.scottworley.com/nix-env-apps";
+ license = pkgs.lib.licenses.gpl3;
+ maintainers = with pkgs.lib.maintainers; [ chkno ];
+ };
+
}) { }