mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -04:00
app-misc/nwg-look: fix go mod verify failing
Signed-off-by: Ada Ahmed <yretenai@gmail.com>
This commit is contained in:
@@ -31,10 +31,11 @@ RDEPEND="${DEPEND}"
|
||||
|
||||
DOCS=( README.md )
|
||||
|
||||
src_prepare() {
|
||||
mv -v ../vendor ./ || die
|
||||
src_unpack() {
|
||||
default
|
||||
mv -v vendor "${S}" || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
ego build
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user