Skip to content
New issue

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

"There are no gemspecs at" #1

Open
pikajude opened this issue Jan 27, 2015 · 4 comments
Open

"There are no gemspecs at" #1

pikajude opened this issue Jan 27, 2015 · 4 comments

Comments

@pikajude
Copy link

Generated an expression from https://github.com/bkeepers/dotenv, yielding https://gist.github.com/joelteon/35881fb54610bc2ada6a

I deleted dotenv-rails since bundix doesn't support multiple gems in one repo. The expression is this:

{ bundlerEnv, ruby }:

bundlerEnv {
  name = "dotenv";

  inherit ruby;
  gemfile = ./Gemfile;
  lockfile = ./Gemfile.lock;
  gemset = ./gemset.nix;
}
these derivations will be built:
  /nix/store/lzv8swyh730nq8jkyp1jicvw3prnnp62-dotenv.drv
building path(s) ‘/nix/store/l9kcmdfv0rwdz7g8cbafq63xp2q6vciz-dotenv-bundle’, ‘/nix/store/xcj351z2nkp651ycv25dyl84ld1cn7y9-dotenv’
building /nix/store/xcj351z2nkp651ycv25dyl84ld1cn7y9-dotenv
installing
running pre-install script for ffi
There are no gemspecs at
/nix/store/l9kcmdfv0rwdz7g8cbafq63xp2q6vciz-dotenv-bundle.
builder for ‘/nix/store/lzv8swyh730nq8jkyp1jicvw3prnnp62-dotenv.drv’ failed with exit code 15
error: build of ‘/nix/store/lzv8swyh730nq8jkyp1jicvw3prnnp62-dotenv.drv’ failed
@aflatter
Copy link
Owner

Oh cool, someone's using this. 👍 I'll try to take a look at this tomorrow.

@aflatter
Copy link
Owner

@joelteon my Nix environment looks very different from what Bundix needs at the moment. Which branch of nixpkgs are you using? I should probably add a Vagrantfile that does the right thing - I'm running OS X, so it'd be preferrable to avoid platform issues by using a Linux VM.

@pikajude
Copy link
Author

https://github.com/copumpkin/nixpkgs pure-darwin

@pikajude
Copy link
Author

pikajude commented Feb 8, 2015

@aflatter this is still an issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants