mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
openfst: relax platform requirement to include darwin
This builds on darwin. I was able to use it to compile another package on darwin that depends on openfst, though I have not done extensive testing.
This commit is contained in:
parent
89f5fbbdd2
commit
51a586729a
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://www.openfst.org/twiki/bin/view/FST/WebHome;
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
maintainers = [ stdenv.lib.maintainers.dfordivam ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user