aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/buddy (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
|
* treewide: NIX_*_COMPILE -> stringRobin Gloster2019-12-311-3/+1
|
* buddy: link with libm explicitlyPiotr Bogdan2019-01-041-0/+3
|
* treewide: Make configureFlags listsJohn Ericson2018-08-031-1/+1
|
* treewide: get rid of platforms.allButJohn Ericson2018-03-141-1/+1
| | | | | | | Negative reasoning like `allBut` is a bad idea with an open world of platforms. Concretely, if we add a new, quite different sort of platform, existing packages with `allBut` will claim they work on it even though they probably won't.
* Update homepage attributes: http -> httpsmimadrid2017-08-031-1/+1
| | | | | Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-011-1/+1
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* Captialize meta.description of all packagesBjørn Forsman2016-06-201-1/+1
| | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* Bring my stdenv.lib.maintainers user name in line with my github nick.Peter Simons2016-05-161-1/+1
|
* Make platforms.allBut accept a list rather than a single platformLuca Bruno2014-08-091-1/+1
|
* build buddy on all but cygwinRob Vermaas2011-01-051-1/+1
| | | | svn path=/nixpkgs/trunk/; revision=25409
* pkgs/development/libraries/buddy: enable Hydra build on all platformsPeter Simons2010-08-261-0/+3
| | | | svn path=/nixpkgs/trunk/; revision=23469
* Fixed build of pkgs/development/libraries/buddy with gcc 4.3.3.Peter Simons2009-07-022-10/+33
| | | | svn path=/nixpkgs/trunk/; revision=16150
* * Got rid of all --disable-static flags; they're redundant now.Eelco Dolstra2009-04-211-7/+8
| | | | | | * Also a bunch of style cleanups (tabs, with args, ...). svn path=/nixpkgs/branches/stdenv-updates/; revision=15235
* maude, tecla, buddy: new packagesPeter Simons2008-07-151-0/+19
Maude is a high-level specification language. Buddy and libtecla are required to build Maude. svn path=/nixpkgs/trunk/; revision=12358