This repository contains code and notes on my GSoC '23 project on adding Package Parameterization to GNU Guix.

cel7t 9abbf03d4d Fixed parameterization.patch, added example 11 місяців тому
DRAFTS 81852ce26f Fixed ALL the bugs. Works PERFECTLY! Almost everything tested 1 рік тому
GUIX 9abbf03d4d Fixed parameterization.patch, added example 11 місяців тому
NOTES 2fc76bcf11 NOTES needed updates/deprecation 1 рік тому
README.md a559dcfae5 Fixed the README by org->md 1 рік тому
README.org 9a85b77b89 os-parameters, os-parameters-overriding\!, parameters in gnu/system.scm 1 рік тому
parameterization.patch 9abbf03d4d Fixed parameterization.patch, added example 11 місяців тому
parameterized-emacs.scm 9abbf03d4d Fixed parameterization.patch, added example 11 місяців тому

README.md

Parameterized Packages for Guix

This repository contains the work I'm doing on parameterized packages for GSoC 2023.

.
├── GUIX : Source code for GNU Guix with my changes
├── DRAFTS : Drafts for testing and developing features
└── NOTES : Notes on progress with the project, blog entries

Note that changes made to GNU Guix files have a 'g23' comment next to them. These are temporary comments that make it easier to navigate the working area.