heroku: mark as broken

This commit is contained in:
Frederik Rietdijk 2017-07-18 08:43:07 +02:00
parent d07bf424a9
commit f59e71e9c7

View file

@ -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 ];