1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

Adding a license tag for fmod: "unfree", as advised by Ludo.

svn path=/nixpkgs/trunk/; revision=14197
This commit is contained in:
Lluís Batlle i Rossell 2009-02-22 23:15:01 +00:00
parent 5b3759c30d
commit 098d9937a2

View file

@ -23,5 +23,6 @@ stdenv.mkDerivation {
meta = {
homepage = http://www.fmod.org/;
description = "Programming library and toolkit for the creation and playback of interactive audio";
license = "unfree";
};
}