parent
5d5be9706e
commit
b09ab584f0
@ -1,24 +0,0 @@
|
|||||||
{ stdenv, fetchurl, cmake, qt4, doxygen }:
|
|
||||||
stdenv.mkDerivation rec {
|
|
||||||
|
|
||||||
name = "vidalia-${version}";
|
|
||||||
version = "0.3.1";
|
|
||||||
|
|
||||||
src = fetchurl {
|
|
||||||
url = "https://www.torproject.org/dist/vidalia/${name}.tar.gz";
|
|
||||||
sha256 = "1mw3wnlh18rj20qjv7jxjk3a8mf75p5wzv358qfs3sm3lqgd68qm";
|
|
||||||
};
|
|
||||||
|
|
||||||
buildInputs = [ cmake qt4 doxygen ];
|
|
||||||
|
|
||||||
patches = [ ./gcc-4.7.patch ];
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
|
||||||
homepage = https://www.torproject.org/projects/vidalia.html.en;
|
|
||||||
repositories.git = https://git.torproject.org/vidalia;
|
|
||||||
description = "A cross-platform graphical controller for the Tor software, built using the Qt framework";
|
|
||||||
license = licenses.gpl2Plus;
|
|
||||||
maintainers = [ maintainers.phreedom ];
|
|
||||||
platforms = platforms.linux;
|
|
||||||
};
|
|
||||||
}
|
|
@ -1,12 +0,0 @@
|
|||||||
diff -ru vidalia-0.3.1_orig/src/vidalia/plugin/PluginEngine.cpp vidalia-0.3.1/src/vidalia/plugin/PluginEngine.cpp
|
|
||||||
--- vidalia-0.3.1_orig/src/vidalia/plugin/PluginEngine.cpp 2012-08-08 18:02:01.901732270 +0200
|
|
||||||
+++ vidalia-0.3.1/src/vidalia/plugin/PluginEngine.cpp 2012-08-08 18:03:26.241677875 +0200
|
|
||||||
@@ -20,6 +20,8 @@
|
|
||||||
|
|
||||||
#include "Vidalia.h"
|
|
||||||
|
|
||||||
+#include <unistd.h>
|
|
||||||
+
|
|
||||||
PluginEngine::PluginEngine(QObject *parent)
|
|
||||||
: QScriptEngine(parent)
|
|
||||||
{
|
|
@ -4668,8 +4668,6 @@ with pkgs;
|
|||||||
|
|
||||||
volatility = callPackage ../tools/security/volatility { };
|
volatility = callPackage ../tools/security/volatility { };
|
||||||
|
|
||||||
vidalia = callPackage ../tools/security/vidalia { };
|
|
||||||
|
|
||||||
vbetool = callPackage ../tools/system/vbetool { };
|
vbetool = callPackage ../tools/system/vbetool { };
|
||||||
|
|
||||||
vde2 = callPackage ../tools/networking/vde2 { };
|
vde2 = callPackage ../tools/networking/vde2 { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user