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

gnomeExtensions.EasyScreenCast: fix build
This commit is contained in:
Jan Tojnar 2023-03-26 13:18:56 +02:00 committed by GitHub
commit 391586fc2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, substituteAll, glib, gnome, gettext, jq }:
{ lib, stdenv, fetchFromGitHub, substituteAll, glib, gnome, gettext, jq, intltool }:
stdenv.mkDerivation rec {
pname = "gnome-shell-extension-EasyScreenCast";
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
];
nativeBuildInputs = [
glib gettext jq
glib gettext jq intltool
];
makeFlags = [ "INSTALLBASE=$(out)/share/gnome-shell/extensions" ];