hello-cpp: set pname, version
Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "hello-cpp";
|
||||
pname = "hello-cpp";
|
||||
version = lib.trivial.version;
|
||||
src = ./src;
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
|
||||
Reference in New Issue
Block a user