summary refs log tree commit diff
path: root/pkgs/development/tools/purescript/spago/default.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-09-14 00:02:14 +0000
committerGitHub <noreply@github.com>2023-09-14 00:02:14 +0000
commit186767dea40753ffcd7f4f273d9de063b1c88df9 (patch)
treeb9ecffca9441317f5d6ca6faf7599ea27497af30 /pkgs/development/tools/purescript/spago/default.nix
parent98892da85bbb5e1e1a1fdab05356f5e97ec80795 (diff)
parentfce23b34d25ae83b83ee95879c51dce4c518b8c2 (diff)
downloadnixpkgs-186767dea40753ffcd7f4f273d9de063b1c88df9.tar
nixpkgs-186767dea40753ffcd7f4f273d9de063b1c88df9.tar.gz
nixpkgs-186767dea40753ffcd7f4f273d9de063b1c88df9.tar.bz2
nixpkgs-186767dea40753ffcd7f4f273d9de063b1c88df9.tar.lz
nixpkgs-186767dea40753ffcd7f4f273d9de063b1c88df9.tar.xz
nixpkgs-186767dea40753ffcd7f4f273d9de063b1c88df9.tar.zst
nixpkgs-186767dea40753ffcd7f4f273d9de063b1c88df9.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/development/tools/purescript/spago/default.nix')
-rw-r--r--pkgs/development/tools/purescript/spago/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/tools/purescript/spago/default.nix b/pkgs/development/tools/purescript/spago/default.nix
index bc4587816ff..ada0eb350ef 100644
--- a/pkgs/development/tools/purescript/spago/default.nix
+++ b/pkgs/development/tools/purescript/spago/default.nix
@@ -17,8 +17,6 @@ let
         (haskell.lib.compose.overrideCabal (oldAttrs: {
           changelog = "https://github.com/purescript/spago/releases/tag/${oldAttrs.version}";
         }))
-        haskell.lib.compose.unmarkBroken
-        haskell.lib.compose.doDistribute
       ];
 in