summary refs log tree commit diff
path: root/pkgs/development/tools/purescript/spago/default.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-09-14 11:31:01 +0000
committerAlyssa Ross <hi@alyssa.is>2023-09-14 11:31:01 +0000
commit4a027948f943c5e81d32b1ca70a86aa64cb7bae3 (patch)
tree332a139a9dc30c492425e987c172fc7d15325590 /pkgs/development/tools/purescript/spago/default.nix
parentd8be5d0c710412b5187815b52c2ddcc6661466ea (diff)
parent12aa32e71e41eb2fbf3d59db9eaacc6bedacf877 (diff)
downloadnixpkgs-4a027948f943c5e81d32b1ca70a86aa64cb7bae3.tar
nixpkgs-4a027948f943c5e81d32b1ca70a86aa64cb7bae3.tar.gz
nixpkgs-4a027948f943c5e81d32b1ca70a86aa64cb7bae3.tar.bz2
nixpkgs-4a027948f943c5e81d32b1ca70a86aa64cb7bae3.tar.lz
nixpkgs-4a027948f943c5e81d32b1ca70a86aa64cb7bae3.tar.xz
nixpkgs-4a027948f943c5e81d32b1ca70a86aa64cb7bae3.tar.zst
nixpkgs-4a027948f943c5e81d32b1ca70a86aa64cb7bae3.zip
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/applications/radio/soapysdr/default.nix
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