about summary refs log tree commit diff
path: root/pkgs/development/libraries/serf
AgeCommit message (Collapse)AuthorFilesLines
2021-11-06treewide: use mirror URLs where availableAlyssa Ross1-1/+1
Candidates identified with git grep -F "$(grep -v '#' pkgs/build-support/fetchurl/mirrors.nix | grep -v nixos.org | grep :// | cut -d '"' -f 2)" and then manually reviewed and tested.
2021-04-04kerberos: deprecate aliasSandro Jäckel1-3/+3
2021-03-03serf: switch to pname + versionSandro Jäckel1-2/+3
2021-03-03serf: use latest sconsajs1242-3/+34
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-4/+4
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
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.
2020-07-18scons.py2: Replace with sconsPackages.scons_3_1_2Michael Weiss1-2/+2
Required since SCons 4.0.0 doesn't support Python 2.7 anymore.
2020-03-27scons: Add passthru.py2 for backward compatibilityMichael Weiss1-1/+1
Not all packages build with Python 3, see #75877. The goal is to get rid of Python 2 but this approach ensures a smoother transition.
2018-11-13treewide: use scons setup hookMatthew Bauer1-17/+11
Lots of packages can use it. Here is the list: - jackmix - klick - mixx - nova-filters - rhvoice - giv - mypaint - swift-im - bombono - mapnik - serf - nuitka - pyexiv2 - godot - hammer - toluapp - btanks - dxx-rebirth - endless-sky - globulation - the-powder-toy - fceux - gpsd - mongodb - rippled - mariadb - lprof
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-06-09serf: update scons patch, enable kerberos on darwinOrivej Desh2-17/+30
NIX_CFLAGS_COMPILE set by the old patch is long not recognized by cc wrappers.
2018-05-23serf: SimplifyTuomas Tynkkynen1-6/+2
2017-12-19kerberos: split headers into $devVladimír Čunát1-1/+1
2017-08-09serf: fix darwin buildRobin Gloster1-3/+3
2017-08-09serf: fix buildRobin Gloster1-9/+14
2017-02-17serf: 1.3.7 -> 1.3.9Robin Gloster1-3/+3
2016-08-02treewide: Lots of meta.hydraPlatforms -> meta.platformsTuomas Tynkkynen1-1/+1
In all of these files, there is no meta.platforms but only meta.hydraPlatforms, which doesn't seem to have any purpose except being inconsistent.
2016-05-19treewide: Make explicit that 'dev' output of zlib is usedTuomas Tynkkynen1-1/+1
2016-05-19treewide: Make explicit that 'dev' output of openssl is usedTuomas Tynkkynen1-1/+1
2016-05-19treewide: Make explicit that 'dev' output of aprutil is usedTuomas Tynkkynen1-1/+1
2016-05-19treewide: Make explicit that 'dev' output of apr is usedTuomas Tynkkynen1-1/+1
2016-01-01FreeBSD: apr-util, cyrus-sasl, berkeley db, glib, gnutls, kerberos, ↵janus1-1/+1
libelf-freebsd, openldap, serf, guile, tet, shishi, gawk, gnugrep
2015-06-12cygwin: remove kerberos from builsInputs for serfRok Garbas1-2/+4
2015-01-03serf: add change for the lack of kerberos on darwinJohn Wiegley1-2/+4
2014-12-30kerberos: Use default kerberos instead of krb5William A. Kennington III1-3/+3
2014-12-26Change occurrences of gcc to the more general ccJohn Wiegley1-1/+1
This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
2014-09-09wip libc++Joel Taylor1-4/+4
2014-09-09suitable clang stdenvJoel Taylor1-1/+5
2014-09-02Drop unnecessary attributesEelco Dolstra1-6/+2
2014-08-31Update serfMichael Raskin1-2/+6
2014-08-05serf: Update to 1.3.6Eelco Dolstra2-23/+9
2014-01-23serf: fix evaluation on FreeBSD (required for Subversion)Peter Simons1-2/+2
2014-01-06Disable test for setuptools on darwin, and add darwin to supported platforms ↵Sander van der Burg1-1/+1
for serf. This should make nodejs working on darwin again
2013-12-30Re-add HTTP/HTTPS support back to Subversion by adding serf. Tested.Michael Raskin2-0/+48