17 stdenv.mkDerivation rec {
21 src = fetchFromGitHub {
22 owner = "robertsanseries";
25 hash = "sha256-nubm6vBWwsHrrmvFAL/cIzYPxg9B1EhnpC79IJMNuFY=";
46 chmod +x meson/post_install.py
47 patchShebangs meson/post_install.py
53 binPath = lib.makeBinPath [
59 wrapProgram $out/bin/com.github.robertsanseries.ciano \
60 --prefix PATH : ${binPath} "''${gappsWrapperArgs[@]}"
61 ln -s $out/bin/com.github.robertsanseries.ciano $out/bin/ciano
65 homepage = "https://github.com/robertsanseries/ciano";
66 description = "A multimedia file converter focused on simplicity";
67 license = licenses.gpl3Plus;
68 maintainers = with maintainers; [ AndersonTorres ];
69 platforms = platforms.linux;