gnu: Remove python2-rsvg.
* gnu/packages/gnome.scm (python2-rsvg): Delete variable.
This commit is contained in:
		
							parent
							
								
									1c142bb829
								
							
						
					
					
						commit
						984a04210a
					
				
					 1 changed files with 0 additions and 29 deletions
				
			
		| 
						 | 
					@ -4766,35 +4766,6 @@ commercial X servers.  It is useful for creating XKB-related software (layout
 | 
				
			||||||
indicators etc).")
 | 
					indicators etc).")
 | 
				
			||||||
    (license license:lgpl2.0+)))
 | 
					    (license license:lgpl2.0+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public python2-rsvg
 | 
					 | 
				
			||||||
  ;; XXX: This is actually a subset of gnome-python-desktop.
 | 
					 | 
				
			||||||
  (package
 | 
					 | 
				
			||||||
    (name "python2-rsvg")
 | 
					 | 
				
			||||||
    (version "2.32.0")
 | 
					 | 
				
			||||||
    (source
 | 
					 | 
				
			||||||
     (origin
 | 
					 | 
				
			||||||
       (method url-fetch)
 | 
					 | 
				
			||||||
       (uri (string-append
 | 
					 | 
				
			||||||
             "mirror://gnome/sources/gnome-python-desktop/2.32/gnome-python-desktop-"
 | 
					 | 
				
			||||||
             version ".tar.bz2"))
 | 
					 | 
				
			||||||
       (sha256
 | 
					 | 
				
			||||||
        (base32
 | 
					 | 
				
			||||||
         "1s8f9rns9v7qlwjv9qh9lr8crp88dpzfm45hj47zc3ivpy0dbnq9"))))
 | 
					 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					 | 
				
			||||||
    (native-inputs
 | 
					 | 
				
			||||||
     (list pkg-config))
 | 
					 | 
				
			||||||
    (inputs
 | 
					 | 
				
			||||||
     (list python-2 python2-pygtk librsvg))
 | 
					 | 
				
			||||||
    (home-page "https://www.gnome.org")
 | 
					 | 
				
			||||||
    (synopsis "Python bindings to librsvg")
 | 
					 | 
				
			||||||
    (description
 | 
					 | 
				
			||||||
     "This package provides Python bindings to librsvg, the SVG rendering
 | 
					 | 
				
			||||||
library.")
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    ;; This is the license of the rsvg bindings.  The license of each module
 | 
					 | 
				
			||||||
    ;; of gnome-python-desktop is given in 'COPYING'.
 | 
					 | 
				
			||||||
    (license license:lgpl2.1+)))
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
(define-public glib-networking
 | 
					(define-public glib-networking
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "glib-networking")
 | 
					    (name "glib-networking")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue