diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,10 @@
 `arch-hs` uses [PVP Versioning][1].
 The changelog is available [on GitHub][2].
 
+## 0.12.0.1
+
+- Add system-cxx-std-lib to ignoreList
+
 ## 0.12.0.0
 
 - Update license mapping with new arch-web
diff --git a/arch-hs.cabal b/arch-hs.cabal
--- a/arch-hs.cabal
+++ b/arch-hs.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.4
 name:               arch-hs
-version:            0.12.0.0
+version:            0.12.0.1
 synopsis:           Distribute hackage packages to archlinux
 description:
   @arch-hs@ is a command-line program, which simplifies the process of producing
diff --git a/src/Distribution/ArchHs/Local.hs b/src/Distribution/ArchHs/Local.hs
--- a/src/Distribution/ArchHs/Local.hs
+++ b/src/Distribution/ArchHs/Local.hs
@@ -34,6 +34,7 @@
           "ghc-heap",
           "ghc-byteorder",
           "ghc-platform",
+          "system-cxx-std-lib",
           -- a build-tools of "zip-archive", which is not haskell package
           "unzip"
         ]
