heroku: mark as broken
This commit is contained in:
parent
d07bf424a9
commit
f59e71e9c7
|
@ -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 ];
|
||||
|
|
Loading…
Reference in New Issue