{"id":13675943,"url":"https://github.com/flatwhatson/guix-channel","last_synced_at":"2025-04-13T07:52:47.952Z","repository":{"id":40305054,"uuid":"261947600","full_name":"flatwhatson/guix-channel","owner":"flatwhatson","description":"Package definitions for GNU Guix","archived":false,"fork":false,"pushed_at":"2023-01-02T05:45:44.000Z","size":285,"stargazers_count":108,"open_issues_count":0,"forks_count":12,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-13T07:52:43.796Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Scheme","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flatwhatson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-07T04:15:34.000Z","updated_at":"2025-01-09T18:26:18.000Z","dependencies_parsed_at":"2023-02-01T02:00:39.948Z","dependency_job_id":null,"html_url":"https://github.com/flatwhatson/guix-channel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flatwhatson%2Fguix-channel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flatwhatson%2Fguix-channel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flatwhatson%2Fguix-channel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flatwhatson%2Fguix-channel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flatwhatson","download_url":"https://codeload.github.com/flatwhatson/guix-channel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248681493,"owners_count":21144700,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T12:01:06.229Z","updated_at":"2025-04-13T07:52:47.927Z","avatar_url":"https://github.com/flatwhatson.png","language":"Scheme","funding_links":[],"categories":["Channels"],"sub_categories":[],"readme":"# flat's guix channel\n\nThis is a personal collection of [GNU Guix][guix] package definitions.  Refer\nto the manual for more information on [Guix Channels][guix-channel].\n\n## Packages\n\n### emacs-native-comp\n\nEmacs built with support for native compilation of Elisp.\n\nThis package once tracked the `feature/native-comp` branch on savannah, but\nnow tracks `emacs-28` as the feature was merged for inclusion in Emacs 28.\n\nSee [GccEmacs][gccemacs] for more information.\n\n### emacs-pgtk-native-comp\n\nEmacs built with support for native compilation of Elisp and a new \"pure\" GTK3\nrendering engine, bringing support for Wayland and improved performance on X.\n\nThis package tracks an unofficial [pgtk-nativecomp][flatwhatson-pgtk] branch,\nwhich was once a merge of the `feature/pgtk` and `feature/native-comp`\nbranches on savannah.  Since native compilation was merged for inclusion in\nEmacs 28, this branch is a merge of `feature/pgtk` and `emacs-28`.\n\nSee [masm11's branch][masm11-pgtk] for more information on PGTK.\n\n### libgccjit-11\n\nAn updated `libgccjit` package based on `gcc-11`.  The `libgccjit` package in\nGuix is based on `gcc-9`, which is missing some changes that are important for\n`emacs-native-comp` performance.\n\n## Usage\n\n### via load-path\n\nThe simplest way to use this channel is to temporarily add it to Guix's\nload-path:\n\n``` shell\ngit clone https://github.com/flatwhatson/guix-channel.git\nguix install -L ./guix-channel emacs-native-comp\n```\n\n### via channels.scm\n\nA more permanent solution is to configure Guix to use this channel as an\n*additional channel*.  This will extend your package collection with\ndefinitions from this channel.  Updates will be received (and authenticated)\nwith `guix pull`.\n\nTo use the channel, add it to your configuration in\n`~/.config/guix/channels.scm`:\n\n``` scheme\n(cons* (channel\n        (name 'flat)\n        (url \"https://github.com/flatwhatson/guix-channel.git\")\n        (introduction\n         (make-channel-introduction\n          \"33f86a4b48205c0dc19d7c036c85393f0766f806\"\n          (openpgp-fingerprint\n           \"736A C00E 1254 378B A982  7AF6 9DBE 8265 81B6 4490\"))))\n       %default-channels)\n```\n\nWith the channel configured, it can be used as follows:\n\n``` shell\nguix pull\nguix search emacs-native-comp\nguix install emacs-native-comp\n```\n\n## License\n\nThis program is free software: you can redistribute it and/or modify it under\nthe terms of the GNU General Public License as published by the Free Software\nFoundation, either version 3 of the License, or (at your option) any later\nversion.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY\nWARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A\nPARTICULAR PURPOSE.  See the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with\nthis program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n\nSee [COPYING](COPYING) for details.\n\n[guix]: https://guix.gnu.org/\n[guix-channel]: https://guix.gnu.org/manual/en/html_node/Channels.html\n[gccemacs]: https://www.emacswiki.org/emacs/GccEmacs\n[masm11-pgtk]: https://github.com/masm11/emacs/tree/pgtk\n[flatwhatson-pgtk]: https://github.com/flatwhatson/emacs/tree/pgtk-nativecomp\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflatwhatson%2Fguix-channel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflatwhatson%2Fguix-channel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflatwhatson%2Fguix-channel/lists"}