diff --git a/pkgs/development/libraries/gjs/default.nix b/pkgs/development/libraries/gjs/default.nix index 42ba3bd46df8..4ceea50d16bf 100644 --- a/pkgs/development/libraries/gjs/default.nix +++ b/pkgs/development/libraries/gjs/default.nix @@ -12,6 +12,7 @@ , pango , cairo , readline +, libsysprof-capture , glib , libxml2 , dbus @@ -60,6 +61,7 @@ in stdenv.mkDerivation rec { gobject-introspection cairo readline + libsysprof-capture spidermonkey_91 dbus # for dbus-run-session ]; @@ -73,7 +75,6 @@ in stdenv.mkDerivation rec { ]; mesonFlags = [ - "-Dprofiler=disabled" "-Dinstalled_test_prefix=${placeholder "installedTests"}" ];