mangohud: Remove override
This commit is contained in:
parent
ecad7afc22
commit
b859e6aa8c
|
@ -30,24 +30,6 @@ in
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
# FIXME: remove once manghud > 0.6.8 is in nixpkgs/intel arc works
|
|
||||||
mangohud = prev.mangohud.overrideAttrs (o: {
|
|
||||||
version = "unstable-2023-02-05";
|
|
||||||
|
|
||||||
src = prev.fetchFromGitHub {
|
|
||||||
owner = "flightlessmango";
|
|
||||||
repo = "MangoHud";
|
|
||||||
rev = "319077808668c589523853313d028cf81837ce72";
|
|
||||||
fetchSubmodules = true;
|
|
||||||
sha256 = "sha256-FHm5CcLKpD6R2XmGvlQrIU/OlkX1TGEN/ld3vrms2Lk=";
|
|
||||||
};
|
|
||||||
|
|
||||||
mesonFlags = o.mesonFlags ++ [
|
|
||||||
"-Dappend_libdir_mangohud=false" # new default incompatible with current packaging
|
|
||||||
"-Dtests=disabled" # tests require new subproject
|
|
||||||
];
|
|
||||||
});
|
|
||||||
|
|
||||||
# FIXME: Remove once khal from unstable passes tests again.
|
# FIXME: Remove once khal from unstable passes tests again.
|
||||||
khal = prev.khal.overridePythonAttrs (o: { doCheck = false; });
|
khal = prev.khal.overridePythonAttrs (o: { doCheck = false; });
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue