Merge pull request #106370 from SCOTT-HAMILTON/berry

berry: fix missing libXext
wip/yesman
Sandro 4 years ago committed by GitHub
commit a3db773404
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save