about summary refs log tree commit diff
path: root/pkgs/tools/misc/usbmuxd
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-02-17 10:47:20 -0500
committerGitHub <noreply@github.com>2019-02-17 10:47:20 -0500
commit54cb062ac91f2934f5027b4851e9eec06cb41f45 (patch)
tree64e7a3045102844b40c054f5c97a733d11e8596d /pkgs/tools/misc/usbmuxd
parentd4246d702e037a2661c6dde746d200a04fce7b55 (diff)
downloadnixlib-54cb062ac91f2934f5027b4851e9eec06cb41f45.tar
nixlib-54cb062ac91f2934f5027b4851e9eec06cb41f45.tar.gz
nixlib-54cb062ac91f2934f5027b4851e9eec06cb41f45.tar.bz2
nixlib-54cb062ac91f2934f5027b4851e9eec06cb41f45.tar.lz
nixlib-54cb062ac91f2934f5027b4851e9eec06cb41f45.tar.xz
nixlib-54cb062ac91f2934f5027b4851e9eec06cb41f45.tar.zst
nixlib-54cb062ac91f2934f5027b4851e9eec06cb41f45.zip
usbmuxd: cleanup
Diffstat (limited to 'pkgs/tools/misc/usbmuxd')
-rw-r--r--pkgs/tools/misc/usbmuxd/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/tools/misc/usbmuxd/default.nix b/pkgs/tools/misc/usbmuxd/default.nix
index 1167b27d950d..2dfd4752f07a 100644
--- a/pkgs/tools/misc/usbmuxd/default.nix
+++ b/pkgs/tools/misc/usbmuxd/default.nix
@@ -4,8 +4,6 @@ stdenv.mkDerivation rec {
   pname = "usbmuxd";
   version = "2018-10-10";
 
-  name = "${pname}-${version}";
-
   src = fetchFromGitHub {
     owner = "libimobiledevice";
     repo = pname;