clipboard-indicator: removed broken flag. (#83088)

This commit is contained in:
dasj19 2020-04-09 08:03:31 +02:00 committed by GitHub
parent 9ffacc0b02
commit 4755186bb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, gnome3 }:
{ stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec {
pname = "gnome-shell-extension-clipboard-indicator";
@ -24,6 +24,5 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ jonafato ];
platforms = platforms.linux;
homepage = https://github.com/Tudmotu/gnome-shell-extension-clipboard-indicator;
broken = versionAtLeast gnome3.gnome-shell.version "3.26";
};
}