Commit graph

14 commits

Author SHA1 Message Date
Anderson Torres 675ebc5559 elvish: a small fixup (#54531)
* Elvish: a small fixup

Fixing version variable in order to properly download the source code.
Also, some minor stylistical modifications and additions.

* elvish: use pname

* Update pkgs/shells/elvish/default.nix

Use `pname` instead of `name`.

Co-Authored-By: AndersonTorres <torres.anderson.85@protonmail.com>
2019-01-26 14:25:20 +00:00
zimbatm 9d49cf1808 elvish: provide the compiled version
Without this fix, `elvish -version` displays "unknown"
2018-10-04 16:10:47 +02:00
Vladyslav Mykhailichenko 88cdecf34c elvish: 0.11 -> 0.12 2018-07-20 22:40:58 +03:00
Matthew Bauer 25342cd6bd
elish: add shellPath attribute
Fixes #42764
2018-06-29 13:36:59 -04:00
tilpner 5cf9424632
elvish: 0.10 -> 0.11 2018-01-31 23:32:49 +01:00
Dan Peebles b426c85ce2 Get rid of most @rpath nonsense on Darwin
This requires some small changes in the stdenv, then working around the
weird choice LLVM made to hardcode @rpath in its install name, and then
lets us remove a ton of annoying workaround hacks in many of our Go
packages. With any luck this will mean less hackery going forward.
2017-10-08 16:13:46 -04:00
Diego Zamboni 8b8a2fd542 elvish: 0.9 -> 0.10; fix darwin build (#29587)
* First attempt at making elvish compile on darwin

* Fixed cyclic dependency on darwin

This fixes the "cycle detected in the references of" error when building
on darwin. The fix is based on the solution in issue #18131.

* Use version 0.10 and not 0.10.1, which is not officially released yet
2017-09-21 12:20:37 +01:00
Jörg Thalheim 9728c26d28 elvish: remove unnecessary deps.nix
fully vendorized now
2017-07-07 09:50:05 +01:00
tjikini eca3e8cc4b elvish: 0.5 -> 0.9 2017-07-05 23:37:11 +03:00
Rahul Gopinath 939c846ae7
elvish: 0.1 -> 0.5 2017-02-12 21:37:53 +01:00
Kamil Chmielewski 914e0e594c buildGoPackage: deps.json -> deps.nix in NIXON
https://github.com/NixOS/nixpkgs/pull/17254#issuecomment-245295541

* update docs to describe `deps.nix`
* include goDeps in nix-shell GOPATH
* NixOS 16.09 rel notes about replacing goPackages
2016-09-16 00:04:55 +01:00
Kamil Chmielewski da3ddd48e4 buildGoPackage: remove Go deps file libs.json
After #16017 there were a lot
of comments saying that `nix` would be better than `JSON`
for Go packages dependency sets.
As said in https://github.com/NixOS/nixpkgs/pull/16017#issuecomment-229624046

    > Because of the content-addressable store, if two programs have the
    > same dependency it will already result in the same derivation in
    > the
    > store. Git also has compression in the pack files so it won't make
    > much difference to duplicate the dependencies on disk. And finally
    > most users will just use the binary builds so it won't make any
    > differences to them.

This PR removes `libs.json` file and puts all package dependencies in
theirs `deps.json`.
2016-08-11 23:07:09 +02:00
Rahul Gopinath 8c7a32a670 elvish: disable darwin 2016-06-28 21:13:33 -07:00
Rahul Gopinath 293d23abb4 elvish: init at 0.1
A novel unix shell written in go language.
2016-06-21 00:04:54 -07:00