Unverified Commit 09754000 authored by maralorn's avatar maralorn Committed by GitHub
Browse files

Merge pull request #163671 from Profpatsch/unicode-show-unbreak

haskellPackages.unicode-show: remove broken marker
parents d45b423d a23d59e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ HACKAGE2NIX="${HACKAGE2NIX:-hackage2nix}"
# See: https://github.com/NixOS/nixpkgs/pull/122023
export LC_ALL=C.UTF-8

extraction_derivation='with import ./. {}; runCommand "unpacked-cabal-hashes" { } "tar xf ${all-cabal-hashes} --strip-components=1 --one-top-level=$out"'
extraction_derivation='with import ./. {}; runCommandLocal "unpacked-cabal-hashes" { } "tar xf ${all-cabal-hashes} --strip-components=1 --one-top-level=$out"'
unpacked_hackage="$(nix-build -E "$extraction_derivation" --no-out-link)"
config_dir=pkgs/development/haskell-modules/configuration-hackage2nix

+0 −1
Original line number Diff line number Diff line
@@ -5199,7 +5199,6 @@ broken-packages:
  - unfix-binders
  - unfoldable
  - unicode-prelude
  - unicode-show
  - unicode-symbols
  - unicode-tricks
  - uniform-fileio
+0 −2
Original line number Diff line number Diff line
@@ -286292,8 +286292,6 @@ self: {
       testHaskellDepends = [ base hspec QuickCheck ];
       description = "print and show in unicode";
       license = lib.licenses.bsd3;
       hydraPlatforms = lib.platforms.none;
       broken = true;
     }) {};
  "unicode-symbols" = callPackage