about summary refs log tree commit diff
path: root/pkgs/applications/video/webtorrent_desktop
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-08-03 00:01:02 +0200
committerFelix Buehler <account@buehler.rocks>2021-08-03 00:01:02 +0200
commit0378bdd5cb668ae2d48e6a2a6f2925949bf718a8 (patch)
treeeddc720e2db62edf2ea30646f7279633db567ae0 /pkgs/applications/video/webtorrent_desktop
parent560eac26d02199a0e26775cc3d887fd664ef6fba (diff)
webtorrent_desktop: remove phases
Diffstat (limited to 'pkgs/applications/video/webtorrent_desktop')
-rw-r--r--pkgs/applications/video/webtorrent_desktop/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/video/webtorrent_desktop/default.nix b/pkgs/applications/video/webtorrent_desktop/default.nix
index 3b486654aeb92..b4f8af61fca5e 100644
--- a/pkgs/applications/video/webtorrent_desktop/default.nix
+++ b/pkgs/applications/video/webtorrent_desktop/default.nix
@@ -63,7 +63,6 @@
       url = "https://raw.githubusercontent.com/webtorrent/webtorrent-desktop/v${version}/static/linux/share/icons/hicolor/48x48/apps/webtorrent-desktop.png";
       sha256 = "00y96w9shbbrdbf6xcjlahqd08154kkrxmqraik7qshiwcqpw7p4";
     };
-    phases = [ "unpackPhase" "installPhase" ];
     nativeBuildInputs = [ dpkg ];
     installPhase = ''
       mkdir -p $out/share/{applications,icons/hicolor/{48x48,256x256}/apps}