From f475a18746c337440d59592af484e857237f9064 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 3 May 2020 23:39:26 +0200 Subject: Add dependencies for development with gtk Signed-off-by: Matthias Beyer --- shell.nix | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 01160ab..d6324a8 100644 --- a/shell.nix +++ b/shell.nix @@ -18,10 +18,21 @@ let dbus libtool ]; + + gtk = with pkgs; [ + glib + pango + gdk-pixbuf + atk + gtk3 + + libsoup + webkitgtk + ]; in pkgs.mkShell rec { - buildInputs = env ++ dependencies; + buildInputs = env ++ dependencies ++ gtk; LIBCLANG_PATH = "${pkgs.llvmPackages.libclang}/lib"; } -- cgit v1.2.3