mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 03:43:45 +00:00
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
This commit is contained in:
parent
44c21a80ec
commit
db502a76f0
@ -175946,19 +175946,19 @@ self: {
|
||||
}) {inherit (pkgs) lua5_3;};
|
||||
|
||||
"lua_2_2_0" = callPackage
|
||||
({ mkDerivation, base, lua5_3, tasty, tasty-hunit }:
|
||||
({ mkDerivation, base, lua5_4, tasty, tasty-hunit }:
|
||||
mkDerivation {
|
||||
pname = "lua";
|
||||
version = "2.2.0";
|
||||
sha256 = "1258i5a3b16lbkgfdzgibqx3q4csd5wvk2gzqp96kkjcndfva92d";
|
||||
configureFlags = [ "-fsystem-lua" "-f-use-pkgconfig" ];
|
||||
libraryHaskellDepends = [ base ];
|
||||
librarySystemDepends = [ lua5_3 ];
|
||||
librarySystemDepends = [ lua5_4 ];
|
||||
testHaskellDepends = [ base tasty tasty-hunit ];
|
||||
description = "Lua, an embeddable scripting language";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {inherit (pkgs) lua5_3;};
|
||||
}) {inherit (pkgs) lua5_4;};
|
||||
|
||||
"lua-arbitrary" = callPackage
|
||||
({ mkDerivation, base, lua, QuickCheck }:
|
||||
@ -203795,7 +203795,7 @@ self: {
|
||||
pname = "pandoc";
|
||||
version = "2.17.1.1";
|
||||
sha256 = "1l8spmsyg2c5j16q7a7fd5i6kcvkyipq4jrhrv2k0ca1s4lcb7k4";
|
||||
configureFlags = [ "-fhttps" "-f-trypandoc" ];
|
||||
configureFlags = [ "-f-trypandoc" ];
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
@ -203854,7 +203854,7 @@ self: {
|
||||
pname = "pandoc";
|
||||
version = "2.18";
|
||||
sha256 = "02g6da49g60b5v7aj8w82n9yfks37bcaa6ni75hcbvbn3mw59lyl";
|
||||
configureFlags = [ "-fhttps" "-f-trypandoc" ];
|
||||
configureFlags = [ "-f-trypandoc" ];
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
|
Loading…
Reference in New Issue
Block a user