lpcnetfreedv: enable all platforms

This commit is contained in:
Mikael Voss 2022-02-15 13:06:11 +01:00
parent b2ccf580a0
commit 07d35fb444
No known key found for this signature in database
GPG key ID: D991B1833C467B03

View file

@ -30,5 +30,6 @@ in stdenv.mkDerivation rec {
description = "Experimental Neural Net speech coding for FreeDV";
license = licenses.bsd3;
maintainers = with maintainers; [ mvs ];
platforms = platforms.all;
};
}