haskell-vcsgui: restrict meta.platforms to Linux; we cannot build that package on Darwin
This commit is contained in:
parent
423d60cdad
commit
9d31b223fe
@ -13,6 +13,6 @@ cabal.mkDerivation (self: {
|
|||||||
homepage = "https://github.com/forste/haskellVCSGUI";
|
homepage = "https://github.com/forste/haskellVCSGUI";
|
||||||
description = "GUI library for source code management systems";
|
description = "GUI library for source code management systems";
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user