1 { lib, stdenv, fetchFromGitHub }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-4gsSjLZ7Z4ErNqe86Fy5IrzLMfvDyY18sE0yBnj9bvM=";
16 makeFlags = [ "DESTDIR=" "PREFIX=$(out)" "CC=${stdenv.cc.targetPrefix}cc" ];
19 description = "The advanced terminal calculator";
21 Quich is a compact, fast, powerful and useful calculator for your terminal
22 with numerous features, supporting Windows and Linux Systems,
25 homepage = "https://github.com/Usbac/quich";
26 license = licenses.mit;
27 maintainers = [ maintainers.xdhampus ];
28 platforms = platforms.all;