Skip to content

Commit

Permalink
[netease-cloud-music] pinned pango to avoid symbol lookup failure
Browse files Browse the repository at this point in the history
  • Loading branch information
wineee authored Jan 24, 2022
1 parent be62f7a commit 56838f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/netease-cloud-music/default.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{ alsaLib, autoPatchelfHook, dpkg, e2fsprogs, fetchurl, fontconfig, freetype
, harfbuzz, lib, libdrm, libGL, libgpgerror, libusb, makeWrapper
, p11-kit, pango, stdenv, xorg, zlib }:
, p11-kit, stdenv, xorg, zlib }:
let
inherit ((builtins.getFlake "github:NixOS/nixpkgs/23485f23ff8536592b5178a5d244f84da770bc87").legacyPackages.${stdenv.system})
glib gdk-pixbuf qt5;
glib gdk-pixbuf qt5 pango;
in
stdenv.mkDerivation rec {
pname = "netease-cloud-music";
Expand Down

0 comments on commit 56838f4

Please sign in to comment.