13 stdenv.mkDerivation (finalAttrs: {
14 pname = "gnome-shell-extension-EasyScreenCast";
17 src = fetchFromGitHub {
18 owner = "EasyScreenCast";
19 repo = "EasyScreenCast";
20 rev = finalAttrs.version;
21 hash = "sha256-5PJB+lm4NKeNpS2vg9xaVl5aUR0Rofmt6sEKXfuGG6c=";
26 src = ./fix-gi-path.patch;
27 gnomeShell = gnome-shell;
38 makeFlags = [ "INSTALLBASE=$(out)/share/gnome-shell/extensions" ];
40 passthru.extensionUuid = "EasyScreenCast@iacopodeenosee.gmail.com";
43 description = "Simplifies the use of the video recording function integrated in gnome shell";
44 homepage = "https://github.com/EasyScreenCast/EasyScreenCast";
45 license = licenses.gpl3Plus;
46 maintainers = with maintainers; [ doronbehar ];
47 platforms = platforms.linux;