forked from mirrors/nixpkgs
sharutils added (4.6.3)
svn path=/nixpkgs/branches/stdenv-updates/; revision=10744
This commit is contained in:
parent
cc27e52366
commit
8ea549b319
13
pkgs/tools/archivers/sharutils/4.6.3.nix
Normal file
13
pkgs/tools/archivers/sharutils/4.6.3.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
args: with args;
|
||||
stdenv.mkDerivation rec {
|
||||
name = "sharutils-" + version;
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/sharutils/REL-${version}/${name}.tar.bz2";
|
||||
sha256 = "1sirrzas8llcsd8gnh56pns39wa1f803vff1kmy5islfi1p9vqk8";
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = http://www.gnu.org/software/sharutils;
|
||||
};
|
||||
}
|
|
@ -777,6 +777,10 @@ rec {
|
|||
inherit fetchurl stdenv ncurses;
|
||||
};
|
||||
|
||||
sharutils = selectVersion ../tools/archivers/sharutils "4.6.3" {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
shebangfix = import ../tools/misc/shebangfix {
|
||||
inherit perl stdenv;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue