guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 02/21] gnu: ghc-regex-compat: Propagate inputs.


From: Paul van der Walt
Subject: [PATCH 02/21] gnu: ghc-regex-compat: Propagate inputs.
Date: Wed, 4 Nov 2015 21:00:50 +0100

* gnu/packages/haskell.scm (ghc-regex-compat): Move ghc-regex-base and
  ghc-regex-posix to propagated inputs.
---
 gnu/packages/haskell.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 0ecd7b1..5195425 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1922,7 +1922,7 @@ Haskell library @code{regex-base}.")
         (base32
          "0fwmima3f04p9y4h3c23493n1xj629ia2dxaisqm6rynljjv2z6m"))))
     (build-system haskell-build-system)
-    (inputs
+    (propagated-inputs
      `(("ghc-regex-base" ,ghc-regex-base)
        ("ghc-regex-posix" ,ghc-regex-posix)))
     (home-page "http://sourceforge.net/projects/lazy-regex";)
-- 
2.6.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]