memo: refactoring dependency paths
This commit is contained in:
parent
b85f2eb367
commit
22fa6bbc6c
@ -1,4 +1,4 @@
|
|||||||
{ fetchFromGitHub, ack , tree, stdenv, ... }:
|
{ fetchFromGitHub, ag, tree, stdenv, ... }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
@ -15,6 +15,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/{bin,share/man/man1,share/bash-completion/completions}
|
mkdir -p $out/{bin,share/man/man1,share/bash-completion/completions}
|
||||||
|
substituteInPlace memo \
|
||||||
|
--replace "ack " "${ag}/bin/ag " \
|
||||||
|
--replace "tree " "${tree}/bin/tree "
|
||||||
mv memo $out/bin/
|
mv memo $out/bin/
|
||||||
mv doc/memo.1 $out/share/man/man1/memo.1
|
mv doc/memo.1 $out/share/man/man1/memo.1
|
||||||
mv completion/memo.bash $out/share/bash-completion/completions/memo.sh
|
mv completion/memo.bash $out/share/bash-completion/completions/memo.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user