haskellPackages.readline: fix Setup.hs to work with Cabal 3
See https://github.com/NixOS/nixpkgs/pull/111985/ for previous discussion (cherry picked from commit b950ecaf3a49662ba92e6c978aa472155eddd47f)
This commit is contained in:
@@ -216709,8 +216709,6 @@ self: {
|
||||
librarySystemDepends = [ ncurses readline ];
|
||||
description = "An interface to the GNU readline library";
|
||||
license = "GPL";
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {inherit (pkgs) ncurses; inherit (pkgs) readline;};
|
||||
|
||||
"readline-statevar" = callPackage
|
||||
|
||||
Reference in New Issue
Block a user