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

nixpkgs-manual: set pname and version (#487669)

parents e9901b8a a49f1712
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -54,7 +54,8 @@ stdenvNoCC.mkDerivation (
    };
  in
  {
    name = "nixpkgs-manual";
    inherit (lib.trivial) version;
    pname = "nixpkgs-manual";

    nativeBuildInputs = [ nixos-render-docs ];