mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-07 21:36:34 +01:00
Remvoe check overlay ***
This commit is contained in:
parent
74dd7bae06
commit
09571fd118
1 changed files with 0 additions and 44 deletions
|
@ -14,50 +14,6 @@
|
||||||
src = self.inputs.tela-icon-theme;
|
src = self.inputs.tela-icon-theme;
|
||||||
});
|
});
|
||||||
|
|
||||||
libreoffice-fresh-unwrapped = super.libreoffice-fresh-unwrapped.overrideAttrs (_old: {
|
|
||||||
doCheck = false;
|
|
||||||
});
|
|
||||||
|
|
||||||
redis = super.redis.overrideAttrs (_old: {
|
|
||||||
doCheck = false;
|
|
||||||
});
|
|
||||||
|
|
||||||
haskellPackages = super.haskellPackages.override {
|
|
||||||
overrides = hsSelf: hsSuper: {
|
|
||||||
crypton = super.haskell.lib.overrideCabal hsSuper.crypton (oa: {
|
|
||||||
doCheck = false;
|
|
||||||
});
|
|
||||||
crypton-x509-validation = super.haskell.lib.overrideCabal hsSuper.crypton-x509-validation (oa: {
|
|
||||||
doCheck = false;
|
|
||||||
});
|
|
||||||
tls = super.haskell.lib.overrideCabal hsSuper.tls (oa: {
|
|
||||||
doCheck = false;
|
|
||||||
});
|
|
||||||
tls_1_9_0 = super.haskell.lib.overrideCabal hsSuper.tls_1_9_0 (oa: {
|
|
||||||
doCheck = false;
|
|
||||||
});
|
|
||||||
typst = super.haskell.lib.overrideCabal hsSuper.typst (oa: {
|
|
||||||
doCheck = false;
|
|
||||||
});
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
python311 = super.python311.override {
|
|
||||||
packageOverrides = py-self: py-super: {
|
|
||||||
numpy = py-super.numpy.overridePythonAttrs(old: {
|
|
||||||
disabledTests = [ "test_umath_accuracy" ] ++ (old.disabledTests or []);
|
|
||||||
doCheck = false;
|
|
||||||
doInstallCheck = false;
|
|
||||||
doPytestCheck = false;
|
|
||||||
});
|
|
||||||
pandas = py-super.pandas.overridePythonAttrs(old: {
|
|
||||||
disabledTests = [ "test_rolling" ] ++ (old.disabledTests or []);
|
|
||||||
});
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
python11Packages = python311.pkgs;
|
|
||||||
|
|
||||||
prismlauncher = super.prismlauncher.overrideAttrs (old: {
|
prismlauncher = super.prismlauncher.overrideAttrs (old: {
|
||||||
patches = (old.patches or []) ++ [
|
patches = (old.patches or []) ++ [
|
||||||
self.inputs.prism-game-options-patch
|
self.inputs.prism-game-options-patch
|
||||||
|
|
Loading…
Reference in a new issue