From c564d6dbb2b72d70f6f4593cd329fcb4ce931965 Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Tue, 20 Dec 2005 01:29:04 +0000 Subject: [PATCH] lua needs to be built, no matter what...then why do they provide an option to disable it, which doesn't even work properly??? TODO: fix -lncurses error in lua... svn path=/nixpkgs/trunk/; revision=4404 --- pkgs/applications/package-management/rpm/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/package-management/rpm/default.nix b/pkgs/applications/package-management/rpm/default.nix index 58328a26638c..4fa768256a5e 100644 --- a/pkgs/applications/package-management/rpm/default.nix +++ b/pkgs/applications/package-management/rpm/default.nix @@ -9,7 +9,8 @@ stdenv.mkDerivation { md5 = "3f277388b0486c6e8ce9b07fdf53993e"; }; buildInputs = [python tcl readline file cpio beecrypt unzip neon gnupg libxml2 perl]; - configureFlags = "--without-python --with-selinux=no --without-lua"; + #configureFlags = "--without-python --with-selinux=no --without-lua"; + configureFlags = "--without-python --with-selinux=no"; patches = [./rpm-4.4.5-lua.patch ./rpm-4.4.5-beecrypt-include.patch ./rpm-4.4.5-neon-include.patch ./rpm-4.4.5-libxml2-include.patch]; inherit beecrypt neon libxml2; }