diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index e80192f96d3..b8ce888fa35 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; + }; + }