copumpkin / nixpkgs

Nix Packages collection
Other
9 stars 1 forks source link

Building ruby libraries fails in sandbox #38

Closed pikajude closed 9 years ago

pikajude commented 9 years ago

gem install prints out something like this:

ERROR:  Could not find a valid gem '/nix/store/19x1yx4rlggj7ghgdyhqnr6536pjyz61-mini_portile-0.6.1.gem' (>= 0) in any repository

even if given --local --ignore-dependencies

copumpkin commented 9 years ago

Can you give more context on how to reproduce this? If you install ruby, everything's fine, but then using it breaks?

copumpkin commented 9 years ago

Ping @joelteon

pikajude commented 9 years ago

Try to build terminal-notifier for example in the sandbox.

copumpkin commented 9 years ago

Can you test that this is okay in pure-darwin head and close it if it is?

pikajude commented 9 years ago

We good