spdlog: build on hydra to make life easier for everyone

This commit is contained in:
Peter Hoeg 2017-10-12 12:40:35 +08:00
parent d256057b2c
commit 0381d60e71

View File

@ -28,8 +28,5 @@ stdenv.mkDerivation rec {
license = licenses.mit;
maintainers = with maintainers; [ obadz ];
platforms = platforms.all;
# This is a header-only library, no point in hydra building it:
hydraPlatforms = [];
};
}