Skip to content

Commit 4b23197

Browse files
committed
FromCabal.PostProcess: don’t add LLVM tools to GlomeVec
We’re patching out the `-fllvm` in Nixpkgs instead. This was incorrect, anyway, as the LLVM build tools should not be added to `libraryPkgconfigDepends`.
1 parent e9e2ebd commit 4b23197

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cabal2nix/src/Distribution/Nixpkgs/Haskell/FromCabal/PostProcess.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ hooks =
112112
, ("git-annex >= 6.20170925 && < 6.20171214", set doCheck False) -- some versions of git-annex require their test suite to be run inside of a git checkout
113113
, ("github-backup", set (executableDepends . tool . contains (pkg "git")) True)
114114
, ("GLFW", over (libraryDepends . system) (Set.union (Set.fromList [bind "pkgs.xorg.libXext", bind "pkgs.xorg.libXfixes"])))
115-
, ("GlomeVec", set (libraryDepends . pkgconfig . contains (bind "self.llvmPackages.llvm")) True)
116115
, ("graphviz", set (testDepends . system . contains (pkg "graphviz")) True)
117116
, ("gtk3", gtk3Hook)
118117
, ("gtkglext", gtkglextHook)

0 commit comments

Comments
 (0)