1 { mkDerivation, haskellPackages, fetchurl, lib }:
7 # Can't use fetchFromGitLab since codes.kary.us doesn't support https
9 url = "http://codes.kary.us/nota/nota/-/archive/V${version}/nota-V${version}.tar.bz2";
10 sha256 = "0bbs6bm9p852hvqadmqs428ir7m65h2prwyma238iirv42pk04v8";
14 export sourceRoot=$sourceRoot/source
20 libraryHaskellDepends = with haskellPackages; [
36 description = "Most beautiful command line calculator";
37 homepage = "https://kary.us/nota";
38 license = lib.licenses.mpl20;