mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
pio: remove (#376661)
This commit is contained in:
commit
cc1a2a0f68
2 changed files with 1 additions and 34 deletions
|
@ -1,34 +0,0 @@
|
||||||
{
|
|
||||||
lib,
|
|
||||||
rustPlatform,
|
|
||||||
fetchFromGitHub,
|
|
||||||
stdenv,
|
|
||||||
darwin,
|
|
||||||
}:
|
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
|
||||||
pname = "pio";
|
|
||||||
version = "0.4.0";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "siiptuo";
|
|
||||||
repo = "pio";
|
|
||||||
rev = version;
|
|
||||||
hash = "sha256-iR6G+G1UOT1ThLI3yhz3na1HmN6z2qUiI6NSKT0krtY=";
|
|
||||||
};
|
|
||||||
|
|
||||||
cargoHash = "sha256-jVOpk+Z3yEEoDexvxT9I0aVHJKVq47y8km/9ltoqrDA=";
|
|
||||||
|
|
||||||
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
|
|
||||||
darwin.apple_sdk.frameworks.Accelerate
|
|
||||||
];
|
|
||||||
|
|
||||||
meta = with lib; {
|
|
||||||
description = "Utility to compress image files while maintaining quality";
|
|
||||||
homepage = "https://github.com/siiptuo/pio";
|
|
||||||
changelog = "https://github.com/siiptuo/pio/blob/${version}/CHANGELOG.md";
|
|
||||||
license = licenses.agpl3Plus;
|
|
||||||
maintainers = with maintainers; [ liassica ];
|
|
||||||
mainProgram = "pio";
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -1074,6 +1074,7 @@ mapAliases {
|
||||||
picom-next = picom; # Added 2024-02-13
|
picom-next = picom; # Added 2024-02-13
|
||||||
pict-rs_0_3 = throw "pict-rs_0_3 has been removed, as it was an outdated version and no longer compiled"; # Added 2024-08-20
|
pict-rs_0_3 = throw "pict-rs_0_3 has been removed, as it was an outdated version and no longer compiled"; # Added 2024-08-20
|
||||||
|
|
||||||
|
pio = throw "pio has been removed due to lack of upstream maintenance"; # Added 2025-01-25
|
||||||
pipewire_0_2 = throw "pipewire_0_2 has been removed as it is outdated and no longer used"; # Added 2024-07-28
|
pipewire_0_2 = throw "pipewire_0_2 has been removed as it is outdated and no longer used"; # Added 2024-07-28
|
||||||
pipewire-media-session = throw "pipewire-media-session is no longer maintained and has been removed. Please use Wireplumber instead.";
|
pipewire-media-session = throw "pipewire-media-session is no longer maintained and has been removed. Please use Wireplumber instead.";
|
||||||
pleroma-otp = throw "'pleroma-otp' has been renamed to/replaced by 'pleroma'"; # Converted to throw 2024-10-17
|
pleroma-otp = throw "'pleroma-otp' has been renamed to/replaced by 'pleroma'"; # Converted to throw 2024-10-17
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue