mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 04:13:12 +00:00
chickenPackages.chickenEggs.webview: repair (#343291)
This commit is contained in:
commit
e464819978
@ -132,6 +132,7 @@ in
|
||||
addToNativeBuildInputs pkgs.taglib old
|
||||
);
|
||||
uuid-lib = addToBuildInputs pkgs.libuuid;
|
||||
webview = addToBuildInputsWithPkgConfig pkgs.webkitgtk;
|
||||
ws-client = addToBuildInputs pkgs.zlib;
|
||||
xlib = addToPropagatedBuildInputs pkgs.xorg.libX11;
|
||||
yaml = addToBuildInputs pkgs.libyaml;
|
||||
@ -224,7 +225,6 @@ in
|
||||
svn-client = broken;
|
||||
system = broken;
|
||||
tokyocabinet = broken;
|
||||
webview = broken;
|
||||
|
||||
# mark broken darwin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user