I want to package TMSU:

    https://github.com/oniony/TMSU

As described in the COMPILING instructions at

    https://github.com/oniony/TMSU/blob/master/COMPILING.md

it needs these two go-libraries:

    go-sqlite: https://github.com/mattn/go-sqlite3
    go-fuse:   https://github.com/hanwen/go-fuse

But how to package go-libraries for Guix? We don't have a
go-build-system. On usual distributions, you install these libraries
either with `go get github.com/mattn/go-sqlite3` or `go install
github.com/mattn/go-sqlite3`. In fact, Nix just downloads those two
libraries to the same directory as TMSU:

    
https://github.com/NixOS/nixpkgs/blob/2e983f14f628dab9d83282eca5f85da0846ba0af/pkgs/tools/filesystems/tmsu/default.nix

PS: Do you know alternatives similar to TMSU?

--
mekeor ~ EDD3 DFFA 76F6 11C0 145F 9A99 AC85 BAD8 A2F8 C868

Reply via email to