mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
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";
|
||||
description = "GUI library for source code management systems";
|
||||
license = "GPL";
|
||||
platforms = self.ghc.meta.platforms;
|
||||
platforms = self.stdenv.lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user