summary refs log tree commit diff
path: root/pkgs/development/libraries/avahi
Commit message (Collapse)AuthorAge
* avahi: add link to nixos testsLéo Gaspard2021-05-08
|
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | 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.
* avahi: 0.7 -> 0.8Tim Steinbach2020-11-24
|
* Merge pull request #91457 from matthewbauer/prefixed-pkg-configFrederik Rietdijk2020-07-02
|\ | | | | Fixes from prefixed pkg config
| * avahi: use prefixed pkg-configMatthew Bauer2020-06-25
| |
* | avahi: fix crossMichael Bishop2020-07-02
|/
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* avahi: Move D-Bus conf file to share/dbus-1/system.dworldofpeace2019-09-16
| | | | | Since D-Bus 1.9.18 configuration files installed by third-party should go in share/dbus-1/system.d. The old location is for sysadmin overrides.
* treewide: update globin's maintained drvsRobin Gloster2019-08-20
|
* Merge pull request #62153 from WilliButz/avahi-refactorRobin Gloster2019-06-11
|\ | | | | avahi: set service directory and refactor module
| * avahi: set AVAHI_SERVICE_DIR to well-known locationWilliButz2019-06-04
| | | | | | | | | | Avahi now uses `/etc/avahi/services` instead of its store path to look for files with service definitions.
* | avahi: add Python supportBen Wolsieffer2019-06-09
|/
* avahi: apply patches for CVE-2017-6519 & CVE-2018-1000845Andreas Rammhold2019-03-26
|
* avahi: add -compat optionPeter Hoeg2019-02-25
|
* avahi: add gtk supportJan Tojnar2018-12-24
|
* perlXMLParser -> perlPackages.XMLParservolth2018-10-12
|
* avahi: Enable cross-compilationBen Gamari2018-05-03
|
* avahi: 0.6.12 -> 0.7Franz Pletz2017-08-01
|
* avahi: 0.6.31 -> 0.6.32Bjørn Forsman2016-07-04
| | | | | | | | | | Bugfix release, backwards compatible: https://github.com/lathiat/avahi/releases/tag/v0.6.32 * Update src URL to github (the latest release is only available there). * Change "$(mkdir_p)" to "$(MKDIR_P)" in the patch to keep it working (apply'able).
* avahi: don't install broken symlinksVladimír Čunát2016-01-01
| | | | /cc maintainer @lovek323 and @wkennington who added these links 4118e632e84.
* kill libiconvOr*Eric Seidel2015-02-07
| | | | | | | | | | | Conflicts: pkgs/applications/networking/mailreaders/sup/default.nix pkgs/development/compilers/ghc/7.8.3-binary.nix pkgs/development/interpreters/php/5.3.nix pkgs/development/interpreters/ruby/patches.nix pkgs/development/libraries/cairo/default.nix pkgs/development/libraries/poppler/default.nix pkgs/top-level/all-packages.nix
* Upgeade avahi to 0.6.31William A. Kennington III2013-12-02
| | | | | Additionally, link compatability files for dns_sd.h and howl as these are needed to build mumble and potentially other avahi using derivations.
* Some description fixesBjørn Forsman2013-10-05
| | | | | | | | | | | | There are many more packages to fix, this is just a start. Rules: * Don't repeat the package name (not always that easy...) * Start with capital letter * Don't end with full stop * Don't start with "The ..." or "A ..." I've also added descriptions to some packages and rewritten others.
* unmaintain several packagesLudovic Courtès2013-08-16
|
* avahi: fix build on darwinJason \"Don\" O'Conal2013-07-07
|
* Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-28
| | | | | Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
* avahi: use libiconv if neededYury G. Kudryashov2012-04-05
| | | | svn path=/nixpkgs/trunk/; revision=33624
* avahi-0.6.30Yury G. Kudryashov2011-09-18
| | | | svn path=/nixpkgs/trunk/; revision=29332
* Building mumble a bit further.Lluís Batlle i Rossell2011-02-11
| | | | svn path=/nixpkgs/trunk/; revision=25908
* only build avahi on linux, because it has never built on any platforms other ↵Rob Vermaas2011-01-05
| | | | | | than linux svn path=/nixpkgs/trunk/; revision=25408
* * Avahi 0.6.28, which fixes avahi-browse.Eelco Dolstra2010-10-05
| | | | svn path=/nixpkgs/trunk/; revision=24080
* Avahi 0.6.27.Ludovic Courtès2010-07-13
| | | | svn path=/nixpkgs/trunk/; revision=22582
* Cleaned up the unspecified-extra-argument calls where there is no way to ↵Michael Raskin2010-07-08
| | | | | | access extra arguments. Tarball and full instantiation checks passed. svn path=/nixpkgs/trunk/; revision=22539
* Make WebKit use libsoup 2.31.2 via deepOverride. Edit a few packages that ↵Michael Raskin2010-07-08
| | | | | | were overridable but did not allow extra arguments. Remove a catch with deepOverride that pkgs.lib had this attribute in a different sense. svn path=/nixpkgs/trunk/; revision=22529
* Avahi: Use /var as localstatedir.Ludovic Courtès2010-05-08
| | | | | | Reported by Lluís Batlle. svn path=/nixpkgs/trunk/; revision=21672
* A case study in transitive overrides. WebKit needs fresh glib. This means it ↵Michael Raskin2009-10-06
| | | | | | needs a whole slice of system built against glib-2.22.. Added overrides are generic enough, though. So the same way can be used to override everything. I have failed (so far?) to add mkOverridable into stdenv, though. svn path=/nixpkgs/trunk/; revision=17661
* * Got rid of all --disable-static flags; they're redundant now.Eelco Dolstra2009-04-21
| | | | | | * Also a bunch of style cleanups (tabs, with args, ...). svn path=/nixpkgs/branches/stdenv-updates/; revision=15235
* Avahi 0.6.25.Ludovic Courtès2009-04-14
| | | | svn path=/nixpkgs/trunk/; revision=15022
* Avahi 0.6.24.Ludovic Courtès2008-12-12
| | | | svn path=/nixpkgs/trunk/; revision=13626
* Differentiate between `longDescription' and `description'.Ludovic Courtès2008-03-20
| | | | svn path=/nixpkgs/trunk/; revision=11230
* Avahi: Make Qt4 support optional and configurable.Ludovic Courtès2008-03-06
| | | | svn path=/nixpkgs/trunk/; revision=10997
* avahi: glib and qt4 support, 0.6.22 addedYury G. Kudryashov2008-02-18
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=10737
* Add `avahi' package.Yury G. Kudryashov2008-02-10
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=10594
* add avahi, a IETF ZeroConf library/programArmijn Hemel2006-07-06
svn path=/nixpkgs/trunk/; revision=5617