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/confuse/default.nix

16 lines
360 B
Nix
Raw Normal View History

Adding xburst-tools to manage the USB_BOOT mode of the Ben Nanonote (reflashing, ...) I add the 'confuse' library as a side effect. svn path=/nixpkgs/trunk/; revision=22817
2010-07-29 23:25:42 +00:00
{stdenv, fetchurl}:
stdenv.mkDerivation rec {
Fixing the name of 'confuse'; now it includes the version. svn path=/nixpkgs/trunk/; revision=22829
2010-07-30 17:42:52 +00:00
name = "confuse-2.7";
Adding xburst-tools to manage the USB_BOOT mode of the Ben Nanonote (reflashing, ...) I add the 'confuse' library as a side effect. svn path=/nixpkgs/trunk/; revision=22817
2010-07-29 23:25:42 +00:00
src = fetchurl {
make package use mirror:// for gnu, savannah and gnome repositories where possible
2013-07-14 05:23:06 +03:00
url = "mirror://savannah/confuse/${name}.tar.gz";
Adding xburst-tools to manage the USB_BOOT mode of the Ben Nanonote (reflashing, ...) I add the 'confuse' library as a side effect. svn path=/nixpkgs/trunk/; revision=22817
2010-07-29 23:25:42 +00:00
sha256 = "0y47r2ashz44wvnxdb18ivpmj8nxhw3y9bf7v9w0g5byhgyp89g3";
};
meta = {
homepage = http://www.nongnu.org/confuse/;
description = "Configuration file parser library";
license = "BSD";
};
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 866ms Template: 3ms
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