From 41923665c98dfc751d99efa4f93cccced93b7b07 Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Fri, 21 Oct 2005 13:06:43 +0000 Subject: [PATCH] add cups svn path=/nixpkgs/trunk/; revision=4114 --- pkgs/system/all-packages-generic.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index e80192f96d3d..b8ce888fa35c 100644 --- a/pkgs/system/all-packages-generic.nix +++ b/pkgs/system/all-packages-generic.nix @@ -1707,4 +1707,8 @@ rec { bdb = db4; }; + cups = (import ../misc/cups) { + inherit fetchurl stdenv; + }; + }