kalk -> kalker

This commit is contained in:
Bernardo Meurer 2021-06-03 12:29:19 -07:00
parent b173e855fa
commit 3f297bfcbb
No known key found for this signature in database
GPG key ID: F4C0D53B8D14C246
3 changed files with 6 additions and 5 deletions

View file

@ -4,7 +4,7 @@
, rustPlatform
}:
rustPlatform.buildRustPackage rec {
pname = "kalk";
pname = "kalker";
version = "1.0.0";
src = fetchFromGitHub {
@ -14,7 +14,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "sha256-1iZvp30/V0bw9NBxiKNiDgOMYJkDsGhTGdBsAPggdEg=";
};
cargoSha256 = "sha256-qHXlhKeuDpebpbbGr34Uvwyg//HdCL0UoTqRf9vEfmE=";
cargoSha256 = "sha256-fBWnMlOLgwrOBPS2GIfOUDHQHcMMaU5r9JZVMbA+W58=";
nativeBuildInputs = [ m4 ];
@ -25,8 +25,8 @@ rustPlatform.buildRustPackage rec {
'';
meta = with lib; {
homepage = "https://kalk.strct.net";
changelog = "https://github.com/PaddiM8/kalk/releases/tag/v${version}";
homepage = "https://kalker.strct.net";
changelog = "https://github.com/PaddiM8/kalker/releases/tag/v${version}";
description = "A command line calculator";
longDescription = ''
A command line calculator that supports math-like syntax with user-defined

View file

@ -340,6 +340,7 @@ mapAliases ({
jikes = throw "jikes was deprecated on 2019-10-07: abandoned by upstream";
joseki = apache-jena-fuseki; # added 2016-02-28
json_glib = json-glib; # added 2018-02-25
kalk = kalker; # added 2021-06-03
kdecoration-viewer = throw "kdecoration-viewer has been removed from nixpkgs, as there is no upstream activity"; # 2020-06-16
k9copy = throw "k9copy has been removed from nixpkgs, as there is no upstream activity"; # 2020-11-06
kodiGBM = kodi-gbm;

View file

@ -2845,7 +2845,7 @@ in
kaldi = callPackage ../tools/audio/kaldi { };
kalk = callPackage ../tools/misc/kalk { };
kalker = callPackage ../tools/misc/kalker { };
kisslicer = callPackage ../tools/misc/kisslicer { };