Skip to content

Commit

Permalink
cables: init at 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RubikCubed committed Sep 30, 2024
1 parent 79374c5 commit b459458
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 5 additions & 4 deletions pkgs/by-name/ca/cables/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ let
name = "${pname}-${version}";

src = pkgs.fetchurl {
url = "https://github.com/cables-gl/cables_electron/releases/download/v0.3.2/cables-0.3.2-linux-x64.AppImage";
url =
"https://github.com/cables-gl/cables_electron/releases/download/v0.3.2/cables-0.3.2-linux-x64.AppImage";
sha256 = "sha256-D5Bgg5D03FPQF2HKow4yehcqToo4dpPudBg0W4UnqFs=";
};

Expand All @@ -17,8 +18,7 @@ let
'';
};

in
pkgs.appimageTools.wrapType2 {
in pkgs.appimageTools.wrapType2 {
inherit name src;

extraInstallCommands = ''
Expand All @@ -29,7 +29,8 @@ pkgs.appimageTools.wrapType2 {
'';

meta = with lib; {
description = "Standalone version of cables, a tool for creating beautiful interactive content.";
description =
"Standalone version of cables, a tool for creating beautiful interactive content.";
homepage = "https://cables.gl/standalone";
license = licenses.mit;
maintainers = with maintainers; [ rubikcubed ];
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,6 @@ with pkgs;

c64-debugger = callPackage ../applications/emulators/c64-debugger { };

cables-standalone = callPackage ../by-name/ca/cables { };

cameractrls-gtk4 = cameractrls.override { withGtk = 4; };

cameractrls-gtk3 = cameractrls.override { withGtk = 3; };
Expand Down

0 comments on commit b459458

Please sign in to comment.