artwork.scm (188B)


      1 (define-module (mt artwork)
      2   #:use-module (guix gexp)
      3   #:export (%mt-artwork))
      4 
      5 ;; TODO: Move this to another repository
      6 
      7 (define %mt-artwork
      8   (local-file "artwork" #:recursive? #t))
      9 
     10