forked from mirrors/nixpkgs
xara: broken due to patch-tracker.debian.org being missing.
This commit is contained in:
parent
73f6410851
commit
4a54794d18
|
@ -8,7 +8,7 @@ stdenv.mkDerivation {
|
|||
url = http://downloads2.xara.com/opensource/XaraLX-0.7r1785.tar.bz2;
|
||||
sha256 = "05xbzq1i1vw2mdsv7zjqfpxfv3g1j0g5kks0gq6sh373xd6y8lyh";
|
||||
};
|
||||
|
||||
|
||||
nativeBuildInputs = [ automake pkgconfig gettext perl zip ];
|
||||
buildInputs = [ wxGTK gtk libxml2 freetype pango ];
|
||||
|
||||
|
@ -17,4 +17,6 @@ stdenv.mkDerivation {
|
|||
patches = map fetchurl (import ./debian-patches.nix);
|
||||
|
||||
prePatch = "patchShebangs Scripts";
|
||||
|
||||
meta.broken = true;
|
||||
}
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
enableOfficialBranding ? false
|
||||
}:
|
||||
|
||||
let version = "38.3.0"; in
|
||||
let version = "38.6.0"; in
|
||||
let verName = "${version}"; in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
|
Loading…
Reference in a new issue