mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
Merge pull request #106370 from SCOTT-HAMILTON/berry
berry: fix missing libXext
This commit is contained in:
commit
a3db773404
@ -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…
Reference in New Issue
Block a user