fix a bunch of packages with lua5_1

This commit is contained in:
Domen Kožar
2014-09-10 17:21:45 +02:00
parent 427363c45a
commit 33ce850b82
4 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{ stdenv, fetchurl, fetchpatch, python, pkgconfig, cairo, x11 }:
{ stdenv, fetchurl, fetchpatch, python, pkgconfig, cairo, x11, isPyPy }:
stdenv.mkDerivation rec {
if isPyPy then throw "pycairo not supported for interpreter ${python.executable}" else stdenv.mkDerivation rec {
version = "1.10.0";
name = "pycairo-${version}";
src = if python.is_py3k or false