gnu: go-github-com-libp2p-go-libp2p-peer: Adjust inputs.
* gnu/packages/golang-crypto.scm (go-github-com-libp2p-go-libp2p-peer): [propagated-inputs]: Swap from native-inputs to propagated-inputs to access them from dependent packages. Remove go-github-com-mr-tron-base58, go-github-com-gxed-hashland-keccakpg, go-github-com-minio-blake2b-simd, go-github-com-minio-sha256-simd, go-github-com-spaolacci-murmur3; and go-golang-org-x-crypto. Change-Id: Ib646c1a3eba7ad31fecc99578eedc5a3892e1af1
This commit is contained in:
		
							parent
							
								
									ab8f3b1612
								
							
						
					
					
						commit
						0e5a981c2b
					
				
					 1 changed files with 2 additions and 8 deletions
				
			
		| 
						 | 
					@ -592,17 +592,11 @@ Stealing encryption and decryption methods.")
 | 
				
			||||||
      (build-system go-build-system)
 | 
					      (build-system go-build-system)
 | 
				
			||||||
      (arguments
 | 
					      (arguments
 | 
				
			||||||
       '(#:import-path "github.com/libp2p/go-libp2p-peer"))
 | 
					       '(#:import-path "github.com/libp2p/go-libp2p-peer"))
 | 
				
			||||||
      (native-inputs
 | 
					      (propagated-inputs
 | 
				
			||||||
       (list go-github-com-btcsuite-btcd-btcec
 | 
					       (list go-github-com-btcsuite-btcd-btcec
 | 
				
			||||||
             go-github-com-gogo-protobuf
 | 
					             go-github-com-gogo-protobuf
 | 
				
			||||||
             go-github-com-gxed-hashland-keccakpg
 | 
					 | 
				
			||||||
             go-github-com-libp2p-go-libp2p-crypto
 | 
					             go-github-com-libp2p-go-libp2p-crypto
 | 
				
			||||||
             go-github-com-minio-blake2b-simd
 | 
					             go-github-com-multiformats-go-multihash))
 | 
				
			||||||
             go-github-com-minio-sha256-simd
 | 
					 | 
				
			||||||
             go-github-com-mr-tron-base58
 | 
					 | 
				
			||||||
             go-github-com-multiformats-go-multihash
 | 
					 | 
				
			||||||
             go-github-com-spaolacci-murmur3
 | 
					 | 
				
			||||||
             go-golang-org-x-crypto))
 | 
					 | 
				
			||||||
      (home-page "https://github.com/libp2p/go-libp2p-peer")
 | 
					      (home-page "https://github.com/libp2p/go-libp2p-peer")
 | 
				
			||||||
      (synopsis "PKI based identities for use in go-libp2p")
 | 
					      (synopsis "PKI based identities for use in go-libp2p")
 | 
				
			||||||
      (description "PKI based identities for use in @command{go-libp2p}.")
 | 
					      (description "PKI based identities for use in @command{go-libp2p}.")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue