Merge pull request #28814 from loskutov/grml-zsh-unix
grml-zsh-config: generalize support to unix systems
This commit is contained in:
commit
7b6251b4dc
@ -14,7 +14,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1xvv2mnkfqa657w8y4q2zrchhindngdzij9fbalcg1gggz4zdwcm";
|
sha256 = "1xvv2mnkfqa657w8y4q2zrchhindngdzij9fbalcg1gggz4zdwcm";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ zsh coreutils inetutils procps txt2tags ];
|
buildInputs = [ zsh coreutils txt2tags ]
|
||||||
|
++ optional stdenv.isLinux [ inetutils procps ];
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
cd doc
|
cd doc
|
||||||
@ -34,7 +35,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "grml's zsh setup";
|
description = "grml's zsh setup";
|
||||||
homepage = http://grml.org/zsh/;
|
homepage = http://grml.org/zsh/;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ msteen rvolosatovs ];
|
maintainers = with maintainers; [ msteen rvolosatovs ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user