3
0
Fork 0
forked from mirrors/nixpkgs

haskell-jack: restrict meta.platforms to Linux; we cannot build that package on Darwin

This commit is contained in:
Peter Simons 2014-08-12 11:16:43 +02:00
parent 9d31b223fe
commit 3280939974

View file

@ -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 ];
};
})