mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-17 17:42:45 +00:00
usbmuxd: cleanup
This commit is contained in:
parent
d4246d702e
commit
54cb062ac9
|
@ -4,8 +4,6 @@ stdenv.mkDerivation rec {
|
|||
pname = "usbmuxd";
|
||||
version = "2018-10-10";
|
||||
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "libimobiledevice";
|
||||
repo = pname;
|
||||
|
|
Loading…
Reference in a new issue