pantheon.granite{,7}: Move into pkgs/desktops/pantheon/libraries

Ugh, we have another library to package.
This commit is contained in:
Bobby Rong
2024-12-13 23:31:49 +08:00
parent 62767cb0cd
commit 6fb80f9566
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -111,9 +111,9 @@ lib.makeScope pkgs.newScope (self: with self; {
#### LIBRARIES
granite = callPackage ./granite { };
granite = callPackage ./libraries/granite { };
granite7 = callPackage ./granite/7 { };
granite7 = callPackage ./libraries/granite/7 { };
#### SERVICES