Skip to content

Commit

Permalink
Enable builds of rocksdb-haskell for Darwin and Linux/x86 again.
Browse files Browse the repository at this point in the history
Required for NixOS/nixpkgs#21215.
  • Loading branch information
peti committed Dec 25, 2016
1 parent 10f959e commit ac3ba01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Distribution/Nixpkgs/Haskell/FromCabal/PostProcess.hs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ hooks =
, ("qtah-cpp-qt5", set (libraryDepends . system . contains (bind "pkgs.qt5.qtbase")) True)
, ("qtah-qt5", set (libraryDepends . tool . contains (bind "pkgs.qt5.qtbase")) True)
, ("readline", over (libraryDepends . system) (Set.union (pkgs ["readline", "ncurses"])))
, ("rocksdb-haskell", set (metaSection . platforms) (Set.singleton (Platform X86_64 Linux)))
, ("sdr", over (metaSection . platforms) (Set.filter (\(Platform arch _) -> arch == X86_64))) -- https://github.com/adamwalker/sdr/issues/2
, ("shake-language-c", set doCheck False) -- https://github.com/samplecount/shake-language-c/issues/26
, ("sharc-timbre", set (metaSection . broken) True) -- The build takes insanely long, i.e. >8 hours.
Expand Down

0 comments on commit ac3ba01

Please sign in to comment.