Skip to content

Commit b586ee1

Browse files
authored
brasero: rename brasero-original to brasero-unwrapped; rhythmbox: use brasero-unwrapped instead of brasero (#345381)
2 parents 8348471 + 67a452c commit b586ee1

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

pkgs/applications/audio/rhythmbox/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
, libgpod
2222
, libmtp
2323
, lirc
24-
, brasero
24+
, brasero-unwrapped # libdvdcss is not needed for rhythmbox
2525
, grilo
2626
, tdb
2727
, json-glib
@@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
6969
libgpod
7070
libmtp
7171
lirc
72-
brasero
72+
brasero-unwrapped
7373
grilo
7474

7575
python3.pkgs.pygobject3
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
{ lib, symlinkJoin, brasero-original, cdrtools, libdvdcss, makeWrapper }:
1+
{ lib, symlinkJoin, brasero-unwrapped, cdrtools, libdvdcss, makeWrapper }:
22

33
let
44
binPath = lib.makeBinPath [ cdrtools ];
55
in symlinkJoin {
6-
name = "brasero-${brasero-original.version}";
6+
name = "brasero-${brasero-unwrapped.version}";
77

8-
paths = [ brasero-original ];
8+
paths = [ brasero-unwrapped ];
99
nativeBuildInputs = [ makeWrapper ];
1010

1111
postBuild = ''
@@ -14,5 +14,5 @@ in symlinkJoin {
1414
--prefix LD_PRELOAD : ${lib.makeLibraryPath [ libdvdcss ]}/libdvdcss.so
1515
'';
1616

17-
inherit (brasero-original) meta;
17+
inherit (brasero-unwrapped) meta;
1818
}

pkgs/top-level/aliases.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ mapAliases {
190190
bpb = throw "bpb has been removed as it is unmaintained and not compatible with recent Rust versions"; # Added 2024-04-30
191191
bpftool = bpftools; # Added 2021-05-03
192192
bpytop = throw "bpytop has been deprecated by btop"; # Added 2023-02-16
193+
brasero-original = lib.warn "Use 'brasero-unwrapped' instead of 'brasero-original'" brasero-unwrapped; # Added 2024-09-29
193194
bro = throw "'bro' has been renamed to/replaced by 'zeek'"; # Converted to throw 2023-09-10
194195
bs-platform = throw "'bs-platform' was removed as it was broken, development ended and 'melange' has superseded it"; # Added 2024-07-29
195196

pkgs/top-level/all-packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4161,7 +4161,7 @@ with pkgs;
41614161

41624162
bozohttpd-minimal = bozohttpd.override { minimal = true; };
41634163

4164-
brasero-original = lowPrio (callPackage ../tools/cd-dvd/brasero { });
4164+
brasero-unwrapped = callPackage ../tools/cd-dvd/brasero { };
41654165

41664166
brasero = callPackage ../tools/cd-dvd/brasero/wrapper.nix { };
41674167

0 commit comments

Comments
 (0)