Merge pull request #134951 from marius851000/fixpioneer

pioneer: fix model compilation
This commit is contained in:
Sandro 2021-08-20 16:22:18 +02:00 committed by GitHub
commit 47790d05f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,8 @@ stdenv.mkDerivation rec {
export PIONEER_DATA_DIR="$out/share/pioneer/data";
'';
makeFlags = [ "build-data" ];
meta = with lib; {
description = "A space adventure game set in the Milky Way galaxy at the turn of the 31st century";
homepage = "https://pioneerspacesim.net";