Fix build on Linux

This commit is contained in:
Gabriella Gonzalez 2022-07-01 09:23:50 -07:00
parent 8fb2184865
commit 01167e8dcb

View File

@ -57,7 +57,13 @@ executable nix-serve-ng
extra-libraries: nixstore
, nixutil
, c++
if os(darwin)
extra-libraries: c++
elif os(linux)
extra-libraries: stdc++
else
buildable: False
default-language: Haskell2010