Merge pull request #114991 from yvt/fix-cfdyndns

cfdyndns: fix build
This commit is contained in:
Sandro 2021-03-03 18:01:20 +01:00 committed by GitHub
commit 39cf57406a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,11 +17,6 @@ buildRustPackage rec {
nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ];
installPhase = ''
mkdir -p $out/bin
cp -p $releaseDir/cfdyndns $out/bin/
'';
meta = with lib; {
description = "CloudFlare Dynamic DNS Client";
homepage = "https://github.com/colemickens/cfdyndns";