gnuclad: init at 0.2.4
This commit is contained in:
parent
ad0e0f27e3
commit
8e478f8fe1
22
pkgs/applications/graphics/gnuclad/default.nix
Normal file
22
pkgs/applications/graphics/gnuclad/default.nix
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{ stdenv, fetchurl, pkgconfig
|
||||||
|
}:
|
||||||
|
|
||||||
|
stdenv.mkDerivation rec {
|
||||||
|
name = "gnuclad";
|
||||||
|
version = "0.2.4";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = "https://launchpad.net/gnuclad/trunk/0.2/+download/${name}-${version}.tar.gz";
|
||||||
|
sha256 = "0ka2kscpjff7gflsargv3r9fdaxhkf3nym9mfaln3pnq6q7fwdki";
|
||||||
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
homepage = https://launchpad.net/gnuclad;
|
||||||
|
description = "gnuclad tries to help the environment by creating trees. It's primary use will be generating cladogram trees for the GNU/Linux distro timeline project.";
|
||||||
|
license = licenses.gpl3Plus;
|
||||||
|
maintainers = with maintainers; [ mog ];
|
||||||
|
platforms = platforms.linux;
|
||||||
|
};
|
||||||
|
}
|
@ -2371,6 +2371,8 @@ with pkgs;
|
|||||||
|
|
||||||
gnu-cobol = callPackage ../development/compilers/gnu-cobol { };
|
gnu-cobol = callPackage ../development/compilers/gnu-cobol { };
|
||||||
|
|
||||||
|
gnuclad = callPackage ../applications/graphics/gnuclad { };
|
||||||
|
|
||||||
gnufdisk = callPackage ../tools/system/fdisk {
|
gnufdisk = callPackage ../tools/system/fdisk {
|
||||||
guile = guile_1_8;
|
guile = guile_1_8;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user