From ac404fd9e714f0e9433a7d6afe75e54cf5eb5f3d Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 28 May 2018 17:28:53 +0200 Subject: haskellPackages: mark yarn2nix broken w/ message --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 2fc5c20c3374..7d308f5ab722 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -448,6 +448,9 @@ self: super: { rematch = dontCheck super.rematch; # https://github.com/tcrayford/rematch/issues/5 rematch-text = dontCheck super.rematch-text; # https://github.com/tcrayford/rematch/issues/6 + # Should not appear in nixpkgs yet (broken anyway) + yarn2nix = throw "yarn2nix is not yet packaged for nixpkgs. See https://github.com/Profpatsch/yarn2nix#yarn2nix"; + # no haddock since this is an umbrella package. cloud-haskell = dontHaddock super.cloud-haskell; -- cgit 1.4.1