mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
add cups
svn path=/nixpkgs/trunk/; revision=4114
This commit is contained in:
parent
d5b2a3cfe2
commit
41923665c9
@ -1707,4 +1707,8 @@ rec {
|
||||
bdb = db4;
|
||||
};
|
||||
|
||||
cups = (import ../misc/cups) {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user