gnulib: add a symlink from bin/gnulib-tool to gnulib-tool
This makes gnulib-tool available in the user's path after installing gnulib.
This commit is contained in:
parent
5bba9f3906
commit
f77fe3f27d
@ -14,6 +14,8 @@ stdenv.mkDerivation {
|
||||
installPhase = ''
|
||||
mkdir -p $out; mv * $out/
|
||||
ln -s $out/lib $out/include
|
||||
mkdir -p $out/bin
|
||||
ln -s $out/gnulib-tool $out/bin/
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user