Commit graph

513 commits

Author SHA1 Message Date
Vladimír Čunát 6f5d989478
treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
Rok Garbas 5ab47ccfd1 zsh-prezto: updating "4f19700" -> "0crrj2n" 2017-12-03 14:51:36 +01:00
Tor Hedin Brønner 60d3a11251 nix-zsh-completions: 0.3.5 -> 0.3.6 2017-12-03 10:49:21 +00:00
Tor Hedin Brønner 9534764006 nix-bash-completions: 0.5 -> 0.6 2017-12-03 10:49:21 +00:00
Orivej Desh ff7be8f807 dgsh: fix build with glibc 2.26 2017-11-28 08:39:02 +00:00
Orivej Desh ba3a792435 fish: enable parallel building 2017-11-27 13:34:31 +00:00
adisbladis ee933bdb1d
fish: 2.6.0 -> 2.7.0 2017-11-27 18:44:52 +08:00
Izorkin 9216f5fc56 zsh-command-time: init at 2017-05-09 (#32083) 2017-11-27 09:44:18 +00:00
name 5c936f1f40 antigen: 2.2.1 -> 2.2.2 2017-11-26 22:47:36 +03:00
adisbladis 167e9fbff4
xonsh: 0.5.12 -> 0.6.0 2017-11-26 18:22:12 +08:00
Tor Hedin Brønner 9a27fee60a nix-bash-completions: 0.4 -> 0.5
Various improvements and bugfixes.
2017-11-21 14:05:03 +01:00
Tor Hedin Brønner d1635a58bf nix-zsh-completions: 0.3.3 -> 0.3.5
Various improvements including attribute completion when supplying a cached
url as a repo.
2017-11-21 14:01:35 +01:00
Orivej Desh 1c1455fbc5 zsh-prezto: rehash with fetchpatch 2017-11-21 02:18:05 +00:00
Joerg Thalheim 1af0254fc7 xonsh: 0.4.3 -> 0.5.12 2017-11-21 00:09:18 +00:00
Pierre Chevalier 81ea7d2dcb zsh-powerlevel9k: init at 2017-11-10
To use, add this option to your configuration.nix:
`programs.zsh.promptInit = "source ${pkgs.zsh-powerlevel9k}/share/zsh-powerlevel9k/powerlevel9k.zsh-theme";`
2017-11-18 21:27:04 +00:00
Yurii Rashkovskii edfdc1d818 fish-foreign-env: suppress additional harmless warnings
As per #30645, fish with fish-foreign-env prints this
(harmless) warning:

```
set: Tried to change the read-only variable “_”
```

This patch was developed by @rnhmjoj in the aforementioned
issue discussion
2017-11-14 16:15:58 +07:00
Tor Hedin Brønner b4d2c46e56 nix-zsh-completions: 0.3.2 -> 0.3.3
Some minor fixes.
2017-11-13 11:33:08 +01:00
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