mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
planify: renamed from elementary-planner
A throw is used instead of alias because this corresponds to a very breaking upstream change and I don't see automatic data migration right now.
This commit is contained in:
parent
50c30faaeb
commit
b721d27214
@ -22,12 +22,12 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "elementary-planner";
|
||||
pname = "planify";
|
||||
version = "unstable-2023-04-20";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "alainm23";
|
||||
repo = "planner";
|
||||
repo = "planify";
|
||||
rev = "97c0f1c30d087e2ac459241bfdb9b606a12a77ce";
|
||||
sha256 = "sha256-W4Hfa9zgKpGKfd7QSTLF2FT0vSJ5mQMV+W9WWltZlL4=";
|
||||
};
|
||||
@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Task manager with Todoist support designed for GNU/Linux";
|
||||
homepage = "https://useplanner.com";
|
||||
homepage = "https://github.com/alainm23/planify";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ dtzWill ] ++ teams.pantheon.members;
|
||||
platforms = platforms.linux;
|
@ -445,6 +445,7 @@ mapAliases ({
|
||||
electron_8 = throw "electron_8 has been removed in favor of newer versions"; # added 2022-02-08
|
||||
|
||||
electrum-dash = throw "electrum-dash has been removed from nixpkgs as the project is abandoned"; # Added 2022-01-01
|
||||
elementary-planner = throw "elementary-planner has been renamed to planify"; # Added 2023-06-24
|
||||
|
||||
elixir_ls = elixir-ls; # Added 2023-03-20
|
||||
|
||||
|
@ -30381,8 +30381,6 @@ with pkgs;
|
||||
|
||||
electrum-ltc = libsForQt5.callPackage ../applications/misc/electrum/ltc.nix { };
|
||||
|
||||
elementary-planner = callPackage ../applications/office/elementary-planner { };
|
||||
|
||||
elf-dissector = libsForQt5.callPackage ../applications/misc/elf-dissector {
|
||||
libdwarf = libdwarf_20210528;
|
||||
};
|
||||
@ -33153,6 +33151,8 @@ with pkgs;
|
||||
|
||||
pipe-viewer = perlPackages.callPackage ../applications/video/pipe-viewer { };
|
||||
|
||||
planify = callPackage ../applications/office/planify { };
|
||||
|
||||
plank = callPackage ../applications/misc/plank { };
|
||||
|
||||
playonlinux = callPackage ../applications/misc/playonlinux
|
||||
|
Loading…
Reference in New Issue
Block a user