Unverified Commit db7998a5 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

certbot-full: set pname and version (#483925)

parents 29d6c423 41c4501a
Loading
Loading
Loading
Loading
+9 −5
Original line number Diff line number Diff line
@@ -87,7 +87,11 @@ buildPythonPackage rec {
    let
      pythonEnv = python.withPackages f;
    in
    runCommand "certbot-with-plugins" { } ''
    runCommand "certbot-with-plugins-${version}"
      {
        inherit pname version;
      }
      ''
        mkdir -p $out/bin
        cd $out/bin
        ln -s ${pythonEnv}/bin/certbot