summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorMatthias Devlamynck <matthias.devlamynck@mailoo.org>2021-06-12 20:40:06 +0200
committerMatthias Devlamynck <matthias.devlamynck@mailoo.org>2021-06-12 21:13:42 +0200
commit26744cb512676fc7b2be0dc7b0c881a6df879245 (patch)
tree814e502593297eb827889f8f4e9f151d2796291c /pkgs/applications/networking/p2p
parente01c36046ff4c732bced4783418c6d848997de5b (diff)
downloadnixpkgs-26744cb512676fc7b2be0dc7b0c881a6df879245.tar
nixpkgs-26744cb512676fc7b2be0dc7b0c881a6df879245.tar.gz
nixpkgs-26744cb512676fc7b2be0dc7b0c881a6df879245.tar.bz2
nixpkgs-26744cb512676fc7b2be0dc7b0c881a6df879245.tar.lz
nixpkgs-26744cb512676fc7b2be0dc7b0c881a6df879245.tar.xz
nixpkgs-26744cb512676fc7b2be0dc7b0c881a6df879245.tar.zst
nixpkgs-26744cb512676fc7b2be0dc7b0c881a6df879245.zip
transgui: fix transgui build on aarch64
Support for aarch64 was recencly added in fpc.
This regenerate the Makefile to include aarch64 support as the one in
the repository was too old to include it.
Diffstat (limited to 'pkgs/applications/networking/p2p')
-rw-r--r--pkgs/applications/networking/p2p/transgui/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/p2p/transgui/default.nix b/pkgs/applications/networking/p2p/transgui/default.nix
index ceccf44819f..0a2f90ecb71 100644
--- a/pkgs/applications/networking/p2p/transgui/default.nix
+++ b/pkgs/applications/networking/p2p/transgui/default.nix
@@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
   '';
 
   preBuild = ''
+    FPCDIR=${fpc}/lib/fpc/${fpc.version} fpcmake -w
     lazbuild -B transgui.lpr --lazarusdir=${lazarus}/share/lazarus
   '';