aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
AgeCommit message (Collapse)Author
2023-07-06Make repository a guix channel.Arun Isaac
* .guix-authorizations, .guix-channel: New files. * guix.scm: Convert to a symlink pointing to .guix/guile-kolam-package.scm. Move original there. * .guix/guile-kolam-package.scm: Convert into a module with public packages.
2022-01-05guix.scm: Add lzip as a build dependency.Arun Isaac
* guix.scm: Import (gnu packages compression). (kolam)[native-inputs]: Add lzip.
2022-01-04guix.scm: Switch to gnu-build-system.Arun Isaac
* guix.scm: Do not import (guix build-system guile). Import (guix build-system gnu). (kolam)[build-system]: Switch to gnu-build-system. [arguments]: Delete custom check phase. Add GUILE_AUTO_COMPILE=0 to #:make-flags.
2022-01-04guix.scm: Add guix.scm.Arun Isaac
* guix.scm: New file.