mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
scribus: use python2
This commit is contained in:
parent
b33d3cca02
commit
939a7c2513
@ -1,9 +1,9 @@
|
||||
{ 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 }:
|
||||
|
||||
let
|
||||
pythonEnv = python.withPackages(ps: [ps.tkinter]);
|
||||
pythonEnv = python2.withPackages(ps: [ps.tkinter]);
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "scribus-1.4.6";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user