rekahsoft
/
guix-config
Archived
1
1
Fork 0
Commit Graph

7 Commits

Author SHA1 Message Date
Collin J. Doering 22abd8df82 Continued work 2019-02-08 12:09:22 -05:00
Collin J. Doering b059705d72 Continued WIP as more dependency packages are built 2019-02-04 15:26:28 -05:00
Collin J. Doering 0c8869b271 Move wip package module 2019-02-04 11:41:38 -05:00
Collin J. Doering 1dc88b8856 Start to build dependencies (for source only packages) 2019-02-04 11:40:41 -05:00
Collin J. Doering e94026488f First working crate package
Note: if a crate does not produce any binaries during the build phase,
it must be skipped otherwise the `cargo install --release` command
that is conditionally run during the install phase will cause an
error. The condition by which `cargo install ...` is run during the
install phase is based on whether a `.Cargo.lock` is present, which
will only occur if the package is built (eg `cargo build ...` is run).
2019-02-04 11:31:09 -05:00
Collin J. Doering 7e5ecec87e Move rust-xyz packages module to WIP 2019-02-04 11:30:00 -05:00
Collin J. Doering 30ede18070 Generate crate packages that are dependencies with bat and exa 2019-02-02 15:18:10 -05:00