eject: Remove
This command is part of util-linux now.
This commit is contained in:
parent
d8f8a29758
commit
c8aed4202d
@ -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)
|
||||
";
|
||||
}
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user