shellify: init at 0.10.0.3

This commit is contained in:
Daniel Rolls 2023-08-26 16:46:55 +01:00
parent 938be003b3
commit cf6f6b2b00
2 changed files with 4 additions and 0 deletions

View file

@ -452,6 +452,8 @@ self: super: builtins.intersectAttrs super {
wxc = (addBuildDepend self.split super.wxc).override { wxGTK = pkgs.wxGTK32; };
wxcore = super.wxcore.override { wxGTK = pkgs.wxGTK32; };
shellify = enableSeparateBinOutput super.shellify;
# Test suite wants to connect to $DISPLAY.
bindings-GLFW = dontCheck super.bindings-GLFW;
gi-gtk-declarative = dontCheck super.gi-gtk-declarative;

View file

@ -13000,6 +13000,8 @@ with pkgs;
shelldap = callPackage ../tools/misc/shelldap { };
shellify = haskellPackages.shellify.bin;
shellspec = callPackage ../tools/misc/shellspec { };
schema2ldif = callPackage ../tools/text/schema2ldif { };