about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-09-17 09:44:17 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-09-17 15:47:03 -0300
commit30cca2e6f7370a0414cc0e2d1e04ae0d64bc060e (patch)
tree304a8845dbc63f1f8665ccf9248738902a5285ba /pkgs/top-level
parent093194d747726f95058f5ee003dc39e5cb2078b4 (diff)
celluloid: refactor
- finalAttrs
- strictDeps
- meta.changelog and meta.mainProgram
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index cdd8a4aef23a3..59c64ec0cdbef 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -32488,8 +32488,6 @@ with pkgs;
 
   gnomecast = callPackage ../applications/video/gnomecast { };
 
-  celluloid = callPackage ../applications/video/celluloid { };
-
   gnome-recipes = callPackage ../applications/misc/gnome-recipes {
     inherit (gnome) gnome-autoar;
   };