xara: broken due to patch-tracker.debian.org being missing.
This commit is contained in:
parent
73f6410851
commit
4a54794d18
@ -17,4 +17,6 @@ stdenv.mkDerivation {
|
|||||||
patches = map fetchurl (import ./debian-patches.nix);
|
patches = map fetchurl (import ./debian-patches.nix);
|
||||||
|
|
||||||
prePatch = "patchShebangs Scripts";
|
prePatch = "patchShebangs Scripts";
|
||||||
|
|
||||||
|
meta.broken = true;
|
||||||
}
|
}
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
enableOfficialBranding ? false
|
enableOfficialBranding ? false
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let version = "38.3.0"; in
|
let version = "38.6.0"; in
|
||||||
let verName = "${version}"; in
|
let verName = "${version}"; in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user