disable a bunch of python packages on pypy

This commit is contained in:
Domen Kožar
2014-09-06 22:24:56 +02:00
parent e9c1fb0c89
commit 0418d8299d
3 changed files with 10 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{ stdenv, fetchurl, python }:
{ stdenv, fetchurl, python, isPyPy }:
stdenv.mkDerivation rec {
if isPyPy then throw "sip not supported for interpreter ${python.executable}" else stdenv.mkDerivation rec {
name = "sip-4.16.1";
src = fetchurl {

View File

@@ -1,6 +1,6 @@
{ stdenv, fetchurl, python }:
{ stdenv, fetchurl, python, isPyPy }:
stdenv.mkDerivation rec {
if isPyPy then throw "sip not supported for interpreter ${python.executable}" else stdenv.mkDerivation rec {
name = "sip-4.14.7"; # kde410.pykde4 doesn't build with 4.15
src = fetchurl {