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
|
ioChoice syb time transformers
|
||||||
];
|
];
|
||||||
buildTools = [ emacs ];
|
buildTools = [ emacs ];
|
||||||
|
configureFlags = "--datasubdir=${self.pname}-${self.version}";
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
cd $out/share/$pname-$version
|
cd $out/share/$pname-$version
|
||||||
make
|
make
|
||||||
|
Loading…
x
Reference in New Issue
Block a user