react-native-debugger: fix eval

wip/yesman
Maximilian Bosch 4 years ago
parent 114ad1a7c5
commit 501eaab47a
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
  1. 4
      pkgs/development/tools/react-native-debugger/default.nix

@ -1,4 +1,4 @@
{ stdenv, fetchurl, unzip, cairo, xorg, gdk-pixbuf, fontconfig, pango, gnome3, atk, at_spi2_atk, at-spi2-core
{ stdenv, fetchurl, unzip, cairo, xorg, gdk-pixbuf, fontconfig, pango, gnome3, atk, at-spi2-atk, at-spi2-core
, gtk3, glib, freetype, dbus, nss, nspr, alsaLib, cups, expat, udev, makeDesktopItem
}:
@ -20,7 +20,7 @@ let
cups
expat
udev
at_spi2_atk
at-spi2-atk
at-spi2-core
xorg.libX11

Loading…
Cancel
Save