3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/desktops/xfce4-14/xfce4-terminal/default.nix
2019-08-17 00:32:34 -04:00

16 lines
331 B
Nix

{ mkXfceDerivation, gtk3, libxfce4ui, vte, xfconf }:
mkXfceDerivation rec {
category = "apps";
pname = "xfce4-terminal";
version = "0.8.8";
sha256 = "0sg9vwyvhh7pjp83biv7gvf42423a7ly4dc7q2gn28kp6bds2qcp";
buildInputs = [ gtk3 libxfce4ui vte xfconf ];
meta = {
description = "A modern terminal emulator";
};
}