haskell-unix-time: the -fPIC flag is now provided by the proper build instructions
This commit is contained in:
parent
26e36dcc80
commit
1e5528c15a
@ -6,7 +6,6 @@ cabal.mkDerivation (self: {
|
|||||||
sha256 = "1r7glbcr3108zrlpy2d09jyk1gv9k90d5saajipmb1f5l45rdhnj";
|
sha256 = "1r7glbcr3108zrlpy2d09jyk1gv9k90d5saajipmb1f5l45rdhnj";
|
||||||
buildDepends = [ binary ];
|
buildDepends = [ binary ];
|
||||||
testDepends = [ doctest hspec QuickCheck time ];
|
testDepends = [ doctest hspec QuickCheck time ];
|
||||||
configureFlags = self.stdenv.lib.optionalString self.enableSharedLibraries "--ghc-option=-fPIC";
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Unix time parser/formatter and utilities";
|
description = "Unix time parser/formatter and utilities";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user