obexfs: drop
This commit is contained in:
@@ -1,33 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchurl,
|
||||
pkg-config,
|
||||
bluez,
|
||||
fuse,
|
||||
obexftp,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "obexfs";
|
||||
version = "0.12";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/openobex/obexfs-${finalAttrs.version}.tar.gz";
|
||||
sha256 = "1g3krpygk6swa47vbmp9j9s8ahqqcl9ra8r25ybgzv2d9pmjm9kj";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [
|
||||
fuse
|
||||
obexftp
|
||||
bluez
|
||||
];
|
||||
|
||||
meta = {
|
||||
homepage = "http://dev.zuckschwerdt.org/openobex/wiki/ObexFs";
|
||||
description = "Tool to mount OBEX-based devices (such as Bluetooth phones)";
|
||||
platforms = lib.platforms.linux;
|
||||
license = lib.licenses.lgpl2Plus;
|
||||
};
|
||||
})
|
||||
@@ -1598,6 +1598,7 @@ mapAliases {
|
||||
oam-tools = throw "'oam-tools' has been become part of amass"; # Added 2025-12-21
|
||||
oathToolkit = throw "'oathToolkit' has been renamed to/replaced by 'oath-toolkit'"; # Converted to throw 2025-10-27
|
||||
obb = throw "obb has been removed because it has been marked as broken since 2023."; # Added 2025-10-11
|
||||
obexfs = throw "'obexfs' has been removed as it was unmaintained upstream"; # Added 2026-05-31
|
||||
obliv-c = throw "obliv-c has been removed from Nixpkgs, as it has been unmaintained upstream for 4 years and does not build with supported GCC versions"; # Added 2025-08-18
|
||||
oclgrind = throw "oclgrind has been removed, as it does not build with supported LLVM versions"; # Added 2025-08-10
|
||||
oguri = throw "'oguri' has been removed from nixpkgs because the upstream repository was archived. Please see https://github.com/vilhalmer/oguri#notice-unmaintained for upstream's suggested replacements."; # Added 2026-05-04
|
||||
|
||||
Reference in New Issue
Block a user