about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-05-28 18:43:03 +0200
committerGitHub <noreply@github.com>2018-05-28 18:43:03 +0200
commitd9e00f8acfa0e535beadbc630bf8c1eac01ce027 (patch)
tree2de237492dacafbf474148d92ddab7dd16a31ae6
parentf607f01b708aae314914b180f9207af37d28710f (diff)
parentac404fd9e714f0e9433a7d6afe75e54cf5eb5f3d (diff)
downloadnixlib-d9e00f8acfa0e535beadbc630bf8c1eac01ce027.tar
nixlib-d9e00f8acfa0e535beadbc630bf8c1eac01ce027.tar.gz
nixlib-d9e00f8acfa0e535beadbc630bf8c1eac01ce027.tar.bz2
nixlib-d9e00f8acfa0e535beadbc630bf8c1eac01ce027.tar.lz
nixlib-d9e00f8acfa0e535beadbc630bf8c1eac01ce027.tar.xz
nixlib-d9e00f8acfa0e535beadbc630bf8c1eac01ce027.tar.zst
nixlib-d9e00f8acfa0e535beadbc630bf8c1eac01ce027.zip
Merge pull request #41182 from Profpatsch/haskellPackages-yarn2nix-throw
haskellPackages: mark yarn2nix broken w/ message
-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;