Tor Hedin Brønner
53fbf7ee9d
nix-bash-completions: 0.2 -> 0.4
...
A bunch of fixes, and now completes attribute paths when `<nixpkgs>`
syntax as file input.
2017-11-13 11:23:12 +01:00
Tor Hedin Brønner
f8ca4db1b8
nix-bash-completions: 0.1 -> 0.2
...
Fix stray print debugging line which stopped the script from working.
2017-11-11 17:06:08 +01:00
Tor Hedin Brønner
33ab98d684
nix-bash-completions: init at 0.1
...
Bash completion for almost all nix* commands, including nix-1.12.
2017-11-11 09:02:09 +01:00
Orivej Desh
30cbba9061
Merge pull request #31390 from Ma27/fix-buildphase-expressions
...
treewide: get rid of invalid `buildPhases` argument
2017-11-11 00:04:37 +00:00
Pascal Wittmann
24e87b49b6
Change many homepage urls from http to https #30636
2017-11-10 22:13:46 +01:00
Maximilian Bosch
161e80e3fd
treewide: get rid of invalid buildPhases
argument
...
I don't know where this comes from (I accidentally did that as well
once), but some derivations seem to use `buildPhases` rather than
`phases` in their derivations.
This kills all improper usages as the lack of a `phases` argument
didn't break the build, so this can be safely removed.
2017-11-08 21:38:06 +01:00
Tor Hedin Brønner
6949cfa58e
nix-zsh-completions: 0.3.1 -> 0.3.2
...
Adds support for nix1.12 and various improvements.
2017-11-06 19:07:36 +01:00
Jörg Thalheim
3ba7fa351c
Merge pull request #31205 from mimadrid/update/zsh-syntax-highlighting-0.6.0
...
zsh-syntax-highlighting: 0.5.0 -> 0.6.0
2017-11-03 19:15:26 +00:00
mimadrid
c7db2d7df0
zsh-syntax-highlighting: 0.5.0 -> 0.6.0
2017-11-03 20:03:16 +01:00
mimadrid
ae25bd35c6
zsh-completions: 0.26.0 -> 0.27.0
2017-11-03 20:01:12 +01:00
dywedir
3983d79dc2
ion: 1.0.3 -> 1.0.5
2017-10-23 11:12:38 +03:00
Kevin Cox
5f8cf0048e
rust: update cargo builder to fetch registry dynamically
...
The biggest benefit is that we no longer have to update the registry
package. This means that just about any cargo package can be built by
nix. No longer does `cargo update` need to be feared because it will
update to packages newer then what is available in nixpkgs.
Instead of fetching the cargo registry this bundles all the source code
into a "vendor/" folder.
This also uses the new --frozen and --locked flags which is nice.
Currently cargo-vendor only provides binaries for Linux and
macOS 64-bit. This can be solved by building it for the other
architectures and uploading it somewhere (like the NixOS cache).
This also has the downside that it requires a change to everyone's deps
hash. And if the old one is used because it was cached it will fail to
build as it will attempt to use the old version. For this reason the
attribute has been renamed to `cargoSha256`.
Authors:
* Kevin Cox <kevincox@kevincox.ca>
* Jörg Thalheim <Mic92@users.noreply.github.com>
* zimbatm <zimbatm@zimbatm.com>
2017-10-23 00:30:47 +01:00
Vladimír Čunát
6525c22ef1
Merge branch 'master' into staging
...
Hydra: ?compare=1401528
2017-10-14 10:36:13 +02:00
bugworm
d89b68ed87
antigen: init at 2.2.1 ( #27266 )
...
* Added antigen
* Repaced link to releases
2017-10-10 01:39:04 +01:00
Vladimír Čunát
994036d857
Merge branch 'master' into staging
...
Hydra: ?compare=1400181
2017-10-09 11:24:35 +02: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
Maximilian Bosch
2ab99df2af
lambda-mod-zsh-theme: 2017-07-05 -> 2017-10-08
2017-10-08 15:56:28 +02:00
Tim Steinbach
ff5626652d
oh-my-zsh: 2017-06-22 -> 2017-09-24
2017-09-26 08:59:08 -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
Linus Heckemann
6988537835
oil: 0.0.0 -> 0.1.0
2017-09-21 09:24:22 +01:00
Ignat Loskutov
9280937cd4
grml-zsh-config: generalize support to unix systems
2017-09-01 11:38:38 +03:00
Jörg Thalheim
95d9a6c0aa
Merge pull request #28779 from vyp/deer
...
deer: init at 1.4
2017-08-31 07:06:57 +01:00
Jörg Thalheim
6d988e5e56
deer: simpler perl patch
2017-08-31 07:05:18 +01:00
xd1le
6b05ff00e9
deer: init at 1.4
...
I wrote the patch. Unfortunately it's Nix specific because upstream
rejected it because Ubuntu Trusty's version of realpath doesn't seem to
have the `--relative-to` option. (Upstream used to use realpath before).
But for Nix, our version of realpath is recent enough. Also, upstream
will probably use realpath again anyway in May 2019 when Ubuntu Trusty
becomes unsupported, so this patch should probably be used.
2017-08-31 12:33:12 +10:00
Tim Steinbach
77e05e2c13
zsh: 5.4.1 -> 5.4.2
2017-08-29 17:54:11 -04:00
Joachim Fasting
5c730085f7
mksh: 55 -> 56b
2017-08-29 21:25:13 +02:00
Frederik Rietdijk
6bbc3a0b24
Merge commit '3b29468313bc8604fe8f85c8d9316fd276d3985c' into HEAD
2017-08-21 04:44:40 +02:00
Klaas van Schelven
3c65062a43
bash: cleanup unused file
...
The only usage location was removed in f803270b7e
Grepping for bash-4.3 yields no results
2017-08-18 12:36:30 +03:00
Vladimír Čunát
34946256a0
Merge #27424 : stdenv: Don't put man pages into $doc
2017-08-13 19:32:51 +02:00
Jörg Thalheim
1c0e404f72
Merge pull request #28197 from mimadrid/update/zsh-5.4.1
...
zsh: 5.3.1 -> 5.4.1
2017-08-12 17:08:21 +01:00
mimadrid
7eca5a7388
zsh: 5.3.1 -> 5.4.1
2017-08-12 17:03:31 +02:00
Jörg Thalheim
e0e6f46cd8
Merge pull request #27971 from Profpatsch/fish-config-fix
...
Fish config fix
2017-08-12 09:35:10 +01:00
Tuomas Tynkkynen
bd0e161f0c
bashInteractive: Fix manpages since previous commits
2017-08-11 21:32:55 +03:00
Tuomas Tynkkynen
1ff422aa23
treewide: Add man & info outputs where necessary (instead of doc)
...
Because man & info pages won't be going to $doc after the next commit.
Scripted change for the files having one-package-per-file.
2017-08-11 21:32:54 +03:00
Linus Heckemann
434d3700d3
oil: init at 0.0.0
2017-08-06 18:17:00 +01:00
Roman Volosatovs
2700b62168
grml-zsh-config: 0.12.4 -> 0.14.2 ( #27961 )
...
* grml-zsh-config: 0.12.4 -> 0.14.2
* grml-zsh-config: fix typo
2017-08-06 14:58:38 +01:00
Profpatsch
46eb0e2cd1
fish: add fish_config tests
...
Checks whether the fish_config script does run.
Cannot check running the web server though (since that requires a port).
2017-08-05 22:31:18 +02:00
Profpatsch
b7290a283a
fish: fix the fish_config tool
...
It requires a python interpreter to work.
2017-08-05 22:14:24 +02:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
2017-08-01 22:03:30 +02:00
Franz Pletz
8a08ee81ab
zsh-completions: 0.25.0 -> 0.26.0
2017-08-01 08:36:34 +02:00
Robert Helgesson
d00e53dc1a
bash-completion: 2.5 -> 2.7
2017-07-19 23:58:53 +02:00
Joachim Fasting
b9e404def4
dash: 0.5.8 -> 0.5.9.1
...
Contains mostly fixes as far as I can tell.
2017-07-13 23:03:40 +02:00
Ole Jørgen Brønner
22aebcf1e1
nix-zsh-completions: add missing version to derivation name
2017-07-10 07:03:07 +02:00
Ole Jørgen Brønner
6ab8d34989
nix-zsh-completions: 0.3 -> 0.3.1
2017-07-10 07:03:07 +02:00
dywedir
3483c09f59
ion: init at 1.0.3
2017-07-09 03:23:53 +03:00
rnhmjoj
cca61e0371
fish-foreign-env: hide warnings when setting PATH
2017-07-08 04:27:18 +02:00
Jörg Thalheim
c7739191da
Merge pull request #27158 from tjikini/elvish
...
elvish: 0.5 -> 0.9
2017-07-07 09:52:18 +01:00
Jörg Thalheim
9728c26d28
elvish: remove unnecessary deps.nix
...
fully vendorized now
2017-07-07 09:50:05 +01:00
Maximilian Bosch
bcdfbad836
lambda-mod-zsh-theme: 2017-05-21 -> 2017-07-05
2017-07-06 07:04:13 +02:00
tjikini
eca3e8cc4b
elvish: 0.5 -> 0.9
2017-07-05 23:37:11 +03:00
Vladimír Čunát
d1a89ae9d7
Merge branch 'master' into staging
2017-07-03 09:48:58 +02:00
Tim Steinbach
36f52e5ea0
oh-my-zsh: 2017-05-03 -> 2017-06-22
2017-06-30 13:56:31 -04:00
David McFarland
af165175da
bash: fix cygwin build
2017-06-26 09:33:03 -03:00
Jörg Thalheim
8810a69adb
Merge pull request #26778 from therealpxc/fish
...
fish: 2.5.0 -> 2.6.0
2017-06-24 12:00:20 +01:00
Patrick Callahan
e620135a87
fish: 2.5.0 -> 2.6.0
2017-06-22 21:09:15 -07:00
John Ericson
f75ad79375
bash: Modernize derivation, hopefully fixing cross compilation
2017-06-22 17:53:53 -04:00
Will Dietz
7eaa7adf4e
rssh: don't set special bits
2017-06-16 07:31:21 -05:00
Robin Gloster
39e6ad6799
zsh-syntax-highlighting: 0.4.1 -> 0.5.0
2017-05-23 12:18:05 +02:00
Robin Gloster
d50c716162
zsh-completions: 0.18.0 -> 0.25.0
2017-05-23 12:18:05 +02:00
Robin Gloster
ca2f31a56c
zsh-autosuggestions: 0.3.3 -> 0.4.0
2017-05-23 12:18:05 +02:00
Jörg Thalheim
7e40287d00
Merge pull request #25835 from therealpxc/fish
...
Fish: source NixOS environment on non-login shells + source shell init on NixOS even when parent shell has done so
2017-05-22 07:08:30 +01:00
Maximilian Bosch
de8a30b9e7
lambda-mod-zsh-theme: 2017-04-05 -> 2017-05-21
2017-05-21 14:14:34 +02:00
Patrick Callahan
3f91e0dbae
fish: source NixOS environment on non-login shells, when it hasn't been
...
sourced
(this fixes issue #25789 :
https://github.com/NixOS/nixpkgs/issues/25789#issuecomment-301577290 and
the issue with git-annex mentioned here
https://github.com/NixOS/nixpkgs/pull/24314#issuecomment-301587124 )
2017-05-19 21:00:24 -07:00
Tim Steinbach
4bca428d87
oh-my-zsh: 2017-03-30 -> 2017-05-03
2017-05-16 20:45:02 -04:00
Patrick Callahan
3f6d21bafc
fish: resolve NixOS-related initialization problems
2017-05-10 10:16:10 +01:00
Patrick Callahan
0054865f7e
fish-foreign-env: git-20151223 -> git-20170324
2017-05-10 10:15:51 +01:00
Jörg Thalheim
f4dd7f9a3b
Merge pull request #25515 from league/zsh-git-prompt
...
zsh-git-prompt: Init at 0.5
2017-05-09 08:54:41 +01:00
Christopher League
7c185d4af9
zsh-git-prompt: Init at 0.5
...
This is a plugin of sorts for your `.zshrc` that can add status
information about the current git repository to your prompt. By
default it uses a python script and is thus easy on the dependencies
and not really worth packaging. But there's also a Haskell
implementation. I set it up sometime back, but then it died when the
libgmp version it was compiled with disappeared in a garbage
collection. So I decided that the Haskell version of zsh-git-prompt
might be worth packaging after all.
2017-05-07 21:09:15 -04:00
Jörg Thalheim
aad7c7ce88
lambda-mod-zsh-theme: add unstable infix
2017-05-07 07:57:50 +01:00
Maximilian Bosch
1401b13206
lambda-mod-zsh-theme: 2015-12-15 -> 2017-04-05
...
fixes #25492
2017-05-07 07:55:15 +01:00
Tuomas Tynkkynen
7194179854
bash: Remove unnecessary 'Makefile.inc' that is keeping reference to bootstrap-tools
...
The file is an example makefile for developing bash plugins, and
contains stuff like:
````
example: example.o
$(SHOBJ_LD) $(SHOBJ_LDFLAGS) $(SHOBJ_XLDFLAGS) -o $@ example.o $(SHOBJ_LIBS)
````
So no package is really going to depend on that, and it's making the
.dev output keep a reference to the bootstrap tools. Just nuke it.
2017-04-26 13:19:51 +03:00
DrawnWren
176ca2aac8
oh-my-zsh: changed example command
...
Fixed a typo in the example command. oh-my-zsh-git -> oh-my-zsh
2017-04-23 23:59:41 +00:00
Joachim Fasting
2993d37ebc
mksh: 52c -> 55
2017-04-23 11:01:02 +02:00
Joachim Fasting
eddf3fa309
mksh: simplify expression somewhat
...
Also add myself to maintainers.
2017-04-23 11:00:57 +02:00
Benno Fünfstück
1db5cf49d3
Merge pull request #24479 from Ma27/init/lambda-mod-zsh-theme
...
lambda-mod-zsh-theme: init at eceee68cf46bba9f7f42887c2128b48e8861e31b
2017-04-22 00:10:14 +02:00
Peter Simons
4e307b644a
Merge pull request #24760 from matthewbauer/linux-only-pkgs
...
Mark linux-only pkgs
2017-04-09 14:18:10 +02:00
Maximilian Bosch
3260d8cd70
lambda-mod-zsh-theme: refactor install behavior to use themes
dir
...
Now it's possible to set the path of this derivation as `ZSH_CUSTOM` in
the zsh configuration, so it's possible to use the theme directly from
the store path.
see https://github.com/robbyrussell/oh-my-zsh/wiki/Customization#overriding-and-adding-themes
2017-04-09 13:51:16 +02:00
Maximilian Bosch
cd56c3334e
lambda-mod-zsh-theme: fix broken maintainers
expression
2017-04-09 13:50:18 +02:00
Maximilian Bosch
ea5ff16bb0
lambda-mod-zsh-theme: refactor to use fetchFromGitHub
for source retrieval
2017-04-09 13:50:18 +02:00
Maximilian Bosch
74c14f8b28
lambda-mod-zsh-theme: remove unnecessary rec
declaration
2017-04-09 13:50:17 +02:00
Maximilian Bosch
2380e96327
lambda-mod-zsh-theme: init at eceee68cf46bba9f7f42887c2128b48e8861e31b
2017-04-09 13:50:17 +02:00
Matthew Bauer
4db3b90314
rssh: make linux-only
2017-04-08 23:34:53 -05:00
Tim Steinbach
e872abe872
oh-my-zsh: 2017-02-27 -> 2017-03-30
2017-03-31 09:22:00 -04:00
Eelco Dolstra
48bc3cf9f4
bash: 4.4p5 -> 4.4p12
2017-03-20 16:47:13 +01:00
Tim Steinbach
e54104ab11
Merge pull request #23875 from NeQuissimus/oh-my-zsh_2017-02-27
...
oh-my-zsh: 2017-02-20 -> 2017-02-27
2017-03-13 20:07:59 -04:00
Tim Steinbach
435b8ed1fc
oh-my-zsh: 2017-02-20 -> 2017-02-27
2017-03-13 20:07:14 -04:00
Tuomas Tynkkynen
dff0ba38a2
bash: Set bash_cv_getcwd_malloc=yes when cross compiling
...
Because if you don't, the configure script assumes that your getcwd()
function is broken. Which then makes bash use it's own getcwd()
implementation, which doesn't work if the path to the current directory
contains bind mounts in its paths. This shows up as:
shell-init: error retrieving current directory: getcwd: cannot access parent directories: Bad file descriptor
... and fails the aarch64 glibc build with sandboxes enabled.
Sigh.
2017-03-14 00:33:29 +02:00
Tim Steinbach
61666724a6
oh-my-zsh: 2017-01-15 -> 2017-02-20
2017-02-21 19:07:59 -05:00
Rahul Gopinath
7901a7a65f
dgsh-unstable: Init at 2017-02-05 ( #22657 )
...
Dgsh is the directed graph shell
2017-02-18 14:25:49 +01:00
Rahul Gopinath
939c846ae7
elvish: 0.1 -> 0.5
2017-02-12 21:37:53 +01:00
Nick Novitski
9c4653cf46
bash-completion: call readlink without errors on Darwin
2017-02-11 09:42:12 +13:00
Robert Helgesson
04bd77fa47
bash-completion: 2.4 -> 2.5
2017-02-06 21:59:10 +01:00
rnhmjoj
b0f1881440
fish: 2.3.1 -> 2.5.0
2017-02-04 20:58:55 +01:00
Thomas Tuegel
a2e1aecc0c
es: add ttuegel to maintainers
2017-01-31 07:54:36 -06:00
Thomas Tuegel
ace284ee95
es: git-2015-04-11 -> 0.9.1
2017-01-31 07:54:02 -06:00
Franz Pletz
e2b14abbe0
tcsh: 6.19.00 -> 6.20.00
2017-01-26 03:52:49 +01:00
Tim Steinbach
9988dae489
oh-my-zsh: 2016-12-16 -> 2017-01-15
2017-01-17 17:55:40 -05:00
Krzysztof Janosz
381aaebe3e
oh-my-zsh: add share dir to pathsToLink
2017-01-17 21:35:56 +01:00
Yacine Hmito
f88e2fb5f1
zsh-autosuggestions: init at 0.3.3 ( #21792 )
...
Added a related `programs.zsh.enableAutosuggestions` option
2017-01-11 07:00:48 +01:00
Vladimír Čunát
f803270b7e
bash: switch the default 4.3 -> 4.4
...
... and remove the now-unused 4.3 expression.
2017-01-05 01:07:36 +01:00