aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libctemplate
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2017-02-08 19:38:53 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2017-02-08 19:38:53 +0100
commitb620ad24becb670a8da103f945ef9885f55344f7 (patch)
treed97809b6ccd6bfde6b3c01bf8d7f57c6ca77c237 /pkgs/development/libraries/libctemplate
parente7395434db173da288969222047b9c8bfa7b2825 (diff)
libctemplate: use python2
Diffstat (limited to 'pkgs/development/libraries/libctemplate')
-rw-r--r--pkgs/development/libraries/libctemplate/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libctemplate/default.nix b/pkgs/development/libraries/libctemplate/default.nix
index d2c202b970a1..cdaeb4969ae4 100644
--- a/pkgs/development/libraries/libctemplate/default.nix
+++ b/pkgs/development/libraries/libctemplate/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, python }:
+{ stdenv, fetchurl, python2 }:
stdenv.mkDerivation rec {
name = "ctemplate-${version}";
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
sha256 = "0mi5g2xlws10z1g4x0cj6kd1r673kkav35pgzyqxa1w47xnwprcr";
};
- buildInputs = [ python ];
+ buildInputs = [ python2 ];
postPatch = ''
patchShebangs .