summary refs log tree commit diff
diff options
context:
space:
mode:
authorSridhar Ratnakumar <3998+srid@users.noreply.github.com>2023-08-17 14:14:48 -0400
committersternenseemann <sternenseemann@systemli.org>2023-08-18 10:18:46 +0200
commit3be1e25615f95b05405f8c9183390dca3454a407 (patch)
treeed5f4f4fafacd3011d906df273760bdd8eb8e241
parent5d5f03140644c578b816fa1f7aacc7633f1af4dd (diff)
downloadnixpkgs-3be1e25615f95b05405f8c9183390dca3454a407.tar
nixpkgs-3be1e25615f95b05405f8c9183390dca3454a407.tar.gz
nixpkgs-3be1e25615f95b05405f8c9183390dca3454a407.tar.bz2
nixpkgs-3be1e25615f95b05405f8c9183390dca3454a407.tar.lz
nixpkgs-3be1e25615f95b05405f8c9183390dca3454a407.tar.xz
nixpkgs-3be1e25615f95b05405f8c9183390dca3454a407.tar.zst
nixpkgs-3be1e25615f95b05405f8c9183390dca3454a407.zip
haskellPackages.streamly_0_9_0: remove override
Because the package no longer exists
-rw-r--r--pkgs/development/haskell-modules/configuration-darwin.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-darwin.nix b/pkgs/development/haskell-modules/configuration-darwin.nix
index 227e90e1058..2dbfac30da5 100644
--- a/pkgs/development/haskell-modules/configuration-darwin.nix
+++ b/pkgs/development/haskell-modules/configuration-darwin.nix
@@ -35,7 +35,6 @@ self: super: ({
   double-conversion = addExtraLibrary pkgs.libcxx super.double-conversion;
 
   streamly = addBuildDepend darwin.apple_sdk.frameworks.Cocoa super.streamly;
-  streamly_0_9_0 = addBuildDepend darwin.apple_sdk.frameworks.Cocoa super.streamly_0_9_0;
 
   apecs-physics = addPkgconfigDepends [
     darwin.apple_sdk.frameworks.ApplicationServices