On 12/03/2013 10:18 AM, Rok Garbas wrote:
you have to reference to attribute name from all-packages.nix.
i assume you did something along this lines in all-packages.nix::
cinnamon_desktop = callPa.... {};
No, well, I put cinnamon into an attrset of its own. I think it's best to solve by the following diff or similar:
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 50b07d6..89c8244 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -9569,7 +9569,9 @@ let
### DESKTOP ENVIRONMENTS
- cinnamon = recurseIntoAttrs {
+ cinnamon = recurseIntoAttrs rec {
+ callPackage = pkgs.newScope pkgs.cinnamon;
+
cjs = callPackage ../desktops/cinnamon/cjs.nix { };
Vlada
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
