summary refs log tree commit diff
path: root/pkgs/development/libraries/neon
AgeCommit message (Collapse)AuthorFilesLines
2022-10-19neon: enable strictDepsRick van Schijndel1-1/+4
2022-09-06neon: 0.32.2 -> 0.32.3R. Ryantm1-2/+2
2022-07-08various: enable gobject-introspection when cross-compilingArtturin1-0/+4
and fix cross in some
2022-02-12neon: 0.31.2 -> 0.32.2R. Ryantm1-2/+2
2022-02-02neon_0_29: dropajs1243-50/+1
2021-02-04neon: 0.31.0 -> 0.31.2TredwellGit1-8/+6
https://github.com/notroj/neon/blob/0.31.2/NEWS
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob2-16/+16
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2-4/+4
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-03treewide: Start to break up static overlayJohn Ericson1-2/+2
We can use use `stdenv.hostPlatform.isStatic` instead, and move the logic per package. The least opionated benefit of this is that it makes it much easier to replace packages with modified ones, as there is no longer any issue of overlay order. CC @FRidh @matthewbauer
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-27neon: 0.30.2 -> 0.31.0R. RyanTM1-3/+3
2019-08-15treewide: name -> pname (easy cases) (#66585)volth2-4/+4
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-10-25neon: add licenseMarkus Kowalewski2-4/+6
2018-08-03treewide: Make more complicated configureFlags listsJohn Ericson2-14/+12
2018-07-24Merge staging-next into master (#44009)Frederik Rietdijk2-2/+8
* substitute(): --subst-var was silently coercing to "" if the variable does not exist. * libffi: simplify using `checkInputs` * pythonPackges.hypothesis, pythonPackages.pytest: simpify dependency cycle fix * utillinux: 2.32 -> 2.32.1 https://lkml.org/lkml/2018/7/16/532 * busybox: 1.29.0 -> 1.29.1 * bind: 9.12.1-P2 -> 9.12.2 https://ftp.isc.org/isc/bind9/9.12.2/RELEASE-NOTES-bind-9.12.2.html * curl: 7.60.0 -> 7.61.0 * gvfs: make tests run, but disable * ilmbase: disable tests on i686. Spooky! * mdds: fix tests * git: disable checks as tests are run in installcheck * ruby: disable tests * libcommuni: disable checks as tests are run in installcheck * librdf: make tests run, but disable * neon, neon_0_29: make tests run, but disable * pciutils: 3.6.0 -> 3.6.1 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pciutils/versions. * mesa: more include fixes mostly from void-linux (thanks!) * npth: 1.5 -> 1.6 minor bump * boost167: Add lockfree next_prior patch * stdenv: cleanup darwin bootstrapping Also gets rid of the full python and some of it's dependencies in the stdenv build closure. * Revert "pciutils: use standardized equivalent for canonicalize_file_name" This reverts commit f8db20fb3ae382eba1ba2b160fe24739f43c0bd7. Patching should no longer be needed with 3.6.1. * binutils-wrapper: Try to avoid adding unnecessary -L flags (cherry picked from commit f3758258b8895508475caf83e92bfb236a27ceb9) Signed-off-by: Domen Kožar <domen@dev.si> * libffi: don't check on darwin libffi usages in stdenv broken darwin. We need to disable doCheck for that case. * "rm $out/share/icons/hicolor/icon-theme.cache" -> hicolor-icon-theme setup-hook * python.pkgs.pytest: setupHook to prevent creation of .pytest-cache folder, fixes #40273 When `py.test` was run with a folder as argument, it would not only search for tests in that folder, but also create a .pytest-cache folder. Not only is this state we don't want, but it was also causing collisions. * parity-ui: fix after merge * python.pkgs.pytest-flake8: disable test, fix build * Revert "meson: 0.46.1 -> 0.47.0" With meson 0.47.0 (or 0.47.1, or git) things are very wrong re:rpath handling resulting in at best missing libs but even corrupt binaries :(. When we run patchelf it masks the problem by removing obviously busted paths. Which is probably why this wasn't noticed immediately. Unfortunately the binary already has a long series of paths scribbled in a space intended for a much smaller string; in my testing it was something like lengths were 67 with 300+ written to it. I think we've reported the relevant issues upstream, but unfortunately it appears our patches are what introduces the overwrite/corruption (by no longer being correct in what they assume) This doesn't look so bad to fix but it's not something I can spend more time on at the moment. -- Interestingly the overwritten string data (because it is scribbled past the bounds) remains in the binary and is why we're suddenly seeing unexpected references in various builds -- notably this is is the reason we're seeing the "extra-utils" breakage that entirely crippled NixOS on master (and probably on staging before?). Fixes #43650. This reverts commit 305ac4dade5758c58e8ab1666ad0197fd305828d. (cherry picked from commit 273d68eff8f7b6cd4ebed3718e5078a0f43cb55d) Signed-off-by: Domen Kožar <domen@dev.si>
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2-2/+4
Only acts on one-line dependency lists.
2017-02-17neon: 0.30.1 -> 0.30.2Robin Gloster1-2/+2
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen2-0/+2
Build-tested on x86_64 Linux & Mac.
2015-11-14Revert "Revert "Merge pull request #9543 from NixOS/staging.post-15.06""William A. Kennington III1-2/+3
This reverts commit 741bf840dad05cd1728481045466811ae8ae8281. This reverts the fallout from reverting the major changes.
2015-10-15Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III1-0/+44
2015-10-06Revert "Merge pull request #9543 from NixOS/staging.post-15.06"Eelco Dolstra1-3/+2
This reverts commit f61176c5396ed513f3d399f73f38ab78a066667f, reversing changes made to a27ca029ee2b39e04d7d2a516a7228f4b62067fb. Conflicts: pkgs/development/libraries/ncurses/default.nix
2015-10-03neon: Re-add version 0.29.6Matthias Beyer1-0/+44
2015-09-29neon: Put version into own variableMatthias Beyer1-1/+2
2015-09-29neon: 0.29.6 -> 0.30.1Matthias Beyer1-2/+2
2013-02-21neon: remove obsolete versions 0.26 and 0.28Peter Simons3-70/+0
2012-06-06Fix build of neon on darwinMarco Maggesi2-0/+18
svn path=/nixpkgs/trunk/; revision=34375
2011-09-07* Updated neon to 0.29.6.Eelco Dolstra1-2/+2
svn path=/nixpkgs/trunk/; revision=29098
2010-04-28Add neon-0.29.x, make it defaultYury G. Kudryashov1-0/+37
Also stop using "default" neon in all-packages.nix. Minor versions are not source-compatible, so a package should state needed version explicitly. svn path=/nixpkgs/trunk/; revision=21394
2010-04-27Also fix neon-0.26 buildYury G. Kudryashov1-3/+5
svn path=/nixpkgs/trunk/; revision=21392
2010-04-27Fix neon buildYury G. Kudryashov1-3/+4
Use pkg-config to find openssl svn path=/nixpkgs/trunk/; revision=21391
2009-12-08* davfs2 updated to 1.4.5.Eelco Dolstra1-4/+4
* neon updated to 0.28.6. svn path=/nixpkgs/trunk/; revision=18841
2009-04-22* Fix neon.Eelco Dolstra2-0/+2
svn path=/nixpkgs/branches/stdenv-updates/; revision=15261
2009-04-21* Got rid of all --disable-static flags; they're redundant now.Eelco Dolstra1-1/+0
* Also a bunch of style cleanups (tabs, with args, ...). svn path=/nixpkgs/branches/stdenv-updates/; revision=15235
2008-10-16neon-0.28: add support for a static library build (unused by default)Peter Simons1-3/+7
svn path=/nixpkgs/trunk/; revision=13082
2008-10-06* Subversion 1.5.2, Neon 0.28.3, Apache 2.2.9.Eelco Dolstra1-3/+3
svn path=/nixpkgs/trunk/; revision=12966
2008-06-19* Added Subversion 1.5.0. Some features probably don't work yetEelco Dolstra3-24/+62
(building the Apache modules, building various language bindings). * Neon 0.28.2. Also kept Neon 0.26.x because Subversion 1.4.x needs it. svn path=/nixpkgs/trunk/; revision=12162
2007-01-25* Subversion 1.4.3.Eelco Dolstra1-3/+3
svn path=/nixpkgs/trunk/; revision=7797
2006-11-08* Urgh, go back to 0.25 (0.26 fails on most platforms).Eelco Dolstra1-3/+3
svn path=/nixpkgs/trunk/; revision=6984
2006-11-08* Sheesh, Subversion is picky.Eelco Dolstra1-3/+3
svn path=/nixpkgs/trunk/; revision=6981
2006-11-08* Subversion 1.4.2.Eelco Dolstra1-3/+3
* Neon 0.26.2. svn path=/nixpkgs/trunk/; revision=6980
2006-10-12* Remove a bunch of unused Nix expressions.Eelco Dolstra2-20/+0
svn path=/nixpkgs/trunk/; revision=6716
2006-10-12* Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra2-2/+2
svn path=/nixpkgs/trunk/; revision=6711
2006-09-11* Subversion 1.4.0. Note: Subversion 1.4 upgrades your workingEelco Dolstra1-5/+17
copies, so it's hard to go back to 1.3. svn path=/nixpkgs/trunk/; revision=6486
2006-07-24also build a shared libneonArmijn Hemel1-0/+2
svn path=/nixpkgs/trunk/; revision=5928
2006-07-240.25.4 -> 0.25.5Armijn Hemel1-3/+3
svn path=/nixpkgs/trunk/; revision=5926
2006-07-06neon 0.26.1Armijn Hemel1-0/+10
svn path=/nixpkgs/trunk/; revision=5634
2006-01-30* Copy lots of files to nix.cs.uu.nl.Eelco Dolstra2-2/+2
svn path=/nixpkgs/trunk/; revision=4623
2005-10-27add older version of neon which has ne_header_handler, needed by OOo2Armijn Hemel1-0/+10
svn path=/nixpkgs/trunk/; revision=4155
2005-10-26add a standalone version of neonArmijn Hemel1-0/+10
svn path=/nixpkgs/trunk/; revision=4143