about summary refs log tree commit diff
path: root/pkgs/development/libraries/lzo
AgeCommit message (Collapse)AuthorFilesLines
2021-08-19lzo: add strictDeps = true;Guillaume Girol1-0/+2
2021-08-19lzo: fix static buildGuillaume Girol1-1/+1
2021-06-30development: /s/name/pname&version/Felix Buehler1-2/+3
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2018-01-16Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice1-1/+0
Goodbye, and thanks for all the Nix...
2018-01-09treewide: Simplify some `doCheck` callsJohn Ericson1-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.
2017-10-27lzo: Don't run tests when cross-compilingBen Gamari1-1/+1
2017-04-11lzo: 2.09 -> 2.10Tuomas Tynkkynen1-2/+2
2015-08-05lzo: 2.08 -> 2.09Tobias Geerinckx-Rice1-15/+18
Also: - improve descriptions somewhat; - build in parallel; - maintain.
2014-08-29lzo: update from 2.06 to 2.08Mateusz Kowalczyk1-2/+2
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2013-08-16unmaintain several packagesLudovic Courtès1-1/+1
2012-02-02LZO 2.06.Ludovic Courtès1-4/+18
svn path=/nixpkgs/trunk/; revision=31988
2009-11-06LZO: Build the shared library.Ludovic Courtès1-1/+3
svn path=/nixpkgs/trunk/; revision=18232
2009-04-21* Got rid of all --disable-static flags; they're redundant now.Eelco Dolstra1-2/+0
* Also a bunch of style cleanups (tabs, with args, ...). svn path=/nixpkgs/branches/stdenv-updates/; revision=15235
2009-03-28Adding lzop and updating lzo.Lluís Batlle i Rossell1-2/+3
svn path=/nixpkgs/trunk/; revision=14749
2009-03-03* Cleaned up a lot of description fields that contained newlines.Eelco Dolstra1-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
2007-11-11Added lzo libraryYury G. Kudryashov1-0/+14
svn path=/nixpkgs/trunk/; revision=9636