mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-15 11:50:09 +00:00
haskellPackages.shellify: re-add
This commit is contained in:
committed by
sternenseemann
parent
14c332b453
commit
edcf830429
@@ -5131,7 +5131,6 @@ broken-packages:
|
||||
- sha-streams
|
||||
- she
|
||||
- Shellac
|
||||
- shellify # failure building test suite 'haskelltest-test' in job https://hydra.nixos.org/build/230963414 at 2023-08-16
|
||||
- shellish
|
||||
- shellmate
|
||||
- shellmet # failure in updateAutotoolsGnuConfigScriptsPhase in job https://hydra.nixos.org/build/230972264 at 2023-08-16
|
||||
|
||||
@@ -269158,10 +269158,8 @@ self: {
|
||||
testHaskellDepends = [ base hspec hspec-core raw-strings-qq text ];
|
||||
description = "A tool for generating shell.nix files";
|
||||
license = lib.licenses.asl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "shellify";
|
||||
maintainers = [ lib.maintainers.danielrolls ];
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"shellish" = callPackage
|
||||
|
||||
Reference in New Issue
Block a user