11 stdenv.mkDerivation rec {
12 pname = "gnome-desktop-testing";
15 src = fetchFromGitLab {
16 domain = "gitlab.gnome.org";
18 repo = "gnome-desktop-testing";
20 sha256 = "sha256-PWn4eEZskY0YgMpf6O2dgXNSu8b8T311vFHREv2HE/Q=";
33 enableParallelBuilding = true;
36 updateScript = nix-update-script { };
40 description = "GNOME test runner for installed tests";
41 homepage = "https://gitlab.gnome.org/GNOME/gnome-desktop-testing";
42 license = licenses.lgpl2Plus;
43 platforms = platforms.linux;
44 maintainers = [ maintainers.jtojnar ];