aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
AgeCommit message (Collapse)Author
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.