smos: remove (#153465)

Removed by upstream developer.

- The package is outdated.
- The static build that was used didn't actually work.
- There is no more static build for smos.
This commit is contained in:
Tom Sydney Kerckhove 2022-01-04 13:14:45 +01:00 committed by GitHub
parent d61332c196
commit 9cd64b4b89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 29 deletions

View File

@ -1,27 +0,0 @@
{ lib, stdenv
, fetchurl
, unzip
}:
stdenv.mkDerivation rec {
pname = "smos";
version = "0.1.0";
src = fetchurl {
url = "https://github.com/NorfairKing/smos/releases/download/v${version}/smos-release.zip";
sha256 = "sha256:07yavk7xl92yjwwjdig90yq421n8ldv4fjfw7izd4hfpzw849a12";
};
dontInstall = true;
unpackCmd = "${unzip}/bin/unzip -d $out $curSrc";
sourceRoot = ".";
meta = with lib; {
description = "A comprehensive self-management system";
homepage = "https://smos.online";
license = licenses.mit;
maintainers = with maintainers; [ norfair ];
platforms = platforms.linux ++ platforms.darwin;
};
}

View File

@ -26139,8 +26139,6 @@ with pkgs;
smooth = callPackage ../development/libraries/smooth { };
smos = callPackage ../applications/misc/smos { };
spectrwm = callPackage ../applications/window-managers/spectrwm { };
spot = callPackage ../applications/audio/spot { };