halibut: update from 1.0 to 1.1
and add myself as a maintainer
This commit is contained in:
parent
db69fcd0bc
commit
68c4311fee
@ -1,11 +1,11 @@
|
||||
{stdenv, fetchurl, perl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "halibut-1.0";
|
||||
stdenv.mkDerivation rec {
|
||||
name = "halibut-1.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www.chiark.greenend.org.uk/~sgtatham/halibut/halibut-1.0.tar.gz;
|
||||
sha256 = "0d039adb88cb8de6f350563514d013209c2d321d1e5c49ea56462c6803f29adb";
|
||||
url = "http://www.chiark.greenend.org.uk/~sgtatham/halibut/${name}.tar.gz";
|
||||
sha256 = "18409ir55rsa5gkizw2hsr86wgv176jms2dc52px62gd246rar5r";
|
||||
};
|
||||
|
||||
buildInputs = [ perl ];
|
||||
@ -24,9 +24,10 @@ stdenv.mkDerivation {
|
||||
make install
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Documentation production system for software manuals";
|
||||
homepage = http://www.chiark.greenend.org.uk/~sgtatham/halibut/;
|
||||
license = stdenv.lib.licenses.mit;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user