mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
i2pd: unintended rename corrected
This commit is contained in:
parent
b13f454296
commit
de7d60dcfa
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ boost zlib openssl ];
|
||||
installPhase = ''
|
||||
install -D i2p $out/bin/i2pd
|
||||
install -D i2p $out/bin/i2p
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user