11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
16 owner = "charlesfleche";
19 hash = "sha256-lRp2RhNiIf1VrryfKqYFSbKG3pktw3M7B49fXVoj+C8=";
34 description = "Linux editor for the Akai LPD8";
35 homepage = "https://github.com/charlesfleche/lpd8editor";
36 license = licenses.mit;
37 maintainers = with maintainers; [ pinpox ];
38 mainProgram = "lpd8editor";
39 platforms = platforms.all;