alure: only build on linux
This commit is contained in:
parent
ee63056476
commit
db89bdcab0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue