Logo
Explore Help
Sign In
talexander/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Releases Activity
nixpkgs/pkgs/development/python-modules/ZopeInterface/default.nix

13 lines
375 B
Nix
Raw Normal View History

* Some Python packages. svn path=/nixpkgs/trunk/; revision=7339
2006-12-13 18:04:03 +00:00
{stdenv, fetchurl, python}:
stdenv.mkDerivation {
* makeWrapper: option --run <CMD> to run a command from the wrapper. This is so that the Unison wrapper can be generated with makeWrapper. * Use makeWrapper as a buildInput everywhere. * Updated BitTorrent, cvs2svn. svn path=/nixpkgs/trunk/; revision=10213
2008-01-18 11:28:41 +00:00
name = "ZopeInterface-3.3.0";
* Some Python packages. svn path=/nixpkgs/trunk/; revision=7339
2006-12-13 18:04:03 +00:00
src = fetchurl {
* makeWrapper: option --run <CMD> to run a command from the wrapper. This is so that the Unison wrapper can be generated with makeWrapper. * Use makeWrapper as a buildInput everywhere. * Updated BitTorrent, cvs2svn. svn path=/nixpkgs/trunk/; revision=10213
2008-01-18 11:28:41 +00:00
url = http://www.zope.org/Products/ZopeInterface/3.3.0/zope.interface-3.3.0.tar.gz;
sha256 = "0xahg9cmagn4j3dbifvgzbjliw2jdrbf27fhqwkdp8j80xpyyjf0";
* Some Python packages. svn path=/nixpkgs/trunk/; revision=7339
2006-12-13 18:04:03 +00:00
};
buildInputs = [python];
buildPhase = "true";
installPhase = "python ./setup.py install --prefix=$out";
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 1807ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API