--- /dev/null
+diff --git a/src/lib.rs b/src/lib.rs
+index 0a8a675..dc3f79e 100644
+--- a/src/lib.rs
++++ b/src/lib.rs
+@@ -38,7 +38,6 @@
+ //!
+ //! - Only up to 64 nested invocations are supported.
+
+-#![no_std]
+
+ include!(concat!(env!("OUT_DIR"), env!("PATH_SEPARATOR"), "count.rs"));
+
URL: https://crates.io/crates/proc-macro-nested
Source: %{crate}-%{version}.tar.gz
Source1: %{name}.manifest
+Source2: extern.patch
# ==========================================================
# BuildRequires
%prep
%setup -q
cp %{SOURCE1} .
+%{__patch} -p1 < %{SOURCE2}
# ==========================================================
# build section