diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-04-24T11·45+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-04-24T11·45+0000 |
commit | 76205df09cd6ac700f002f22e285440364d96ccd (patch) | |
tree | b39d174e8cd8e25de7b3336f80e4dc0c874edd56 /test/tmpl/gtk+-2.2.1.nix | |
parent | 243370bc52b6ecc706cd7ad3a3c8075f74ac1fc0 (diff) |
* Removed old Nix descriptors.
Diffstat (limited to 'test/tmpl/gtk+-2.2.1.nix')
-rw-r--r-- | test/tmpl/gtk+-2.2.1.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/tmpl/gtk+-2.2.1.nix b/test/tmpl/gtk+-2.2.1.nix deleted file mode 100644 index cf34fd7687e1..000000000000 --- a/test/tmpl/gtk+-2.2.1.nix +++ /dev/null @@ -1,10 +0,0 @@ -id : gtk+-2.2.1 - -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 = url(ftp://ftp.gtk.org/pub/gtk/v2.2/gtk+-2.2.1.tar.bz2) - -build = ../build/gtk+-build.sh |