gnu: libsm: Propagate input libice.
* gnu/packages/xorg.scm (libsm): Propagate input libice.
This commit is contained in:
		
							parent
							
								
									c98f2ff309
								
							
						
					
					
						commit
						211345b3a5
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -1153,10 +1153,11 @@ tracking.")
 | 
				
			||||||
          (base32
 | 
					          (base32
 | 
				
			||||||
            "07bzi6xwlhq36f60qfspjbz0qjj7zcgayi1vp4ihgx34kib1vhck"))))
 | 
					            "07bzi6xwlhq36f60qfspjbz0qjj7zcgayi1vp4ihgx34kib1vhck"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
 | 
					    (propagated-inputs
 | 
				
			||||||
 | 
					      `(("libice" ,libice))) ; SMlib.h includes ICElib.h
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
      `(("xtrans" ,xtrans)
 | 
					      `(("xtrans" ,xtrans)
 | 
				
			||||||
        ("util-linux" ,util-linux)
 | 
					        ("util-linux" ,util-linux)))
 | 
				
			||||||
        ("libice" ,libice)))
 | 
					 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
      `(("pkg-config" ,pkg-config)))
 | 
					      `(("pkg-config" ,pkg-config)))
 | 
				
			||||||
    (home-page "http://www.x.org/wiki/")
 | 
					    (home-page "http://www.x.org/wiki/")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue