spoof: drop (#461654)

This commit is contained in:
Fernando Rodrigues
2025-11-14 20:58:57 +00:00
committed by GitHub
4 changed files with 2 additions and 3508 deletions

View File

@@ -9,7 +9,7 @@
<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
- Create the first release note entry in this section!
- `spoof` has been removed, as there are many issues upstream with it working on modern OS versions, and it appears to be unmaintained.
## Other Notable Changes {#sec-nixpkgs-release-26.05-notable-changes}

File diff suppressed because it is too large Load Diff

View File

@@ -1,35 +0,0 @@
{
lib,
buildNpmPackage,
fetchFromGitHub,
}:
buildNpmPackage rec {
pname = "spoof";
version = "2.0.4";
src = fetchFromGitHub {
owner = "feross";
repo = "spoof";
rev = "v${version}";
hash = "sha256-oysURKLQ/rbGAvsy3K0OmDRHUqRKa8S8l5ihBjNqYXc=";
};
npmDepsHash = "sha256-jf0tcsftXoYy6K3PcXgSU+3PAb6Ux9BsVpOX79TI4/o=";
postPatch = ''
cp ${./package-lock.json} package-lock.json
'';
npmFlags = [ "--ignore-scripts" ];
dontNpmBuild = true;
meta = {
description = "Easily spoof your MAC address in OS X & Linux";
homepage = "https://github.com/feross/spoof";
license = lib.licenses.mit;
mainProgram = "spoof";
maintainers = with lib.maintainers; [ modderme123 ];
};
}

View File

@@ -1443,6 +1443,7 @@ mapAliases {
spago = spago-legacy; # Added 2025-09-23, pkgs.spago should become spago@next which hasn't been packaged yet
spark2014 = throw "'spark2014' has been renamed to/replaced by 'gnatprove'"; # Converted to throw 2025-10-27
spidermonkey_91 = throw "'spidermonkey_91 is EOL since 2022/09"; # Added 2025-08-26
spoof = throw "'spoof' has been removed, as it is broken with the latest MacOS versions and is unmaintained upstream"; # Added 2025-11-14
spotify-unwrapped = throw "'spotify-unwrapped' has been renamed to/replaced by 'spotify'"; # Converted to throw 2025-10-27
spring = throw "spring has been removed, as it had been broken since 2023 (it was a game; maybe youre thinking of spring-boot-cli?)"; # Added 2025-09-16
springLobby = throw "springLobby has been removed, as it had been broken since 2023"; # Added 2025-09-16