Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2454,9 +2454,6 @@ with haskellLib;
))
];

# 2025-02-11: Too strict bounds on base < 4.17
ema = doJailbreak super.ema;

# Too strict bounds on text and tls
# https://github.com/barrucadu/irc-conduit/issues/54
# Use crypton-connection instead of connection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,6 @@ unsupported-platforms:
Codec-Image-DevIL: [ platforms.darwin ] # depends on mesa
coinor-clp: [ aarch64-linux ] # aarch64-linux is not supported by required system dependency clp
cut-the-crap: [ platforms.darwin ]
emanote: [ x86_64-darwin ] # Depends on stork which is broken on macOS sdk < 10.14
essence-of-live-coding-PortMidi: [ platforms.darwin ]
Euterpea: [ platforms.darwin ]
follow-file: [ platforms.darwin ]
Expand Down
2 changes: 0 additions & 2 deletions pkgs/development/haskell-modules/configuration-nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1824,8 +1824,6 @@ builtins.intersectAttrs super {
}))
super.tailwind;

emanote = addBuildDepend pkgs.stork super.emanote;

keid-render-basic = addBuildTool pkgs.glslang super.keid-render-basic;

# Disable checks to break dependency loop with SCalendar
Expand Down
1 change: 0 additions & 1 deletion pkgs/development/haskell-modules/hackage-packages.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -858,6 +858,7 @@ mapAliases {
emacsNativeComp = emacs; # Added 2022-06-08
emacsWithPackages = throw "'emacsWithPackages' has been renamed to/replaced by 'emacs.pkgs.withPackages'"; # Converted to throw 2024-10-17
emacsPackages = emacs.pkgs; # Added 2025-03-02
emanote = throw "'emanote' has been removed due to lack of a Nixpkgs maintainer"; # Added 2025-09-18

embree2 = throw "embree2 has been removed, as it is unmaintained upstream and depended on tbb_2020"; # Added 2025-09-14
EmptyEpsilon = empty-epsilon; # Added 2024-07-14
Expand Down
3 changes: 0 additions & 3 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7178,9 +7178,6 @@ with pkgs;

vapoursynth-editor = libsForQt5.callPackage ../by-name/va/vapoursynth/editor.nix { };

# TODO: Fix references and add justStaticExecutables https://github.com/NixOS/nixpkgs/issues/318013
emanote = haskellPackages.emanote;

enchant2 = callPackage ../development/libraries/enchant/2.x.nix { };
enchant = enchant2;

Expand Down
1 change: 0 additions & 1 deletion pkgs/top-level/release-haskell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ let
diagrams-builder
echidna
elm2nix
emanote
fffuu
futhark
ghcid
Expand Down
Loading