7 stdenv.mkDerivation rec {
8 pname = "matrix-brandy";
11 src = fetchFromGitHub {
13 repo = "MatrixBrandy";
15 hash = "sha256-jw5SxCQ2flvCjO/JO3BHpnpt31wBsBxDkVH7uwVxTS0=";
28 homepage = "http://brandy.matrixnetwork.co.uk/";
29 description = "Matrix Brandy BASIC VI for Linux, Windows, MacOSX";
30 mainProgram = "brandy";
31 license = licenses.gpl2Plus;
32 platforms = platforms.linux;
33 maintainers = with maintainers; [ fiq ];