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

hello-cpp: set pname, version=0.0.1 (#487344)

parents 6793c66b 997556c1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -6,7 +6,8 @@
}:

stdenv.mkDerivation {
  name = "hello-cpp";
  pname = "hello-cpp";
  version = lib.trivial.version;
  src = ./src;
  nativeBuildInputs = [
    cmake