mfi: remove

This commit is contained in:
Jörg Thalheim 2017-09-07 10:24:24 +01:00
parent 6f0b538044
commit 6b6ffd5b21
2 changed files with 0 additions and 30 deletions

@ -1,28 +0,0 @@
{ stdenv, fetchurl, unzip }:
stdenv.mkDerivation rec {
name = "mfi-controller-${version}";
version = "2.1.11";
src = fetchurl {
url = "https://dl.ubnt.com/mfi/${version}/mFi.unix.zip";
sha256 = "0b9q6025zf9zjzq8dcmcyai8rslx67g52j41gacxsk9i5dspmw90";
};
buildInputs = [ unzip ];
dontBuild = true;
installPhase = ''
mkdir -p $out
cp -ar conf data dl lib webapps $out
'';
meta = with stdenv.lib; {
homepage = http://www.ubnt.com/;
description = "Controller for Ubiquiti mFi devices";
license = licenses.unfree;
platforms = platforms.unix;
maintainers = with maintainers; [ elitak ];
};
}

@ -11332,8 +11332,6 @@ with pkgs;
meteor = callPackage ../servers/meteor/default.nix { };
mfi = callPackage ../servers/mfi { };
minio = callPackage ../servers/minio { };
# Backwards compatibility.