summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2018-05-28 17:28:53 +0200
committerProfpatsch <mail@profpatsch.de>2018-05-28 17:28:53 +0200
commitac404fd9e714f0e9433a7d6afe75e54cf5eb5f3d (patch)
tree22a21584198c4750fcedf9c22cf9d25753bc006d /pkgs/development/haskell-modules/configuration-common.nix
parent0b6c2cfc4d15eac58c8023e174edfb069b816a4e (diff)
downloadnixlib-ac404fd9e714f0e9433a7d6afe75e54cf5eb5f3d.tar
nixlib-ac404fd9e714f0e9433a7d6afe75e54cf5eb5f3d.tar.gz
nixlib-ac404fd9e714f0e9433a7d6afe75e54cf5eb5f3d.tar.bz2
nixlib-ac404fd9e714f0e9433a7d6afe75e54cf5eb5f3d.tar.lz
nixlib-ac404fd9e714f0e9433a7d6afe75e54cf5eb5f3d.tar.xz
nixlib-ac404fd9e714f0e9433a7d6afe75e54cf5eb5f3d.tar.zst
nixlib-ac404fd9e714f0e9433a7d6afe75e54cf5eb5f3d.zip
haskellPackages: mark yarn2nix broken w/ message
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
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;