clipboard-indicator: removed broken flag. (#83088)
This commit is contained in:
parent
9ffacc0b02
commit
4755186bb4
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub, gnome3 }:
|
{ stdenv, fetchFromGitHub }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-shell-extension-clipboard-indicator";
|
pname = "gnome-shell-extension-clipboard-indicator";
|
||||||
@ -24,6 +24,5 @@ stdenv.mkDerivation rec {
|
|||||||
maintainers = with maintainers; [ jonafato ];
|
maintainers = with maintainers; [ jonafato ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
homepage = https://github.com/Tudmotu/gnome-shell-extension-clipboard-indicator;
|
homepage = https://github.com/Tudmotu/gnome-shell-extension-clipboard-indicator;
|
||||||
broken = versionAtLeast gnome3.gnome-shell.version "3.26";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user