Skip to content

Commit

Permalink
berry: fix missing libXext
Browse files Browse the repository at this point in the history
  • Loading branch information
SCOTT-HAMILTON committed Dec 8, 2020
1 parent 12beaac commit c654952
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/applications/window-managers/berry/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ stdenv
, fetchFromGitHub
, libX11
, libXext
, libXft
, libXinerama
, fontconfig
Expand All @@ -20,6 +21,7 @@ stdenv.mkDerivation rec {

buildInputs =[
libX11
libXext
libXft
libXinerama
fontconfig
Expand Down

0 comments on commit c654952

Please sign in to comment.