Removing midori from hydra; currently I see no easy solution without GTK rebuild
svn path=/nixpkgs/trunk/; revision=16833
This commit is contained in:
@@ -24,10 +24,14 @@ rec {
|
||||
configureFlags = [];
|
||||
|
||||
/* doConfigure should be specified separately */
|
||||
phaseNames = ["doUnpack" (doPatchShebangs ".") "doConfigure"
|
||||
"doMakeInstall" (doPatchShebangs "$out/bin")
|
||||
(makeManyWrappers "$out/bin/*" "--set WEBKIT_IGNORE_SSL_ERRORS 1")];
|
||||
phaseNames = ["doUnpack" "shebangsHere" "doConfigure"
|
||||
"doMakeInstall" "shebangsInstalled" "wrapWK"
|
||||
];
|
||||
|
||||
shebangsHere = (doPatchShebangs ".");
|
||||
shebangsInstalled = (doPatchShebangs "$out/bin");
|
||||
wrapWK = (makeManyWrappers "$out/bin/*" "--set WEBKIT_IGNORE_SSL_ERRORS 1");
|
||||
|
||||
name = "midori-" + version;
|
||||
meta = {
|
||||
description = "Light WebKit-based web browser with GTK GUI.";
|
||||
|
||||
Reference in New Issue
Block a user