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

2 Commits

Author SHA1 Message Date
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