summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorSCOTT-HAMILTON <sgn.hamilton+github@protonmail.com>2020-12-08 19:10:27 +0100
committerSCOTT-HAMILTON <sgn.hamilton+github@protonmail.com>2020-12-08 19:10:27 +0100
commitc65495223536f62b88bc1801ec84b4733795b7dd (patch)
tree9451fdab962c7bb1f1061b9c77be04aafa32819a /pkgs
parent12beaac9337b64c1b76fb2a0a931d0bcf723014b (diff)
berry: fix missing libXext
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/window-managers/berry/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/window-managers/berry/default.nix b/pkgs/applications/window-managers/berry/default.nix
index 367d0214129c..64b7f2c1d2b9 100644
--- a/pkgs/applications/window-managers/berry/default.nix
+++ b/pkgs/applications/window-managers/berry/default.nix
@@ -1,6 +1,7 @@
{ stdenv
, fetchFromGitHub
, libX11
+, libXext
, libXft
, libXinerama
, fontconfig
@@ -20,6 +21,7 @@ stdenv.mkDerivation rec {
buildInputs =[
libX11
+ libXext
libXft
libXinerama
fontconfig