summary refs log tree commit diff
path: root/pkgs/development/compilers/gforth/default.nix
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-04-07 21:52:26 +0000
committerRobin Gloster <mail@glob.in>2016-04-07 21:52:26 +0000
commit3e68106afd95df012ddb548575f0133681687a90 (patch)
treee2919b6900e6de13a3f52756acc02058a1ef0421 /pkgs/development/compilers/gforth/default.nix
parenta73a28de7b16734d8e28da8be43a06b92eeb6bc3 (diff)
parent25cc1c12febf74c66d661528e2fc2b00caff1bf1 (diff)
downloadnixlib-3e68106afd95df012ddb548575f0133681687a90.tar
nixlib-3e68106afd95df012ddb548575f0133681687a90.tar.gz
nixlib-3e68106afd95df012ddb548575f0133681687a90.tar.bz2
nixlib-3e68106afd95df012ddb548575f0133681687a90.tar.lz
nixlib-3e68106afd95df012ddb548575f0133681687a90.tar.xz
nixlib-3e68106afd95df012ddb548575f0133681687a90.tar.zst
nixlib-3e68106afd95df012ddb548575f0133681687a90.zip
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
Diffstat (limited to 'pkgs/development/compilers/gforth/default.nix')
-rw-r--r--pkgs/development/compilers/gforth/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/compilers/gforth/default.nix b/pkgs/development/compilers/gforth/default.nix
index c6165bb55869..6ea21207f19f 100644
--- a/pkgs/development/compilers/gforth/default.nix
+++ b/pkgs/development/compilers/gforth/default.nix
@@ -12,6 +12,8 @@ stdenv.mkDerivation {
 
   buildInputs = [ m4 ];
 
+  configureFlags = stdenv.lib.optional stdenv.isDarwin [ "--build=x86_64-apple-darwin" ];
+
   postInstall = ''
     mkdir -p $out/share/emacs/site-lisp
     cp gforth.el $out/share/emacs/site-lisp/