forked from mirrors/nixpkgs
lpcnetfreedv: enable all platforms
This commit is contained in:
parent
b2ccf580a0
commit
07d35fb444
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue