Merge remote-tracking branch 'upstream/master' into hardened-stdenv

This commit is contained in:
Robin Gloster
2016-04-03 11:01:57 +00:00
99 changed files with 1762 additions and 709 deletions
+3 -3
View File
@@ -7,12 +7,12 @@
stdenv.mkDerivation rec {
name = "oh-my-zsh-git-${version}";
version = "2016-03-24";
version = "2016-03-31";
src = fetchgit {
url = "https://github.com/robbyrussell/oh-my-zsh";
rev = "9280f2c874b1126ee9399c353d1e0184fd39b4e4";
sha256 = "1rldqfs5vkqxp3r7nn5q1837a363gml0d5pji0zkl7ia49f7bdnk";
rev = "286c3e5e28b651c3f629e6aaba589a1cf56da4d8";
sha256 = "1jgbpfk6plj1gkwrv7xl1nsxjnrhyh7k3rjkindxx5s9lbq52f7z";
};
phases = "installPhase";
+3 -7
View File
@@ -21,13 +21,9 @@ stdenv.mkDerivation {
buildInputs = [ ncurses pcre ];
configureFlags = [
"--enable-maildir-support"
"--enable-multibyte"
"--enable-zprofile=$out/etc/zprofile"
"--with-tcsetpgrp"
"--enable-pcre"
];
preConfigure = ''
configureFlags="--enable-maildir-support --enable-multibyte --enable-zprofile=$out/etc/zprofile --with-tcsetpgrp --enable-pcre"
'';
# the zsh/zpty module is not available on hydra
# so skip groups Y Z