haskell-webkit: restrict meta.platforms to Linux; we cannot build that package on Darwin
This commit is contained in:
parent
27c17fb451
commit
423d60cdad
@ -15,6 +15,6 @@ cabal.mkDerivation (self: {
|
|||||||
homepage = "http://projects.haskell.org/gtk2hs/";
|
homepage = "http://projects.haskell.org/gtk2hs/";
|
||||||
description = "Binding to the Webkit library";
|
description = "Binding to the Webkit library";
|
||||||
license = self.stdenv.lib.licenses.lgpl21;
|
license = self.stdenv.lib.licenses.lgpl21;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user