mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +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
|
||||
openal
|
||||
gamenetworkingsockets
|
||||
xorg.libX11
|
||||
];
|
||||
# TODO(@sternenseemann): set proper rpath via cmake, so we don't need autoPatchelfHook
|
||||
runtimeDependencies = [ xorg.libX11 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue