Logo
Explore Help
Sign In
public/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Packages Projects Releases Wiki Activity
nixpkgs/pkgs/development/libraries/tclap/default.nix

17 lines
394 B
Nix
Raw Normal View History

Add tclap (required for new hugin) svn path=/nixpkgs/trunk/; revision=32169
2012-02-10 10:13:34 +00:00
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
tclap: 1.2.1 -> 1.2.2 Semi-automatic update. These checks were performed: - built on NixOS - found 1.2.2 with grep in /nix/store/91iz6pnbmjn0lc0f6iyy22wavngbbxhm-tclap-1.2.2 - found 1.2.2 in filename of file in /nix/store/91iz6pnbmjn0lc0f6iyy22wavngbbxhm-tclap-1.2.2
2018-02-27 17:10:22 -08:00
name = "tclap-1.2.2";
Add tclap (required for new hugin) svn path=/nixpkgs/trunk/; revision=32169
2012-02-10 10:13:34 +00:00
src = fetchurl {
url = "mirror://sourceforge/tclap/${name}.tar.gz";
tclap: 1.2.1 -> 1.2.2 Semi-automatic update. These checks were performed: - built on NixOS - found 1.2.2 with grep in /nix/store/91iz6pnbmjn0lc0f6iyy22wavngbbxhm-tclap-1.2.2 - found 1.2.2 in filename of file in /nix/store/91iz6pnbmjn0lc0f6iyy22wavngbbxhm-tclap-1.2.2
2018-02-27 17:10:22 -08:00
sha256 = "0dsqvsgzam3mypj2ladn6v1yjq9zd47p3lg21jx6kz5azkkkn0gm";
Add tclap (required for new hugin) svn path=/nixpkgs/trunk/; revision=32169
2012-02-10 10:13:34 +00:00
};
meta = {
homepage = http://tclap.sourceforge.net/;
description = "Templatized C++ Command Line Parser Library";
platforms = stdenv.lib.platforms.all;
};
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 4024ms Template: 9ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API