From 5808f1a0ca10a81d845c73c9cbcde1839528e047 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 4 Jul 2010 21:11:27 +0000 Subject: gnupdate: Remove obsolete workaround. * maintainers/scripts/gnu/gnupdate: Remove `(sxml ssax) workaround for macro-generating macros. svn path=/nixpkgs/trunk/; revision=22467 --- maintainers/scripts/gnu/gnupdate | 7 ------- 1 file changed, 7 deletions(-) (limited to 'maintainers') diff --git a/maintainers/scripts/gnu/gnupdate b/maintainers/scripts/gnu/gnupdate index c08dad7e604..e68ed2fea92 100755 --- a/maintainers/scripts/gnu/gnupdate +++ b/maintainers/scripts/gnu/gnupdate @@ -55,13 +55,6 @@ exec ${GUILE-guile} -L "$PWD" -l "$0" \ (and line column path (make-location path (string->number line) (string->number column)))) -;; XXX: Hack to add missing exports from `(sxml ssax)' as of 1.9.10. -(let ((ssax (resolve-module '(sxml ssax)))) - (for-each (lambda (sym) - (module-add! (current-module) sym - (module-variable ssax sym))) - '(ssax:warn ssax:skip-pi nl))) - ;; Nix object types visible in the XML output of `nix-instantiate' and ;; mapping to S-expressions (we map to sexps, not records, so that we ;; can do pattern matching): -- cgit 1.4.1