lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #223225 from linj-fork/fix-gnome-extension-easyScreenCast

gnomeExtensions.EasyScreenCast: fix build

authored by

Jan Tojnar and committed by
GitHub
391586fc 9785a157

+2 -2
+2 -2
pkgs/desktops/gnome/extensions/EasyScreenCast/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, substituteAll, glib, gnome, gettext, jq }: 1 + { lib, stdenv, fetchFromGitHub, substituteAll, glib, gnome, gettext, jq, intltool }: 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "gnome-shell-extension-EasyScreenCast"; ··· 19 19 ]; 20 20 21 21 nativeBuildInputs = [ 22 - glib gettext jq 22 + glib gettext jq intltool 23 23 ]; 24 24 25 25 makeFlags = [ "INSTALLBASE=$(out)/share/gnome-shell/extensions" ];