forked from mirrors/nixpkgs
haskell-jack: restrict meta.platforms to Linux; we cannot build that package on Darwin
This commit is contained in:
parent
9d31b223fe
commit
3280939974
|
@ -18,7 +18,7 @@ cabal.mkDerivation (self: {
|
|||
homepage = "http://www.haskell.org/haskellwiki/JACK";
|
||||
description = "Bindings for the JACK Audio Connection Kit";
|
||||
license = "GPL";
|
||||
platforms = self.ghc.meta.platforms;
|
||||
platforms = self.stdenv.lib.platforms.linux;
|
||||
maintainers = with self.stdenv.lib.maintainers; [ ertes ];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue