Skip to content

Commit

Permalink
Add missing mesa dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
samuela committed Oct 9, 2020
1 parent 03ccf40 commit e771518
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/applications/audio/spotify/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ fetchurl, stdenv, squashfsTools, xorg, alsaLib, makeWrapper, openssl, freetype
, glib, pango, cairo, atk, gdk-pixbuf, gtk2, cups, nspr, nss, libpng, libnotify
, libgcrypt, systemd, fontconfig, dbus, expat, ffmpeg_3, curl, zlib, gnome3
, at-spi2-atk, at-spi2-core, libpulseaudio, libdrm
, at-spi2-atk, at-spi2-core, libpulseaudio, libdrm, mesa
}:

let
Expand Down Expand Up @@ -40,6 +40,7 @@ let
libnotify
libpng
libpulseaudio
mesa
nss
pango
stdenv.cc.cc
Expand Down

0 comments on commit e771518

Please sign in to comment.