summary refs log tree commit diff
diff options
context:
space:
mode:
authormarius david <mariusdavid@laposte.net>2021-08-20 15:03:00 +0200
committermarius david <mariusdavid@laposte.net>2021-08-20 15:03:00 +0200
commit77eb4bc533d8d403dbc677cbcd771aa91d5c3d30 (patch)
tree9e4f618636920a58e8b110c90695463c63eaeaab
parent32cc33e129012209115ccf8b4c0ba9a8eb811596 (diff)
downloadnixpkgs-77eb4bc533d8d403dbc677cbcd771aa91d5c3d30.tar
nixpkgs-77eb4bc533d8d403dbc677cbcd771aa91d5c3d30.tar.gz
nixpkgs-77eb4bc533d8d403dbc677cbcd771aa91d5c3d30.tar.bz2
nixpkgs-77eb4bc533d8d403dbc677cbcd771aa91d5c3d30.tar.lz
nixpkgs-77eb4bc533d8d403dbc677cbcd771aa91d5c3d30.tar.xz
nixpkgs-77eb4bc533d8d403dbc677cbcd771aa91d5c3d30.tar.zst
nixpkgs-77eb4bc533d8d403dbc677cbcd771aa91d5c3d30.zip
pioneer: fix execution
-rw-r--r--pkgs/games/pioneer/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/games/pioneer/default.nix b/pkgs/games/pioneer/default.nix
index 51eda72bdef..cd827131a70 100644
--- a/pkgs/games/pioneer/default.nix
+++ b/pkgs/games/pioneer/default.nix
@@ -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";