cask: use python3
This commit is contained in:
parent
f19233bea9
commit
344bce2431
@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, fetchurl, python, emacs }:
|
{ lib, stdenv, fetchurl, python3, emacs }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "cask";
|
pname = "cask";
|
||||||
@ -12,9 +12,11 @@ stdenv.mkDerivation rec {
|
|||||||
s f dash ansi ecukes servant ert-runner el-mock
|
s f dash ansi ecukes servant ert-runner el-mock
|
||||||
noflet ert-async shell-split-string git package-build
|
noflet ert-async shell-split-string git package-build
|
||||||
] ++ [
|
] ++ [
|
||||||
python
|
python3
|
||||||
];
|
];
|
||||||
|
|
||||||
|
strictDeps = true;
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
emacs --batch -L . -f batch-byte-compile cask.el cask-cli.el
|
emacs --batch -L . -f batch-byte-compile cask.el cask-cli.el
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user