From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:48532) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i7xCV-0000Oh-FH for guix-patches@gnu.org; Wed, 11 Sep 2019 03:38:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i7xCU-0002cI-Ff for guix-patches@gnu.org; Wed, 11 Sep 2019 03:38:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33166) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i7xCU-0002cC-CR for guix-patches@gnu.org; Wed, 11 Sep 2019 03:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i7xCU-0003In-84 for guix-patches@gnu.org; Wed, 11 Sep 2019 03:38:02 -0400 Subject: [bug#37365] [PATCH] - Amendment: Enable tests Resent-Message-ID: Date: Wed, 11 Sep 2019 10:37:19 +0300 From: Efraim Flashner Message-ID: <20190911073719.GH977@E5400> References: <87tv9k3ks0.fsf@rekahsoft.ca> <87o8zr34gz.fsf@rekahsoft.ca> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="HkMjoL2LAeBLhbFV" Content-Disposition: inline In-Reply-To: <87o8zr34gz.fsf@rekahsoft.ca> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: "Collin J. Doering" Cc: 37365@debbugs.gnu.org --HkMjoL2LAeBLhbFV Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable These should be two patches, the first one to add the ruby package and the second to add the zsh package. > + (replace 'install > + (lambda* (#:key outputs #:allow-other-keys) > + (let* ((out (assoc-ref outputs "out")) > + (install-path (string-append out "/share/zsh/plugins= /zsh-autosuggestions"))) > + (mkdir-p install-path) > + (invoke "make" "all") > + (copy-file "zsh-autosuggestions.zsh" (string-append insta= ll-path "/zsh-autosuggestions.zsh")) > + #t)))))) I don't use zsh so I'm asking without knowing anything about the directory structure, is %out/share/zsh/plugins/zsh-autosuggestions the correct folder? The only folder I currently have after zsh is site-functions. (ins)efraim@E5400 ~$ tree .guix-profile/share/zsh/ =2Eguix-profile/share/zsh/ site-functions _mpv -> /gnu/store/acrlmdnmrkivbdrry756pf9grsx2x814-mpv-0.29.1/share/z= sh/site-functions/_mpv _vifm -> /gnu/store/1l9b676paigfc3fx9r8h6h2k5d33wrhk-vifm-0.10.1/share= /zsh/site-functions/_vifm _wgetpaste -> /gnu/store/k5g3fa3i59yxy3n9vf8lm1nfbz5whq2i-wgetpaste-2.= 29/share/zsh/site-functions/_wgetpaste --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --HkMjoL2LAeBLhbFV Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl14pCsACgkQQarn3Mo9 g1HXuBAAjAAZ8MhyH7BBzlScSqeNzO8CFmhHVRHHPxkXSCIQpL8mqdmNeKKm4cai ypQFJPduQg6PDDLnbAGjjfUB0c7QxtbLCC4FFOeAf+m1MkFHKkBR7BdJFljU+NIj o21xfSCTBn401esUZAM6WpT11BaUKlVzX7LCYmLHVBAJQE687En1DV60GIBtoNRj 7R2vPlmIz+RameWY8KOdqsuvFc8nFDzVrBKgoNH6LSGeO73Wn0NT5FJK+jz8bS9L i4DTdL9NcnktCy7bw3DgTgV3BU77etBYseEaPe21wBLSrWSADDROE3XHi/a2u7Mn EwVITd3ariiPa2XPIdVe5GpStY/WgyvLDwXTMj2Me09tK83fuj4VRd26uFTCfo1B D8FYcMUZJL8d1PfTOJuqC76xIN78OSgyZiARSWlkPAeJIs/OhOMF6CpuZ/hX8WXv hXSTzdwqmaMwus7/1tqiYPzIbKXDy3oRvFm3ubSItIVgYFEkTbIXiC4cnTHCZWtr Fk0IAKBgnLfTgdTypkMjW8mmMkdBuZwV5QKjW7zG886WQjpBPunIKByY6MKneOma d0gVhDGrxftqULvKy79SMPXy7+riTUCnF2xz0rjb2fP6fH/tTldogLYxKVtNtXa5 2g2g4KZuvI7jbmwwUghOVQwJcIOYUEWWDWNP0IFTdmCtRGmEAR4= =yr+E -----END PGP SIGNATURE----- --HkMjoL2LAeBLhbFV--