aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/lzo (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
|
* Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice2018-01-161-1/+0
| | | | Goodbye, and thanks for all the Nix...
* treewide: Simplify some `doCheck` callsJohn Ericson2018-01-091-1/+1
| | | | | | In anticipation of what I outline in #33599, I only simplify exactly those `doCheck`s which are equal to `hostPlatform != buildPlatform`. I also stick a comment next to them so I can grep for them later.
* lzo: Don't run tests when cross-compilingBen Gamari2017-10-271-1/+1
|
* lzo: 2.09 -> 2.10Tuomas Tynkkynen2017-04-111-2/+2
|
* lzo: 2.08 -> 2.09Tobias Geerinckx-Rice2015-08-051-15/+18
| | | | | | | Also: - improve descriptions somewhat; - build in parallel; - maintain.
* lzo: update from 2.06 to 2.08Mateusz Kowalczyk2014-08-291-2/+2
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-281-1/+1
|
* unmaintain several packagesLudovic Courtès2013-08-161-1/+1
|
* LZO 2.06.Ludovic Courtès2012-02-021-4/+18
| | | | svn path=/nixpkgs/trunk/; revision=31988
* LZO: Build the shared library.Ludovic Courtès2009-11-061-1/+3
| | | | svn path=/nixpkgs/trunk/; revision=18232
* * Got rid of all --disable-static flags; they're redundant now.Eelco Dolstra2009-04-211-2/+0
| | | | | | * Also a bunch of style cleanups (tabs, with args, ...). svn path=/nixpkgs/branches/stdenv-updates/; revision=15235
* Adding lzop and updating lzo.Lluís Batlle i Rossell2009-03-281-2/+3
| | | | svn path=/nixpkgs/trunk/; revision=14749
* * Cleaned up a lot of description fields that contained newlines.Eelco Dolstra2009-03-031-12/+15
| | | | | | | | | | | | | | | | | 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
* Added lzo libraryYury G. Kudryashov2007-11-111-0/+14
svn path=/nixpkgs/trunk/; revision=9636