fixup
This commit is contained in:
parent
ae2800378f
commit
684f08166c
@ -35,8 +35,8 @@ stdenv.mkDerivation rec {
|
|||||||
export prefix="''${prefix} --exec-prefix=''${out}"
|
export prefix="''${prefix} --exec-prefix=''${out}"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
configureFlags = with stdenv.lib;
|
configureFlags = with stdenv.lib;
|
||||||
[ "--without-x" "--with-readline=${readline}" ]
|
[ "--without-x" "--with-readline=${readline}" ]
|
||||||
++ optionals (python != null) [ "--with-nrnpython=${python.interpreter}" ]
|
++ optionals (python != null) [ "--with-nrnpython=${python.interpreter}" ]
|
||||||
++ (if mpi != null then ["--with-mpi" "--with-paranrn"]
|
++ (if mpi != null then ["--with-mpi" "--with-paranrn"]
|
||||||
else ["--without-mpi"]);
|
else ["--without-mpi"]);
|
||||||
|
@ -16455,8 +16455,8 @@ in
|
|||||||
|
|
||||||
igv = callPackage ../applications/science/biology/igv { };
|
igv = callPackage ../applications/science/biology/igv { };
|
||||||
|
|
||||||
neuron = callPackage ../applications/science/biology/neuron {
|
neuron = callPackage ../applications/science/biology/neuron {
|
||||||
python = null;
|
python = null;
|
||||||
};
|
};
|
||||||
|
|
||||||
neuron-mpi = appendToName "mpi" (neuron.override {
|
neuron-mpi = appendToName "mpi" (neuron.override {
|
||||||
|
@ -242,11 +242,11 @@ in modules // {
|
|||||||
};
|
};
|
||||||
|
|
||||||
neuron = pkgs.neuron.override {
|
neuron = pkgs.neuron.override {
|
||||||
inherit python;
|
inherit python;
|
||||||
};
|
};
|
||||||
|
|
||||||
neuron-mpi = pkgs.neuron-mpi.override {
|
neuron-mpi = pkgs.neuron-mpi.override {
|
||||||
inherit python;
|
inherit python;
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpart = callPackage ../tools/filesystems/nixpart { };
|
nixpart = callPackage ../tools/filesystems/nixpart { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user