]> git.immae.eu Git - perso/Immae/Config/Nix/NUR.git/commitdiff
Fix tools after upgrade
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Tue, 7 Apr 2020 21:03:54 +0000 (23:03 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Fri, 24 Apr 2020 22:04:55 +0000 (00:04 +0200)
pkgs/crypto/iota-cli-app/default.nix
pkgs/duply/default.nix

index 17d7714b03c88432afb168902354a0be758cba50..e9e9f92a17c1fbcd7ad10b9ba09fa583668a83e1 100644 (file)
@@ -10,7 +10,7 @@ let
         cp -a $src $out
         chmod u+w -R $out
         cd $out
-        sed -i -e "s@host: 'http://localhost',@host: 'https://iri.trytes.eu',@" index.js
+        sed -i -e "s@host: 'http://localhost',@host: 'https://nodes.thetangle.org',@" index.js
         sed -i -e "s@port: 14265@port: 443@" index.js
         '';
     });
index 3816996c8416a2c9fb75a1a6a071d5fa875d5fb8..2d24d4fa785d12a4cacc7055deb282528a0c5e79 100644 (file)
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, makeWrapper, coreutils, python2, duplicity, gawk, gnupg1, bash, gnugrep, txt2man, which }:
+{ stdenv, fetchurl, makeWrapper, coreutils, python3, duplicity, gawk, gnupg1, bash, gnugrep, txt2man, which }:
 stdenv.mkDerivation rec {
   name = "duply-${version}";
   version = "2.1";
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
     mkdir -p "$out/share/man/man1"
     install -vD duply "$out/bin"
     sed -i $out/bin/duply -e "1a \
-    export PATH='${stdenv.lib.makeBinPath [ coreutils python2 duplicity gawk gnupg1 bash gnugrep txt2man which ]}'
+    export PATH='${stdenv.lib.makeBinPath [ coreutils python3 duplicity gawk gnupg1 bash gnugrep txt2man which ]}'
     " -e "1a \
     export DUPL_PYTHON_BIN=$(basename ${duplicity}/lib/python*)
     "