Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
brackets: add missing dependencies.
Browse files Browse the repository at this point in the history
libexpat and libXdamage seems to be required for brackets to run
  • Loading branch information
Damien Biasotto committed Apr 9, 2019
1 parent 2fdca0e commit 433566f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/brackets/default.nix
@@ -1,10 +1,10 @@
{ stdenv, fetchurl, gtk2, glib, gdk_pixbuf, alsaLib, nss, nspr, gconf
, cups, libgcrypt_1_5, systemd, dbus }:
, cups, libgcrypt_1_5, systemd, dbus, libXdamage, expat }:
with stdenv.lib;

let
bracketsLibs = makeLibraryPath [
gtk2 glib gdk_pixbuf stdenv.cc.cc.lib alsaLib nss nspr gconf cups libgcrypt_1_5 dbus systemd
gtk2 glib gdk_pixbuf stdenv.cc.cc.lib alsaLib nss nspr gconf cups libgcrypt_1_5 dbus systemd libXdamage expat
];
in
stdenv.mkDerivation rec {
Expand Down

0 comments on commit 433566f

Please sign in to comment.