alure: only build on linux

This commit is contained in:
Matthew Bauer 2016-08-10 22:29:45 -05:00
parent ee63056476
commit db89bdcab0

View File

@ -15,6 +15,6 @@ stdenv.mkDerivation rec {
description = "A utility library to help manage common tasks with OpenAL applications";
homepage = http://kcat.strangesoft.net/alure.html;
license = licenses.mit;
platforms = platforms.unix;
platforms = platforms.linux;
};
}