1 { lib, stdenv, fetchFromGitHub
2 , meson, cmake, ninja, pkg-config
12 withSubprojects = stdenv.mkDerivation {
13 name = "sources-with-subprojects";
15 src = fetchFromGitHub {
19 hash = "sha256-ScuCOmcK714YXEHncizwj6EWdiNIJA1xRMn5gfmg4K4=";
29 cp -r --no-preserve=mode $src $out
32 meson subprojects download
33 find subprojects -type d -name .git -prune -execdir rm -r {} +
36 outputHashMode = "recursive";
37 outputHash = "sha256-/6nuTKjQEXfJlHkTkeX/A4PeGb8SOk6Q801gjx1SB6M=";
39 in stdenv.mkDerivation {
43 src = withSubprojects;
69 description = "Easy to use tool for subjective comparison of the visual quality of different encodings of the same video source";
70 homepage = "https://github.com/vivictorg/vivictpp";
71 license = licenses.gpl2Plus;
72 platforms = platforms.unix;
73 maintainers = with maintainers; [ tilpner ];
74 mainProgram = "vivictpp";