about summary refs log tree commit diff
path: root/pkgs/development/tools/heroku
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2017-07-18 08:43:07 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2017-07-18 08:43:38 +0200
commitf59e71e9c7a41618908fbab1f7517fd3af2c6855 (patch)
tree142a5c508dfb198801741b3552940639180574fb /pkgs/development/tools/heroku
parentd07bf424a91c97773706656af591ba32039c2203 (diff)
downloadnixlib-f59e71e9c7a41618908fbab1f7517fd3af2c6855.tar
nixlib-f59e71e9c7a41618908fbab1f7517fd3af2c6855.tar.gz
nixlib-f59e71e9c7a41618908fbab1f7517fd3af2c6855.tar.bz2
nixlib-f59e71e9c7a41618908fbab1f7517fd3af2c6855.tar.lz
nixlib-f59e71e9c7a41618908fbab1f7517fd3af2c6855.tar.xz
nixlib-f59e71e9c7a41618908fbab1f7517fd3af2c6855.tar.zst
nixlib-f59e71e9c7a41618908fbab1f7517fd3af2c6855.zip
heroku: mark as broken
Diffstat (limited to 'pkgs/development/tools/heroku')
-rw-r--r--pkgs/development/tools/heroku/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/heroku/default.nix b/pkgs/development/tools/heroku/default.nix
index 6334bb2e5ddf..0e0a46c906e3 100644
--- a/pkgs/development/tools/heroku/default.nix
+++ b/pkgs/development/tools/heroku/default.nix
@@ -41,6 +41,7 @@ in stdenv.mkDerivation rec {
     maintainers = with maintainers; [ aflatter mirdhyn peterhoeg ];
     license = licenses.mit;
     platforms = with platforms; unix;
+    broken = true; # Outdated function, not supported upstream. https://github.com/NixOS/nixpkgs/issues/27447
   };
 
   binPath = lib.makeBinPath [ postgresql ruby ];