wasilibc: Use `pname` and `version`

This commit is contained in:
John Ericson 2021-05-10 15:04:11 +00:00
parent 680b33fe37
commit 31d5f234d0
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
{ stdenv, fetchFromGitHub, lib }:
stdenv.mkDerivation {
name = "wasilibc-20190712";
pname = "wasilibc";
version = "20190712";
src = fetchFromGitHub {
owner = "CraneStation";
repo = "wasi-libc";