update to 1.3.3.14, disable cairo for now, since it doesn't compile (also not with 1.3.3.13
svn path=/nixpkgs/trunk/; revision=21007
This commit is contained in:
parent
d4e934b3d2
commit
5bd8e9c059
@ -8,17 +8,18 @@ assert stdenv.gcc.gcc != null;
|
||||
# will be released with the next version of scribus - So don't miss them
|
||||
# when upgrading this package
|
||||
|
||||
let useCairo = true;
|
||||
#let useCairo = true;
|
||||
let useCairo = false;
|
||||
|
||||
in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
|
||||
name = "scribus-1.3.3.13";
|
||||
name = "scribus-1.3.3.14";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/scribus/scribus/1.3.3.13/scribus-1.3.3.13.tar.bz2;
|
||||
sha256 = "06l4ndfsw7ss7mdr6a6km9fbr9p2m3b5idm3n8lpgwk2ss0mw9as";
|
||||
url = mirror://sourceforge/scribus/scribus/1.3.3.14/scribus-1.3.3.14.tar.bz2;
|
||||
sha256 = "1ig7x6vxhqgjlpnv6hkzpb6gj4yvxsrx7rw900zlp7g6zxl01iyy";
|
||||
};
|
||||
|
||||
cmakeFlags = if useCairo then "-DWANT_CAIRO=1" else "";
|
||||
|
Loading…
Reference in New Issue
Block a user