1 { lib, stdenv, fetchFromGitHub }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "18f4mnfnyviqclbhmbhix80k823481ypkwbp26qfvhnxdgzbggcc";
15 install -Dm755 cp437 -t $out/bin
20 Emulates an old-style "code page 437" / "IBM-PC" character
21 set terminal on a modern UTF-8 terminal emulator
23 homepage = "https://github.com/keaston/cp437";
24 license = licenses.bsd3;
25 maintainers = with maintainers; [ jb55 ];