mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03: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;
|
bdb = db4;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
cups = (import ../misc/cups) {
|
||||||
|
inherit fetchurl stdenv;
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user