mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
Merge pull request #334529 from smancill/update-getoptions
getoptions: 3.3.0 -> 3.3.1
This commit is contained in:
commit
bb16119a4a
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
pname = "getoptions";
|
pname = "getoptions";
|
||||||
version = "3.3.0";
|
version = "3.3.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ko1nksm";
|
owner = "ko1nksm";
|
||||||
repo = "getoptions";
|
repo = "getoptions";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-kUQ0dPjPr/A/btgFQu13ZLklnI284Ij74hCYbGgzF3A=";
|
hash = "sha256-HHxImHMT5862ysI+1QGkzaA21YsrUUUOH2LwAkVBPf0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
makeFlags = [ "PREFIX=${placeholder "out"}" ];
|
makeFlags = [ "PREFIX=${placeholder "out"}" ];
|
||||||
@ -27,7 +27,7 @@ stdenvNoCC.mkDerivation rec {
|
|||||||
sed -i "/shellspec -s 'busybox ash'/d" Makefile
|
sed -i "/shellspec -s 'busybox ash'/d" Makefile
|
||||||
'';
|
'';
|
||||||
|
|
||||||
checkTarget = "testall";
|
checkTarget = "test_in_various_shells";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Elegant option/argument parser for shell scripts (full support for bash and all POSIX shells)";
|
description = "Elegant option/argument parser for shell scripts (full support for bash and all POSIX shells)";
|
||||||
|
Loading…
Reference in New Issue
Block a user