haskell-unix-time: the -fPIC flag is now provided by the proper build instructions

This commit is contained in:
Peter Simons 2014-07-08 16:01:43 +02:00
parent 26e36dcc80
commit 1e5528c15a

View File

@ -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;