mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
sakura: fix build after gnome-3.16 bump
/cc maintainers: @astsmtl, @codyopel.
This commit is contained in:
parent
3a1345189c
commit
1ea42506d1
1 changed files with 1 additions and 1 deletions
|
@ -12254,7 +12254,7 @@ let
|
|||
rxvt_unicode_with-plugins = rxvt_unicode-with-plugins;
|
||||
|
||||
sakura = callPackage ../applications/misc/sakura {
|
||||
inherit (gnome3) vte;
|
||||
vte = gnome3.vte_290;
|
||||
};
|
||||
|
||||
sbagen = callPackage ../applications/misc/sbagen { };
|
||||
|
|
Loading…
Reference in a new issue