Loading pkgs/applications/video/subtitleedit/default.nix +19 −16 Original line number Diff line number Diff line { lib , stdenv , fetchzip , makeDesktopItem , nix-update-script { lib, stdenv, fetchzip, makeDesktopItem, nix-update-script, , copyDesktopItems , icoutils , makeWrapper copyDesktopItems, icoutils, makeWrapper, , ffmpeg , gtk2 , hunspell , mono , mpv , tesseract4 ffmpeg, gtk2, hunspell, mono, mpv, tesseract4, }: stdenv.mkDerivation rec { Loading @@ -21,7 +22,9 @@ stdenv.mkDerivation rec { version = "4.0.6"; src = fetchzip { url = "https://github.com/SubtitleEdit/subtitleedit/releases/download/${version}/SE${lib.replaceStrings [ "." ] [ "" ] version}.zip"; url = "https://github.com/SubtitleEdit/subtitleedit/releases/download/${version}/SE${ lib.replaceStrings [ "." ] [ "" ] version }.zip"; hash = "sha256-ipAqnF7rpSXccWkyTysUBrD0/mnv5AEA5GuxMJjW9Dg="; stripRoot = false; }; Loading Loading @@ -92,6 +95,6 @@ stdenv.mkDerivation rec { license = licenses.gpl3Plus; platforms = platforms.all; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; maintainers = [ ]; maintainers = with maintainers; [ paveloom ]; }; } Loading
pkgs/applications/video/subtitleedit/default.nix +19 −16 Original line number Diff line number Diff line { lib , stdenv , fetchzip , makeDesktopItem , nix-update-script { lib, stdenv, fetchzip, makeDesktopItem, nix-update-script, , copyDesktopItems , icoutils , makeWrapper copyDesktopItems, icoutils, makeWrapper, , ffmpeg , gtk2 , hunspell , mono , mpv , tesseract4 ffmpeg, gtk2, hunspell, mono, mpv, tesseract4, }: stdenv.mkDerivation rec { Loading @@ -21,7 +22,9 @@ stdenv.mkDerivation rec { version = "4.0.6"; src = fetchzip { url = "https://github.com/SubtitleEdit/subtitleedit/releases/download/${version}/SE${lib.replaceStrings [ "." ] [ "" ] version}.zip"; url = "https://github.com/SubtitleEdit/subtitleedit/releases/download/${version}/SE${ lib.replaceStrings [ "." ] [ "" ] version }.zip"; hash = "sha256-ipAqnF7rpSXccWkyTysUBrD0/mnv5AEA5GuxMJjW9Dg="; stripRoot = false; }; Loading Loading @@ -92,6 +95,6 @@ stdenv.mkDerivation rec { license = licenses.gpl3Plus; platforms = platforms.all; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; maintainers = [ ]; maintainers = with maintainers; [ paveloom ]; }; }