summary refs log tree commit diff
path: root/pkgs/applications/science/biology
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2016-09-01 12:02:42 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2016-09-01 12:03:10 +0200
commit684f08166c8c80f824cdf8ea428b48dab74b87e2 (patch)
treedd303d68f51b83f2598311c606fd800ee68048ab /pkgs/applications/science/biology
parentae2800378fe856edd5eed2a04407234779e81006 (diff)
downloadnixpkgs-684f08166c8c80f824cdf8ea428b48dab74b87e2.tar
nixpkgs-684f08166c8c80f824cdf8ea428b48dab74b87e2.tar.gz
nixpkgs-684f08166c8c80f824cdf8ea428b48dab74b87e2.tar.bz2
nixpkgs-684f08166c8c80f824cdf8ea428b48dab74b87e2.tar.lz
nixpkgs-684f08166c8c80f824cdf8ea428b48dab74b87e2.tar.xz
nixpkgs-684f08166c8c80f824cdf8ea428b48dab74b87e2.tar.zst
nixpkgs-684f08166c8c80f824cdf8ea428b48dab74b87e2.zip
fixup
Diffstat (limited to 'pkgs/applications/science/biology')
-rw-r--r--pkgs/applications/science/biology/neuron/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/biology/neuron/default.nix b/pkgs/applications/science/biology/neuron/default.nix
index 71abe614a0c..b7616e7e763 100644
--- a/pkgs/applications/science/biology/neuron/default.nix
+++ b/pkgs/applications/science/biology/neuron/default.nix
@@ -35,8 +35,8 @@ stdenv.mkDerivation rec {
     export prefix="''${prefix} --exec-prefix=''${out}" 
   '';
 
-  configureFlags = with stdenv.lib; 
-				   [ "--without-x" "--with-readline=${readline}" ]
+  configureFlags = with stdenv.lib;
+                    [ "--without-x" "--with-readline=${readline}" ]
                     ++  optionals (python != null)  [ "--with-nrnpython=${python.interpreter}" ]
                     ++ (if mpi != null then ["--with-mpi" "--with-paranrn"] 
                         else ["--without-mpi"]);