mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
Merge branch 'heist-pandoc' of git://github.com/imalsogreg/nixpkgs
This commit is contained in:
commit
b6fe3994be
@ -186,6 +186,11 @@ self: super: {
|
|||||||
}))
|
}))
|
||||||
else super.hakyll;
|
else super.hakyll;
|
||||||
|
|
||||||
|
# Heist's test suite requires system pandoc
|
||||||
|
heist = overrideCabal super.heist (drv: {
|
||||||
|
testToolDepends = [pkgs.pandoc];
|
||||||
|
});
|
||||||
|
|
||||||
# cabal2nix likes to generate dependencies on hinotify when hfsevents is really required
|
# cabal2nix likes to generate dependencies on hinotify when hfsevents is really required
|
||||||
# on darwin: https://github.com/NixOS/cabal2nix/issues/146.
|
# on darwin: https://github.com/NixOS/cabal2nix/issues/146.
|
||||||
hinotify = if pkgs.stdenv.isDarwin then self.hfsevents else super.hinotify;
|
hinotify = if pkgs.stdenv.isDarwin then self.hfsevents else super.hinotify;
|
||||||
|
Loading…
Reference in New Issue
Block a user