summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-12-10 18:00:12 +0100
committerPeter Simons <simons@cryp.to>2014-12-10 18:01:20 +0100
commit57c5b8f5e179a758d9e9eb7f856e5f5bdb2fc5a3 (patch)
tree1cae8968d31b6e664a85d7dca58343ba27dc88d8 /pkgs
parentde9609056f5627813ecfdb786dd4d9845b16997b (diff)
downloadnixpkgs-57c5b8f5e179a758d9e9eb7f856e5f5bdb2fc5a3.tar
nixpkgs-57c5b8f5e179a758d9e9eb7f856e5f5bdb2fc5a3.tar.gz
nixpkgs-57c5b8f5e179a758d9e9eb7f856e5f5bdb2fc5a3.tar.bz2
nixpkgs-57c5b8f5e179a758d9e9eb7f856e5f5bdb2fc5a3.tar.lz
nixpkgs-57c5b8f5e179a758d9e9eb7f856e5f5bdb2fc5a3.tar.xz
nixpkgs-57c5b8f5e179a758d9e9eb7f856e5f5bdb2fc5a3.tar.zst
nixpkgs-57c5b8f5e179a758d9e9eb7f856e5f5bdb2fc5a3.zip
vimus: disable Linux 32 bit builds
https://ghc.haskell.org/trac/ghc/ticket/9825
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/audio/vimus/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/vimus/default.nix b/pkgs/applications/audio/vimus/default.nix
index 6bd51760e88..7118f1876dc 100644
--- a/pkgs/applications/audio/vimus/default.nix
+++ b/pkgs/applications/audio/vimus/default.nix
@@ -25,5 +25,6 @@ cabal.mkDerivation (self: {
     license = self.stdenv.lib.licenses.mit;
     platforms = self.ghc.meta.platforms;
     maintainers = with self.stdenv.lib.maintainers; [ jzellner ];
+    broken = self.stdenv.isLinux && self.stdenv.isi686;
   };
 })