| 5 Jan 2024 |
@qbit:tapenet.org | what happens when you remove your installPhase? | 15:30:13 |
Vladislav Vasilev | Now it fetching deps, I started it, one moment | 15:30:30 |
@qbit:tapenet.org | i'd probably switch to fetchFromGithub | 15:31:17 |
@qbit:tapenet.org | also version = shouldn't contain the v | 15:31:28 |
@qbit:tapenet.org | and you can use ${version} and other vars in the derivation in place of the hard-coded strings | 15:31:49 |
@qbit:tapenet.org | (you are using rec for that) | 15:31:54 |
Vladislav Vasilev | In reply to @qbit:tapenet.org i'd probably switch to fetchFromGithub It's like a good manner ? | 15:32:02 |
@qbit:tapenet.org | it's more common that fetch tarball - and i have seen tarballs change out (they are cached and get re-gen'd) | 15:32:43 |
Vladislav Vasilev | Okay, one moment | 15:33:09 |
@qbit:tapenet.org | take a look at other packages in the tree | 15:33:37 |