Author: ludo
Date: 2010-07-04 21:11:27 +0000 (Sun, 04 Jul 2010)
New Revision: 22467

You can view the changes in this commit at:
   https://svn.nixos.org/viewvc/nix?rev=22467&view=rev

Modified:
   nixpkgs/trunk/maintainers/scripts/gnu/gnupdate

Log:
gnupdate: Remove obsolete workaround.

* maintainers/scripts/gnu/gnupdate: Remove `(sxml ssax) workaround for
  macro-generating macros.

Changes:

Modified: nixpkgs/trunk/maintainers/scripts/gnu/gnupdate
===================================================================
--- nixpkgs/trunk/maintainers/scripts/gnu/gnupdate      2010-07-04 21:11:19 UTC 
(rev 22466)
+++ nixpkgs/trunk/maintainers/scripts/gnu/gnupdate      2010-07-04 21:11:27 UTC 
(rev 22467)
@@ -55,13 +55,6 @@
   (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):

_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to