1 { lib, stdenv, fetchFromGitHub, pkg-config, cmake, curl, zlib, ffmpeg, glew, pcre
2 , rtmpdump, cairo, boost, SDL2, SDL2_mixer, libjpeg, pango, xz, nasm
6 stdenv.mkDerivation rec {
10 src = fetchFromGitHub {
14 sha256 = "sha256-/w0cqPIeQC1Oz1teSjMpeiQEI6bIpnyOOu0GoGyi6Kg=";
18 sed -i 's/SET(ETCDIR "\/etc")/SET(ETCDIR "etc")/g' CMakeLists.txt
21 nativeBuildInputs = [ pkg-config cmake ];
24 curl zlib ffmpeg glew pcre rtmpdump cairo boost SDL2 SDL2_mixer libjpeg
25 pango xz nasm llvm glibmm
29 description = "Open source Flash Player implementation";
30 homepage = "https://lightspark.github.io/";
31 license = licenses.lgpl3Plus;
32 maintainers = with maintainers; [ jchw ];
33 platforms = platforms.linux;