blob: 1a8d1029734c847b162491d4cabe885544ea6b85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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
## Tags
* assigned: Efraim
* type: bug
* keywords: guix-bioinformatics
* status: unclear
* priority: medium
## 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.
|