eject: Remove

This command is part of util-linux now.
This commit is contained in:
Eelco Dolstra 2013-01-28 17:25:59 +01:00
parent d8f8a29758
commit c8aed4202d
2 changed files with 1 additions and 15 deletions

View File

@ -1,14 +0,0 @@
{stdenv, fetchurl, gettext}:
stdenv.mkDerivation {
name = "eject-2.1.5";
#builder = ./builder.sh;
src = fetchurl {
url = http://ca.geocities.com/jefftranter@rogers.com/eject-2.1.5.tar.gz;
sha256 = "0mgy5wp40rsalfkxs6mvsg3s7yaqf2iq49iv4axf9zac9037k7zg";
};
buildInputs = [gettext];
preBuild = "
makeFlagsArray=(PREFIX=$out)
";
}

View File

@ -5643,7 +5643,7 @@ let
ebtables = callPackage ../os-specific/linux/ebtables { };
eject = callPackage ../os-specific/linux/eject { };
eject = utillinux;
ffado = callPackage ../os-specific/linux/ffado { };