pandoc: fix eval
Latest and Stackage version finally match!
This commit is contained in:
parent
50a5a1263b
commit
9a237d0c03
@ -28,7 +28,7 @@ in
|
||||
-t ${haskellPackages.warp} \
|
||||
$out/bin/pandoc
|
||||
remove-references-to \
|
||||
-t ${haskellPackages.pandoc_3_1_11} \
|
||||
-t ${haskellPackages.pandoc} \
|
||||
$out/bin/pandoc
|
||||
'' + lib.optionalString (stdenv.buildPlatform == stdenv.hostPlatform) ''
|
||||
mkdir -p $out/share/bash-completion/completions
|
||||
@ -44,5 +44,5 @@ in
|
||||
# lead to a transitive runtime dependency on the whole GHC distribution.
|
||||
# This should ideally be fixed in haskellPackages (or even Cabal),
|
||||
# but a minimal pandoc is important enough to patch it manually.
|
||||
disallowedReferences = [ haskellPackages.pandoc-types haskellPackages.warp haskellPackages.pandoc_3_1_11 ];
|
||||
disallowedReferences = [ haskellPackages.pandoc-types haskellPackages.warp haskellPackages.pandoc ];
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user