Skip to content

Commit

Permalink
app-misc/nwg-look: fix go mod verify failing
Browse files Browse the repository at this point in the history
Signed-off-by: Ada Ahmed <yretenai@gmail.com>
  • Loading branch information
yretenai committed Feb 9, 2025
1 parent ce6bc28 commit 72c1099
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app-misc/nwg-look/nwg-look-1.0.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 72c1099

Please sign in to comment.