aerc: update to use runvend
This commit is contained in:
parent
4561583acf
commit
3e92195923
1 changed files with 2 additions and 15 deletions
|
@ -13,21 +13,8 @@ buildGoModule rec {
|
|||
sha256 = "05qy14k9wmyhsg1hiv4njfx1zn1m9lz4d1p50kc36v7pq0n4csfk";
|
||||
};
|
||||
|
||||
libvterm = fetchFromGitHub {
|
||||
owner = "ddevault";
|
||||
repo = "go-libvterm";
|
||||
rev = "b7d861da381071e5d3701e428528d1bfe276e78f";
|
||||
sha256 = "06vv4pgx0i6hjdjcar4ch18hp9g6q6687mbgkvs8ymmbacyhp7s6";
|
||||
};
|
||||
|
||||
vendorSha256 = "1rqn36510m0yb7k4bvq2hgirr3z8a2h5xa7cq5mb84xsmhvf0g69";
|
||||
|
||||
overrideModAttrs = (_: {
|
||||
postBuild = ''
|
||||
cp -r --reflink=auto ${libvterm}/libvterm vendor/github.com/ddevault/go-libvterm
|
||||
cp -r --reflink=auto ${libvterm}/encoding vendor/github.com/ddevault/go-libvterm
|
||||
'';
|
||||
});
|
||||
runVend = true;
|
||||
vendorSha256 = "0avdvbhv1jlisiicpi5vshz28a2p2fgnlrag9zngzglcrbhdd1rn";
|
||||
|
||||
nativeBuildInputs = [
|
||||
scdoc
|
||||
|
|
Loading…
Reference in a new issue