Skip to content

Commit 43ab99c

Browse files
authored
transcode: drop (#358364)
2 parents 5b4ac0f + 7fb6eae commit 43ab99c

File tree

3 files changed

+1
-73
lines changed

3 files changed

+1
-73
lines changed

pkgs/by-name/dv/dvd-slideshow/package.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
lame,
1111
mjpegtools,
1212
sox,
13-
transcode,
1413
vorbis-tools,
1514
runtimeShell,
1615
}:
@@ -24,7 +23,6 @@ let
2423
lame
2524
mjpegtools
2625
sox
27-
transcode
2826
vorbis-tools
2927
];
3028

pkgs/by-name/tr/transcode/package.nix

Lines changed: 0 additions & 71 deletions
This file was deleted.

pkgs/top-level/aliases.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1576,6 +1576,7 @@ mapAliases {
15761576
libtransmission = lib.warnOnInstantiate (transmission3Warning {prefix = "lib";}) libtransmission_3; # Added 2024-06-10
15771577
tracker = lib.warnOnInstantiate "tracker has been renamed to tinysparql" tinysparql; # Added 2024-09-30
15781578
tracker-miners = lib.warnOnInstantiate "tracker-miners has been renamed to localsearch" localsearch; # Added 2024-09-30
1579+
transcode = throw "transcode has been removed as it is unmaintained"; # Added 2024-12-11
15791580
transfig = fig2dev; # Added 2022-02-15
15801581
transifex-client = transifex-cli; # Added 2023-12-29
15811582
trfl = throw "trfl has been removed, because it has not received an update for 3 years and was broken"; # Added 2024-07-25

0 commit comments

Comments
 (0)