alure: only build on linux
This commit is contained in:
parent
ee63056476
commit
db89bdcab0
@ -15,6 +15,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A utility library to help manage common tasks with OpenAL applications";
|
description = "A utility library to help manage common tasks with OpenAL applications";
|
||||||
homepage = http://kcat.strangesoft.net/alure.html;
|
homepage = http://kcat.strangesoft.net/alure.html;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user