gnatPackages.gnatcoll-core: remove redundant gnat 12 patch
We don't ship gnat 12 anymore.
This commit is contained in:
@@ -30,12 +30,6 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
patches = [
|
||||
# Fix compilation with GNAT 12 https://github.com/AdaCore/gnatcoll-core/issues/88
|
||||
(fetchpatch2 {
|
||||
name = "gnatcoll-core-gnat-12.patch";
|
||||
url = "https://github.com/AdaCore/gnatcoll-core/commit/515db1c9f1eea8095f2d9ff9570159a78c981ec6.patch";
|
||||
sha256 = "1ghnkhp5fncb7qcmf59kyqvy0sd0pzf1phnr2z7b4ljwlkbmcp36";
|
||||
})
|
||||
# Fix compilation with GNAT 16
|
||||
(fetchpatch2 {
|
||||
name = "gnatcoll-core-gnat-16.patch";
|
||||
|
||||
Reference in New Issue
Block a user