diff options
Diffstat (limited to 'test/tmpl/gtk+-2.2.1.nix')
-rw-r--r-- | test/tmpl/gtk+-2.2.1.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/tmpl/gtk+-2.2.1.nix b/test/tmpl/gtk+-2.2.1.nix new file mode 100644 index 000000000000..83c2835dfeee --- /dev/null +++ b/test/tmpl/gtk+-2.2.1.nix @@ -0,0 +1,8 @@ +pkgconfig <- ./pkgconfig-0.15.0.nix +glib <- ./glib-2.2.1.nix +atk <- ./atk-1.2.0.nix +pango <- ./pango-1.2.1.nix + +src = ../dist/gtk+-2.2.1.tar.bz2 + +build = ../dist/gtk+-build.sh |