From a2fad897235fcad6e90c7d0b03a228786c46c9f9 Mon Sep 17 00:00:00 2001 From: robberer Date: Wed, 23 Apr 2014 14:09:51 +0200 Subject: [PATCH] =?UTF-8?q?kde:=20=E2=80=9Ckdnssd=E2=80=9D=20package=20is?= =?UTF-8?q?=20now=20called=20=E2=80=9Czeroconf-ioslave=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Close #2358. --- pkgs/desktops/kde-4.12/kde-package/4.12.4.nix | 2 +- .../kde-4.12/kdenetwork/{kdnssd.nix => zeroconf-ioslave.nix} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename pkgs/desktops/kde-4.12/kdenetwork/{kdnssd.nix => zeroconf-ioslave.nix} (100%) diff --git a/pkgs/desktops/kde-4.12/kde-package/4.12.4.nix b/pkgs/desktops/kde-4.12/kde-package/4.12.4.nix index a007957cf0c..9b5a53cee48 100644 --- a/pkgs/desktops/kde-4.12/kde-package/4.12.4.nix +++ b/pkgs/desktops/kde-4.12/kde-package/4.12.4.nix @@ -220,7 +220,7 @@ modules=[ pkgs=[ { name="kdenetwork-filesharing"; sane="kdenetwork_filesharing"; } { name="kdenetwork-strigi-analyzers"; sane="kdenetwork_strigi_analyzers"; } - { name="kdnssd"; } + { name="zeroconf-ioslave"; } { name="kget"; } { name="kopete"; } { name="kppp"; } diff --git a/pkgs/desktops/kde-4.12/kdenetwork/kdnssd.nix b/pkgs/desktops/kde-4.12/kdenetwork/zeroconf-ioslave.nix similarity index 100% rename from pkgs/desktops/kde-4.12/kdenetwork/kdnssd.nix rename to pkgs/desktops/kde-4.12/kdenetwork/zeroconf-ioslave.nix