Skip to content

Commit

Permalink
python3Packages.bash_kernel: allow different python interpreters
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Nov 28, 2017
1 parent e0368f5 commit 55709e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/python-modules/bash_kernel/default.nix
Expand Up @@ -4,6 +4,7 @@
, fetchpatch
, ipykernel
, isPy27
, python
, pexpect
}:
buildPythonPackage rec {
Expand Down Expand Up @@ -35,7 +36,7 @@ buildPythonPackage rec {
'';

postInstall = ''
python -m bash_kernel.install --prefix $out
${python.interpreter} -m bash_kernel.install --prefix $out
'';

meta = {
Expand Down

0 comments on commit 55709e4

Please sign in to comment.