spago-legacy: move to by-name

This commit is contained in:
sternenseemann
2025-09-28 18:05:53 +02:00
parent 401566541b
commit 2c29bb5c9d
5 changed files with 1 additions and 3 deletions
@@ -46,7 +46,7 @@ self: super:
# spago-legacy is not released to Hackage.
# https://github.com/spacchetti/spago/issues/512
spago-legacy = self.callPackage ../tools/purescript/spago-legacy/spago-legacy.nix { };
spago-legacy = self.callPackage ../../by-name/sp/spago-legacy/spago-legacy.nix { };
# Unofficial fork until PRs are merged https://github.com/pcapriotti/optparse-applicative/pulls/roberth
# cabal2nix --maintainer roberth https://github.com/hercules-ci/optparse-applicative.git > pkgs/development/misc/haskell/hercules-ci-optparse-applicative.nix
-2
View File
@@ -5101,8 +5101,6 @@ with pkgs;
purenix = haskell.lib.compose.justStaticExecutables haskellPackages.purenix;
spago-legacy = callPackage ../development/tools/purescript/spago-legacy { };
pulp = nodePackages.pulp;
pscid = nodePackages.pscid;