From 34c3fb65b544cd763c053a8b84b7d16ded897d51 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 28 Oct 2014 12:45:32 +0100 Subject: [PATCH] haskell-hmatrix-special: re-generate with cabal2nix --- .../libraries/haskell/hmatrix-special/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/haskell/hmatrix-special/default.nix b/pkgs/development/libraries/haskell/hmatrix-special/default.nix index 4a2153f173e8..df309446c3ca 100644 --- a/pkgs/development/libraries/haskell/hmatrix-special/default.nix +++ b/pkgs/development/libraries/haskell/hmatrix-special/default.nix @@ -1,18 +1,17 @@ # This file was auto-generated by cabal2nix. Please do NOT edit manually! -{ cabal, hmatrix }: +{ cabal, gsl, hmatrix }: cabal.mkDerivation (self: { pname = "hmatrix-special"; version = "0.2.0"; sha256 = "0lp8mvagbzayq3r08wgk498n6d9vgb1skb8wzrzi5a1fc5j8m0wj"; buildDepends = [ hmatrix ]; + extraLibraries = [ gsl ]; meta = { homepage = "http://perception.inf.um.es/hmatrix"; description = "Interface to GSL special functions"; license = "GPL"; platforms = self.ghc.meta.platforms; - hydraPlatforms = self.stdenv.lib.platforms.none; - broken = true; }; })