scribus: use python2
This commit is contained in:
parent
b33d3cca02
commit
939a7c2513
@ -1,9 +1,9 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, freetype, lcms, libtiff, libxml2
|
{ stdenv, fetchurl, pkgconfig, freetype, lcms, libtiff, libxml2
|
||||||
, libart_lgpl, qt4, python, cups, fontconfig, libjpeg
|
, libart_lgpl, qt4, python2, cups, fontconfig, libjpeg
|
||||||
, zlib, libpng, xorg, cairo, podofo, aspell, boost, cmake }:
|
, zlib, libpng, xorg, cairo, podofo, aspell, boost, cmake }:
|
||||||
|
|
||||||
let
|
let
|
||||||
pythonEnv = python.withPackages(ps: [ps.tkinter]);
|
pythonEnv = python2.withPackages(ps: [ps.tkinter]);
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "scribus-1.4.6";
|
name = "scribus-1.4.6";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user