libimobiledevice: Add darwin support.

This commit is contained in:
Marc Seeger
2020-12-02 12:16:36 -08:00
parent 7c18374708
commit cbd8d2bb3b
@@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
devices to the Linux Desktop. devices to the Linux Desktop.
''; '';
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
platforms = platforms.linux; platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ infinisil ]; maintainers = with maintainers; [ infinisil ];
}; };
} }