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 ];
|
maintainers = with maintainers; [ aflatter mirdhyn peterhoeg ];
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = with platforms; unix;
|
platforms = with platforms; unix;
|
||||||
|
broken = true; # Outdated function, not supported upstream. https://github.com/NixOS/nixpkgs/issues/27447
|
||||||
};
|
};
|
||||||
|
|
||||||
binPath = lib.makeBinPath [ postgresql ruby ];
|
binPath = lib.makeBinPath [ postgresql ruby ];
|
||||||
|
Loading…
Reference in New Issue
Block a user