gnome3_16: mark gnome-screenshot as broken
This commit is contained in:
parent
f9f3b47c72
commit
1f27976e03
|
@ -32,5 +32,6 @@ stdenv.mkDerivation rec {
|
||||||
maintainers = gnome3.maintainers;
|
maintainers = gnome3.maintainers;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,7 +26,7 @@ let
|
||||||
|
|
||||||
optionalPackages = with gnome3; [ baobab empathy eog epiphany evince
|
optionalPackages = with gnome3; [ baobab empathy eog epiphany evince
|
||||||
gucharmap nautilus totem vino yelp gnome-bluetooth
|
gucharmap nautilus totem vino yelp gnome-bluetooth
|
||||||
gnome-calculator gnome-contacts gnome-font-viewer gnome-screenshot
|
gnome-calculator gnome-contacts gnome-font-viewer
|
||||||
gnome-system-log gnome-system-monitor
|
gnome-system-log gnome-system-monitor
|
||||||
gnome_terminal gnome-user-docs bijiben evolution file-roller gedit
|
gnome_terminal gnome-user-docs bijiben evolution file-roller gedit
|
||||||
gnome-clocks gnome-music gnome-tweak-tool gnome-photos
|
gnome-clocks gnome-music gnome-tweak-tool gnome-photos
|
||||||
|
|
Loading…
Reference in New Issue