7 stdenv.mkDerivation (finalAttrs: {
11 src = fetchFromBitbucket {
14 rev = finalAttrs.version;
15 hash = "sha256-b8cEGC3WxrjebQjed/VD9SIWkiQpNaE2yW+bQRCtmSs=";
20 makeFlags = [ "prefix=$(out)" ];
22 nativeBuildInputs = [ asciidoc ];
24 doInstallCheck = true;
26 installCheckPhase = ''
33 description = "Tool for creating Commodore 1541 Floppy disk images in D64, D71 or D81 format";
34 homepage = "https://bitbucket.org/ptv_claus/cc1541/src/master/";
35 license = licenses.mit;
36 maintainers = with maintainers; [ matthewcroughan ];
37 mainProgram = "cc1541";
38 platforms = platforms.all;