Search Criteria
Package Details: insomnia 10.3.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/insomnia.git (read-only, click to copy) |
---|---|
Package Base: | insomnia |
Description: | Cross-platform HTTP and GraphQL Client |
Upstream URL: | https://github.com/Kong/insomnia |
Licenses: | MIT |
Submitter: | kpcyrd |
Maintainer: | Gobidev |
Last Packager: | Gobidev |
Votes: | 23 |
Popularity: | 0.000057 |
First Submitted: | 2020-10-19 17:29 (UTC) |
Last Updated: | 2025-02-11 10:06 (UTC) |
Dependencies (4)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR) (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- nvm (nvm-gitAUR) (make)
- yarn (yarn-pnpm-corepackAUR, corepackerAUR, yarn-berryAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »
kescherAUR commented on 2020-11-05 18:33 (UTC)
I expected the previous comment to show up soon...
I think the init for the nvm folder can be configured to be inside srcdir.
whynothugo commented on 2020-11-05 18:15 (UTC) (edited on 2020-11-05 18:16 (UTC) by whynothugo)
This package leaves temporary files in
$HOME/.nvm
for the machine / user that builds the package.PKGBUILDs should not alter the home directory of the user building, especially not leave litter behind.
kescherAUR commented on 2020-11-05 14:39 (UTC)
@luxcem No, it modifies ~/.nvm, so it interferes with all new shells.
luxcem commented on 2020-11-05 14:11 (UTC) (edited on 2020-11-05 18:46 (UTC) by luxcem)
@kescherAUR I think makepkg uses its own shell so we don't need to restore node version after the build. The env variables are only local.
kescherAUR commented on 2020-11-05 14:07 (UTC)
This fixes the build for people who haven't had nvm sourced before the build() function. Additionally, it only restores if the user hasn't changed the nvm version after the prepare() function.
sardaukar commented on 2020-11-05 13:27 (UTC)
I'll try using the fix in https://github.com/nvm-sh/nvm/issues/303#issuecomment-121086278 for the fish shell
luxcem commented on 2020-11-05 13:24 (UTC)
Thanks @kescherAUR, it seems we still have an issue with fish shell (https://github.com/nvm-sh/nvm/issues/303) but I don't see an alternative right now.
kescherAUR commented on 2020-11-05 13:12 (UTC)
This git diff:
kescherAUR commented on 2020-11-05 12:44 (UTC) (edited on 2020-11-05 12:44 (UTC) by kescherAUR)
After the PKGBUILD update, it still breaks as soon as nvm-init.sh is sourced.
If I do the commands in prepare() and build() by hand and just package as before, it works.
dankobgd commented on 2020-11-05 12:43 (UTC)
i get an error during the build
« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »