nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

gforth: fix build on darwin

authored by

Henry Till and committed by moritz.vongoewels.de d2d3ef95 6cd2eccd

+2
+2
pkgs/development/compilers/gforth/default.nix
··· 12 12 13 13 buildInputs = [ m4 ]; 14 14 15 + configureFlags = stdenv.lib.optional stdenv.isDarwin [ "--build=x86_64-apple-darwin" ]; 16 + 15 17 postInstall = '' 16 18 mkdir -p $out/share/emacs/site-lisp 17 19 cp gforth.el $out/share/emacs/site-lisp/