Adding parsec & Reboot Timeout & Update

This commit is contained in:
Lyes Saadi 2024-08-20 18:17:33 +02:00
parent a1f12efb6d
commit 279e4cebd4
No known key found for this signature in database
GPG key ID: 17418538BAA17767
6 changed files with 13 additions and 5 deletions

View file

@ -115,6 +115,7 @@
"--no-suite" "fprintd"
];
});
libsrtp = prev.libsrtp.overrideAttrs (_: { doCheck = false; });
# # haskellPackages.crypton = pkgs.haskell.lib.overrideCabal prev.crypton (_: { doCheck = false; });
# # haskellPackages.cryptonite = pkgs.haskell.lib.overrideCabal prev.cryptonite (_: { doCheck = false; });
}) ];