mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
melpaStablePackages.insert-shebang: mark broken
This commit is contained in:
parent
8043782b8f
commit
85fbf141ae
1 changed files with 3 additions and 0 deletions
|
@ -118,6 +118,9 @@ self:
|
|||
# upstream issue: missing file header
|
||||
initsplit = markBroken super.initsplit;
|
||||
|
||||
# upstream issue: recipe fails
|
||||
insert-shebang = markBroken super.insert-shebang;
|
||||
|
||||
# Expects bash to be at /bin/bash
|
||||
ivy-rtags = markBroken super.ivy-rtags;
|
||||
|
||||
|
|
Loading…
Reference in a new issue