packages.v-sim: fix

This commit is contained in:
2024-11-07 23:59:07 +08:00
parent 894b7cb0b2
commit 2c48026189

View File

@@ -1,13 +1,13 @@
{
stdenv, lib, src,
wrapGAppsHook, autoreconfHook, autoconf, libtool, intltool, gettext, automake, gtk-doc, pkg-config, gfortran, libxslt,
glib, gtk3, epoxy, libyaml
glib, gtk3, libepoxy, libyaml
}:
stdenv.mkDerivation
{
name = "v-sim";
inherit src;
buildInputs = [ glib gtk3 epoxy libyaml ];
buildInputs = [ glib gtk3 libepoxy libyaml ];
nativeBuildInputs =
[
autoreconfHook wrapGAppsHook autoconf libtool intltool gettext automake pkg-config