wasilibc: Use `pname` and `version`
This commit is contained in:
parent
680b33fe37
commit
31d5f234d0
|
@ -1,7 +1,8 @@
|
|||
{ stdenv, fetchFromGitHub, lib }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "wasilibc-20190712";
|
||||
pname = "wasilibc";
|
||||
version = "20190712";
|
||||
src = fetchFromGitHub {
|
||||
owner = "CraneStation";
|
||||
repo = "wasi-libc";
|
||||
|
|
Loading…
Reference in New Issue