haskell-ghc-mod: make sure GHC <7.8 and >7.8 pick the same datadir install path
This commit is contained in:
parent
d6dd5688a2
commit
8b67834bf3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user