Skip to content

Commit

Permalink
pyrex: use python2
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Oct 17, 2016
1 parent c6545cf commit adbc170
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/pyrex/0.9.5.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{ stdenv, fetchurl, pythonPackages }:
{ stdenv, fetchurl, python2Packages }:

let version = "0.9.5.1.1"; in

pythonPackages.buildPythonPackage rec {
python2Packages.buildPythonPackage rec {
name = "pyrex-${version}";

src = fetchurl {
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/pyrex/0.9.6.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{ stdenv, fetchurl, pythonPackages }:
{ stdenv, fetchurl, python2Packages }:

let version = "0.9.6.4"; in

pythonPackages.buildPythonPackage rec {
python2Packages.buildPythonPackage rec {
name = "pyrex-${version}";

src = fetchurl {
Expand Down

0 comments on commit adbc170

Please sign in to comment.