Commit 396c0e50 authored by dish's avatar dish
Browse files

spoof: drop

https://github.com/feross/spoof/issues has a lot of open issues related
to modern MacOS/Windows versions, and last release was 5 years ago.
Doesn't seem like those bugs are going to get fixed.
parent 4f62e365
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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}

+0 −3472

File deleted.

Preview size limit exceeded, changes collapsed.

pkgs/by-name/sp/spoof/package.nix

deleted100644 → 0
+0 −35
Original line number Diff line number Diff line
{
  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 ];
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -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 you’re 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