cfdyndns: fix build
The custom installPhase got broken as the rust build scripts only provide $releaseDir in postInstall hooks. The default rust installPhase installs the same files, so the custom one is unnecessary.
This commit is contained in:
parent
13555bc0e8
commit
0177ea48e2
@ -17,11 +17,6 @@ buildRustPackage rec {
|
|||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
buildInputs = [ openssl ];
|
buildInputs = [ openssl ];
|
||||||
|
|
||||||
installPhase = ''
|
|
||||||
mkdir -p $out/bin
|
|
||||||
cp -p $releaseDir/cfdyndns $out/bin/
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "CloudFlare Dynamic DNS Client";
|
description = "CloudFlare Dynamic DNS Client";
|
||||||
homepage = "https://github.com/colemickens/cfdyndns";
|
homepage = "https://github.com/colemickens/cfdyndns";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user