mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
lispPackages.postmodern: mark as broken
This commit is contained in:
parent
2456b4e4a5
commit
a13945e1a2
@ -158,4 +158,9 @@ $out/lib/common-lisp/query-fs"
|
||||
deps = pkgs.lib.filter (x: x.name != quicklisp-to-nix-packages.buildnode-xhtml.name) x.deps;
|
||||
parasites = pkgs.lib.filter (x: x!= "buildnode-test") x.parasites;
|
||||
};
|
||||
postmodern = x: {
|
||||
overrides = y : (x.overrides y) // {
|
||||
meta.broken = true; # 2018-04-10
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user