wasilibc: Use pname and version

This commit is contained in:
John Ericson 2021-05-10 15:04:11 +00:00
parent 680b33fe37
commit 31d5f234d0

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";