mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
perl-vidir: init at 0.040
This commit is contained in:
parent
40a3d775a5
commit
453be1677e
@ -117,6 +117,7 @@
|
||||
ChengCat = "Yucheng Zhang <yu@cheng.cat>";
|
||||
choochootrain = "Hurshal Patel <hurshal@imap.cc>";
|
||||
chpatrick = "Patrick Chilton <chpatrick@gmail.com>";
|
||||
chreekat = "Bryan Richter <b@chreekat.net>";
|
||||
chris-martin = "Chris Martin <ch.martin@gmail.com>";
|
||||
chrisjefferson = "Christopher Jefferson <chris@bubblescope.net>";
|
||||
chrisrosset = "Christopher Rosset <chris@rosset.org.uk>";
|
||||
|
@ -15645,6 +15645,25 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
};
|
||||
|
||||
vidir = buildPerlPackage rec {
|
||||
name = "vidir-0.040";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/W/WO/WOLDRICH/App-${name}-woldrich.tar.gz";
|
||||
sha256 = "0c97yx33pyhskbmwpqbwlkxr85awd6kg1baibvqkarhhvc8v7l0h";
|
||||
};
|
||||
# NB: This preInstall a workaround for a problem that is fixed in HEAD.
|
||||
preInstall = ''
|
||||
sed -i -e '/^use encoding/d' bin/vidir
|
||||
'';
|
||||
outputs = [ "out" ];
|
||||
meta = {
|
||||
maintainers = [ maintainers.chreekat ];
|
||||
homepage = "http://search.cpan.org/~woldrich/App-vidir/bin/vidir";
|
||||
description = "Edit a directory in $EDITOR";
|
||||
license = with stdenv.lib.licenses; [ gpl1 ];
|
||||
};
|
||||
};
|
||||
|
||||
VMEC2 = buildPerlModule rec {
|
||||
name = "VM-EC2-1.28";
|
||||
src = fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user