From 1e5528c15ae9503c271b89dd4780167a369747c9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 8 Jul 2014 16:01:43 +0200 Subject: [PATCH] haskell-unix-time: the -fPIC flag is now provided by the proper build instructions --- pkgs/development/libraries/haskell/unix-time/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/libraries/haskell/unix-time/default.nix b/pkgs/development/libraries/haskell/unix-time/default.nix index f8ec6e448b7..482109cc5c4 100644 --- a/pkgs/development/libraries/haskell/unix-time/default.nix +++ b/pkgs/development/libraries/haskell/unix-time/default.nix @@ -6,7 +6,6 @@ cabal.mkDerivation (self: { sha256 = "1r7glbcr3108zrlpy2d09jyk1gv9k90d5saajipmb1f5l45rdhnj"; buildDepends = [ binary ]; testDepends = [ doctest hspec QuickCheck time ]; - configureFlags = self.stdenv.lib.optionalString self.enableSharedLibraries "--ghc-option=-fPIC"; meta = { description = "Unix time parser/formatter and utilities"; license = self.stdenv.lib.licenses.bsd3;