haskell-ghc-mod: make sure GHC <7.8 and >7.8 pick the same datadir install path
This commit is contained in:
@@ -17,6 +17,7 @@ cabal.mkDerivation (self: {
|
||||
ioChoice syb time transformers
|
||||
];
|
||||
buildTools = [ emacs ];
|
||||
configureFlags = "--datasubdir=${self.pname}-${self.version}";
|
||||
postInstall = ''
|
||||
cd $out/share/$pname-$version
|
||||
make
|
||||
|
||||
Reference in New Issue
Block a user