diff options
author | Efraim Flashner | 2021-08-15 14:19:32 +0300 |
---|---|---|
committer | Efraim Flashner | 2021-08-15 14:19:32 +0300 |
commit | f539278b0b93f2c091658524c1147b798da419e7 (patch) | |
tree | 2adee46c675b5767336ebad044a63f7c06bd5e82 | |
parent | a3ae950d2d011d9abfa9f742ad4ed59d06c7c5f2 (diff) | |
download | gn-gemtext-f539278b0b93f2c091658524c1147b798da419e7.tar.gz |
add issue about using guix-pull
-rw-r--r-- | issues/cant-use-guix-bioinformatics-with-guix-pull.gmi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/issues/cant-use-guix-bioinformatics-with-guix-pull.gmi b/issues/cant-use-guix-bioinformatics-with-guix-pull.gmi new file mode 100644 index 0000000..8000f7b --- /dev/null +++ b/issues/cant-use-guix-bioinformatics-with-guix-pull.gmi @@ -0,0 +1,13 @@ +# Using guix-bioinformatics in a channels.scm file + +Without this we can't: + +* programatically and reproducably use the repository to cherry-pick commits that work with shepherd services + +## TODO: + +* Adjust the genenetwork2 package to no longer break running `guix pull` with this repository in channels.scm + +HOW? + +Need to move the function calls to export-graph out of the package definition, compute them ahead of time, and seed their results as native-inputs. |