From 8bfb6a37377354bc9a1911559be180238d3b527c Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Tue, 20 Dec 2005 00:48:38 +0000 Subject: add RPM. But: - untested - no Python bindings - experimental version (this is not the "stable" production branch) svn path=/nixpkgs/trunk/; revision=4403 --- pkgs/system/all-packages-generic.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/system/all-packages-generic.nix') diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index 1ee996104a3..682cc5a159a 100644 --- a/pkgs/system/all-packages-generic.nix +++ b/pkgs/system/all-packages-generic.nix @@ -1554,6 +1554,10 @@ rec { }; }; + rpm = (import ../applications/package-management/rpm) { + inherit fetchurl stdenv python tcl readline file cpio beecrypt unzip neon gnupg libxml2 perl; + }; + cvs = (import ../applications/version-management/cvs) { inherit fetchurl stdenv vim; }; -- cgit 1.4.1