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

Build fail with "no buildable Go source files" #1

Open
gurgeh opened this issue Jun 8, 2015 · 6 comments
Open

Build fail with "no buildable Go source files" #1

gurgeh opened this issue Jun 8, 2015 · 6 comments

Comments

@gurgeh
Copy link

gurgeh commented Jun 8, 2015

building path(s) ‘/nix/store/i3minxpr55vpqabadbarvpwmad7nngj3-nixos-shell’
building /nix/store/i3minxpr55vpqabadbarvpwmad7nngj3-nixos-shell
building
/nix/store/9wajbnfs0bsvfgl179bh6iplzdsqm636-nixos-shell/src/nixos-shell/main.go:6:2: no buildable Go source files in /nix/store/9wajbnfs0bsvfgl179bh6iplzdsqm636-nixos-shell/src/github.com/jessevdk/go-flags
builder for ‘/nix/store/pdv00njpppl8zqqd3wd90hf3fkf5fsnh-nixos-shell.drv’ failed with exit code 1
error: build of ‘/nix/store/pdv00njpppl8zqqd3wd90hf3fkf5fsnh-nixos-shell.drv’ failed

@CestDiego
Copy link

@gurgeh this is because the project depends on go-flags...which is not currently added as a proper git submodule... Could this please be resolved? if you clone jessevdk/go-flags where it belongs you can compile it..but then...is this project gonna continue? @chrisfarms

@akiroz
Copy link

akiroz commented Feb 3, 2017

bump. @chrisfarms

@danbst
Copy link

danbst commented Oct 2, 2017

@jezen
Copy link

jezen commented Apr 7, 2018

For confused readers in the future, run this:

git clone --recurse-submodules -b submodule [email protected]:wavewave/nixos-shell.git
cd nixos-shell
nix-env -i -f default.nix

@jezen
Copy link

jezen commented Apr 7, 2018

Sadly, didn't manage to get this working on MacOS. This project depends on nixos-container which doesn't build on Darwin.

@Pitometsu
Copy link

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

6 participants