mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 21:49:34 +03:00
opensoldat: add missing libX11
This commit is contained in:
parent
e9d153d175
commit
c490d9578e
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ stdenv.mkDerivation rec {
|
||||||
physfs
|
physfs
|
||||||
openal
|
openal
|
||||||
gamenetworkingsockets
|
gamenetworkingsockets
|
||||||
|
xorg.libX11
|
||||||
];
|
];
|
||||||
# TODO(@sternenseemann): set proper rpath via cmake, so we don't need autoPatchelfHook
|
# TODO(@sternenseemann): set proper rpath via cmake, so we don't need autoPatchelfHook
|
||||||
runtimeDependencies = [ xorg.libX11 ];
|
runtimeDependencies = [ xorg.libX11 ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue