break-time: drop
Unmaintained upstream, and has the following issues in dependencies: * GHSA-8qv2-5vq6-g2g7 * GHSA-2xpg-3hx4-fm9r * GHSA-3288-cwgw-ch86 * GHSA-3cj3-jrrp-9rxf * GHSA-mp6r-fgw2-rxfx * GHSA-5h46-h7hh-c6x9 * and others
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,61 +0,0 @@
|
||||
{
|
||||
fetchFromGitHub,
|
||||
glib,
|
||||
gtk3,
|
||||
openssl,
|
||||
pkg-config,
|
||||
python3,
|
||||
rustPlatform,
|
||||
lib,
|
||||
wrapGAppsHook3,
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "break-time";
|
||||
version = "0.1.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "cdepillabout";
|
||||
repo = "break-time";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-q79JXaBwd/oKtJPvK2+72pY2YvaR3of2CMC8cF6wwQ8=";
|
||||
};
|
||||
|
||||
cargoPatches = [
|
||||
# update Cargo.lock to work with openssl 3
|
||||
./openssl3-support.patch
|
||||
];
|
||||
|
||||
cargoHash = "sha256-HthrPtIWvYLAQDpW12r250OWP7CF4SORlqFbxIq/Dzo=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
python3 # needed for Rust xcb package
|
||||
wrapGAppsHook3
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
glib
|
||||
gtk3
|
||||
openssl
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Break timer that forces you to take a break";
|
||||
mainProgram = "break-time";
|
||||
homepage = "https://github.com/cdepillabout/break-time";
|
||||
knownVulnerabilities = [
|
||||
"Unmaintained upstream, and has the following issues in dependencies:"
|
||||
"GHSA-8qv2-5vq6-g2g7"
|
||||
"GHSA-2xpg-3hx4-fm9r"
|
||||
"GHSA-3288-cwgw-ch86"
|
||||
"GHSA-3cj3-jrrp-9rxf"
|
||||
"GHSA-mp6r-fgw2-rxfx"
|
||||
"GHSA-5h46-h7hh-c6x9"
|
||||
"and others"
|
||||
];
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ cdepillabout ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
@@ -364,6 +364,7 @@ mapAliases {
|
||||
botan2 = throw "botan2 has been removed as it is EOL"; # Added 2025-10-20
|
||||
bower2nix = throw "bower2nix has been removed as bower was removed. It is recommended to migrate to yarn."; # Added 2025-09-17
|
||||
brasero-original = throw "'brasero-original' has been renamed to/replaced by 'brasero-unwrapped'"; # Converted to throw 2025-10-27
|
||||
break-time = throw "'break-time' has been removed because it is not maintained upstream and has insecure dependencies."; # Added 2025-12-01
|
||||
breath-theme = throw "'breath-theme' has been removed, as it is only compatible with Plasma 5, which is EOL"; # Added 2025-08-20
|
||||
brogue = warnAlias "Use 'brogue-ce' instead of 'brogue' for updated releases" brogue-ce; # Added 2025-10-04
|
||||
btanks = throw "'btanks' has been removed as it's been unmaintained since 2010 and fails to build"; # Added 2025-11-29
|
||||
|
||||
Reference in New Issue
Block a user