spago-legacy: move to by-name
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user