| Commit message (Expand) | Author | Age | Files | Lines |
| * | libextractor: 1.3 -> 1.4 | Laverne Schrock | 2017-07-23 | 1 | -2/+2 |
| * | libextractor: 1.2 -> 1.3 | ndowens | 2017-03-15 | 1 | -2/+2 |
| * | treewide: Add lots of meta.platforms•••Build-tested on x86_64 Linux & Mac.
| Tuomas Tynkkynen | 2016-08-02 | 1 | -0/+1 |
| * | fix references to ${libtool}/lib | Vladimír Čunát | 2015-10-13 | 1 | -1/+1 |
| * | Fix many package descriptions•••(My OCD kicked in today...)
Remove repeated package names, capitalize first word, remove trailing
periods and move overlong descriptions to longDescription.
I also simplified some descriptions as well, when they were particularly
long or technical, often based on Arch Linux' package descriptions.
I've tried to stay away from generated expressions (and I think I
succeeded).
Some specifics worth mentioning:
* cron, has "Vixie Cron" in its description. The "Vixie" part is not
mentioned anywhere else. I kept it in a parenthesis at the end of the
description.
* ctags description started with "Exuberant Ctags ...", and the
"exuberant" part is not mentioned elsewhere. Kept it in a parenthesis
at the end of description.
* nix has the description "The Nix Deployment System". Since that
doesn't really say much what it is/does (especially after removing
the package name!), I changed that to "Powerful package manager that
makes package management reliable and reproducible" (borrowed from
nixos.org).
* Tons of "GNU Foo, Foo is a [the important bits]" descriptions
is changed to just [the important bits]. If the package name doesn't
contain GNU I don't think it's needed to say it in the description
either.
| Bjørn Forsman | 2014-08-24 | 1 | -1/+1 |
| * | Turn some license strings into lib.licenses values | Mateusz Kowalczyk | 2014-07-28 | 1 | -1/+1 |
| * | libextractor: update from 1.0.1 to 1.2 | Nixpkgs Monitor | 2013-12-21 | 1 | -2/+2 |
| * | unmaintain several packages | Ludovic Courtès | 2013-08-16 | 1 | -1/+1 |
| * | libextractor: make gtk support work again•••It wanted gtk3.
It does not understand gstreamer 0.10, though.
| Lluís Batlle i Rossell | 2013-04-22 | 1 | -3/+3 |
| * | libextractor: update to 1.0.1 | Lluís Batlle i Rossell | 2013-04-13 | 1 | -2/+2 |
| * | libextractor: Fixing about videoSupport builtInputs.•••I don't know how could I commit the weird lines I fix.
| Lluis Batlle | 2012-07-22 | 1 | -1/+1 |
| * | libextractor: fixing the videoSupport = false•••I comitted it wrong before.
| Lluís Batlle i Rossell | 2012-07-11 | 1 | -1/+1 |
| * | libextractor: allow disabling video support. | Lluís Batlle i Rossell | 2012-07-11 | 1 | -4/+7 |
| * | libgsf and libextractor: allow build without gtk/gnome•••I leave them enabled by default though; I don't really know how much it helps,
having them built with gtk or gnome support.
I head towards building gnunet without gtk dependencies.
| Lluís Batlle i Rossell | 2012-07-11 | 1 | -3/+6 |
| * | Adding the gnunet 0.9 (svn), which works incompatible with the latest gnunet ...•••I updated some libs to get it built.
svn path=/nixpkgs/trunk/; revision=29313
| Lluís Batlle i Rossell | 2011-09-16 | 1 | -2/+2 |
| * | GNU libextractor 0.5.23.•••svn path=/nixpkgs/trunk/; revision=19216
| Ludovic Courtès | 2010-01-05 | 2 | -21/+64 |
| * | * Removed selectVersion. There's no good reason to write••• `selectVersion ./foo "bar"' instead of `import ./foo/bar.nix'.
* Replaced `with args' with formal function arguments in several
packages.
* Renamed several files to `default.nix'. As a general rule, version
numbers should only be included in the filename when there is a
reason to keep multiple versions of a package in Nixpkgs.
Otherwise, it just makes it harder to update the package.
svn path=/nixpkgs/trunk/; revision=18403
| Eelco Dolstra | 2009-11-18 | 1 | -1/+1 |
| * | * Cleaned up a lot of description fields that contained newlines.••• Some of these should be longDescriptions, but most others just
shouldn't contain newlines. E.g. write
description = "Bla";
and not
description = ''
Bla
'';
This pollutes "nix-env -qa --description" output.
svn path=/nixpkgs/trunk/; revision=14310
| Eelco Dolstra | 2009-03-03 | 1 | -4/+2 |
| * | meta.function -> passthru.function, not killing other contents of passthru•••svn path=/nixpkgs/trunk/; revision=13190
| Michael Raskin | 2008-11-04 | 1 | -1/+1 |
| * | Changed builderDefs to use composedArgsAndFun, reduced number of nulls, made ...•••svn path=/nixpkgs/trunk/; revision=12655
| Michael Raskin | 2008-08-19 | 1 | -2/+2 |
| * | Added src to meta for builderDefs-based packages.•••svn path=/nixpkgs/trunk/; revision=10913
| Michael Raskin | 2008-03-02 | 1 | -0/+1 |
| * | Some review of builder-defs and dependent files. No rebuild needed. Now it sh...•••svn path=/nixpkgs/trunk/; revision=10214
| Michael Raskin | 2008-01-18 | 1 | -2/+3 |
| * | Added gdmap, changed builder-defs to use derivation attribute on propagatedBu...•••svn path=/nixpkgs/trunk/; revision=9812
| Michael Raskin | 2007-12-01 | 1 | -0/+21 |