22 withSubprojects = stdenv.mkDerivation {
23 name = "sources-with-subprojects";
25 src = fetchFromGitHub {
29 hash = "sha256-ScuCOmcK714YXEHncizwj6EWdiNIJA1xRMn5gfmg4K4=";
39 cp -r --no-preserve=mode $src $out
42 meson subprojects download
43 find subprojects -type d -name .git -prune -execdir rm -r {} +
46 outputHashMode = "recursive";
47 outputHash = "sha256-/6nuTKjQEXfJlHkTkeX/A4PeGb8SOk6Q801gjx1SB6M=";
54 src = withSubprojects;
80 description = "Easy to use tool for subjective comparison of the visual quality of different encodings of the same video source";
81 homepage = "https://github.com/vivictorg/vivictpp";
82 license = licenses.gpl2Plus;
83 platforms = platforms.unix;
84 maintainers = with maintainers; [ tilpner ];
85 mainProgram = "vivictpp";