We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using bower2nix 3.2.0 with https://github.com/xwiki-labs/cryptpad/blob/38a1e5e39fb854cdbad8896333901beb85ee6510/bower.json results in this error:
bower2nix 3.2.0
bower2nix bower.json bower-generated.nix (node:26837) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Invalid endpoint: #^1.6.0
it seems this is a feature which is not supported in bower2nix.
bower2nix
if this patch is applied, it is working:
"html2canvas": "^0.4.1", "croppie": "^2.5.0", - "sortablejs": "#^1.6.0", + "sortablejs": "^1.6.0", "saferphore": "^0.0.1" - },
The text was updated successfully, but these errors were encountered:
did you finish packaging cryptpad by any chance?
Sorry, something went wrong.
tweak the bower dependencies
04cddf5
work around a missing bower2nix features. see rvl/bower2nix#19
no, sorry
I'm working on it over at NixOS/nixpkgs#61513 if you are interested
No branches or pull requests
using
bower2nix 3.2.0
with https://github.com/xwiki-labs/cryptpad/blob/38a1e5e39fb854cdbad8896333901beb85ee6510/bower.json results in this error:it seems this is a feature which is not supported in
bower2nix
.hack
if this patch is applied, it is working:
The text was updated successfully, but these errors were encountered: