wasmedge: fix version

This commit is contained in:
figsoda
2023-05-23 23:08:57 -04:00
parent 7c4cb3cf95
commit 47f76bde14
+4 -1
View File
@@ -3,7 +3,6 @@
, llvmPackages
, boost
, cmake
, gtest
, spdlog
, libxml2
, libffi
@@ -46,6 +45,10 @@ stdenv.mkDerivation rec {
"-DWASMEDGE_FORCE_DISABLE_LTO=ON"
];
postPatch = ''
echo -n $version > VERSION
'';
meta = with lib; {
homepage = "https://wasmedge.org/";
license = with licenses; [ asl20 ];