mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01: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
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = http://www.openfst.org/twiki/bin/view/FST/WebHome;
|
homepage = http://www.openfst.org/twiki/bin/view/FST/WebHome;
|
||||||
license = stdenv.lib.licenses.asl20;
|
license = stdenv.lib.licenses.asl20;
|
||||||
maintainers = [ stdenv.lib.maintainers.dfordivam ];
|
maintainers = [ stdenv.lib.maintainers.dfordivam ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue