Added xxdiff
svn path=/nixpkgs/trunk/; revision=11888
This commit is contained in:
20
pkgs/development/python-modules/pyqt/3.17.4.nix
Normal file
20
pkgs/development/python-modules/pyqt/3.17.4.nix
Normal file
@@ -0,0 +1,20 @@
|
||||
args : with args;
|
||||
rec {
|
||||
src = fetchurl {
|
||||
url = http://ftp.de.debian.org/debian/pool/main/p/python-qt3/python-qt3_3.17.4.orig.tar.gz;
|
||||
sha256 = "0p76g64ww9nhg1sahphanwb7nkjmsvxyaqk8k8iaycnlc8040c8r";
|
||||
};
|
||||
|
||||
buildInputs = [qt python pkgconfig pythonSip libX11 libXext glib];
|
||||
configureFlags = [" -q ${qt} "];
|
||||
|
||||
/* doConfigure should be specified separately */
|
||||
phaseNames = ["doPythonConfigure" "doMakeInstall"];
|
||||
extraPythonConfigureCommand = ''echo yes | \'';
|
||||
|
||||
name = "python-qt-" + version;
|
||||
meta = {
|
||||
description = "Qt bindings for Python";
|
||||
license = "GPL";
|
||||
};
|
||||
}
|
||||
20
pkgs/development/python-modules/pyqt/4.3.3.nix
Normal file
20
pkgs/development/python-modules/pyqt/4.3.3.nix
Normal file
@@ -0,0 +1,20 @@
|
||||
args : with args;
|
||||
rec {
|
||||
src = fetchurl {
|
||||
url = mirror://debian/pool/main/p/python-qt4/python-qt4_4.3.3.orig.tar.gz;
|
||||
sha256 = "0m8yzaz17nb8prm2kmy0mbiq4np515abi2xkadflsgwq1bj86qyk";
|
||||
};
|
||||
|
||||
buildInputs = [qt python pkgconfig pythonSip libX11 libXext glib];
|
||||
configureFlags = [" -p $prefix/share/pyQt4/plugins " '' -e "$prefix/include/python$pythonVersion" ''];
|
||||
|
||||
/* doConfigure should be specified separately */
|
||||
phaseNames = ["doPythonConfigure" "doMakeInstall"];
|
||||
extraPythonConfigureCommand = ''echo yes | \'';
|
||||
|
||||
name = "python-qt-" + version;
|
||||
meta = {
|
||||
description = "Qt bindings for Python";
|
||||
license = "GPL";
|
||||
};
|
||||
}
|
||||
18
pkgs/development/python-modules/python-sip/4.7.4.nix
Normal file
18
pkgs/development/python-modules/python-sip/4.7.4.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
args : with args;
|
||||
rec {
|
||||
src = fetchurl {
|
||||
url = http://ftp.de.debian.org/debian/pool/main/s/sip4-qt3/sip4-qt3_4.7.4.orig.tar.gz;
|
||||
sha256 = "0g518b26346q9b0lm13rsgdbq14r4nckyjbf209ylakwx6zir4l5";
|
||||
};
|
||||
|
||||
buildInputs = [python];
|
||||
configureFlags = [ '' -e "$prefix/include/python$pythonVersion" ''];
|
||||
|
||||
/* doConfigure should be specified separately */
|
||||
phaseNames = ["doPythonConfigure" "doMakeInstall"];
|
||||
|
||||
name = "python-sip-" + version;
|
||||
meta = {
|
||||
description = "Python/C++ bindings generator";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user