Skip to content

Commit d933c63

Browse files
authored
xsv: remove (#377107)
2 parents 258b01b + 5419f85 commit d933c63

File tree

3 files changed

+1
-38
lines changed

3 files changed

+1
-38
lines changed

pkgs/tools/text/xsv/default.nix

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

pkgs/top-level/aliases.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,6 +1535,7 @@ mapAliases {
15351535
xonsh-unwrapped = python3Packages.xonsh; # Added 2024-06-18
15361536
xplayer = throw "xplayer has been removed as the upstream project was archived"; # Added 2024-12-27
15371537
xprite-editor = throw "'xprite-editor' has been removed due to lack of maintenance upstream. Consider using 'pablodraw' or 'aseprite' instead"; # Added 2024-09-14
1538+
xsv = throw "'xsv' has been removed due to lack of upstream maintenance";
15381539
xulrunner = firefox-unwrapped; # Added 2023-11-03
15391540
xvfb_run = throw "'xvfb_run' has been renamed to/replaced by 'xvfb-run'"; # Converted to throw 2024-10-17
15401541
xwaylandvideobridge = libsForQt5.xwaylandvideobridge; # Added 2024-09-27

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5528,10 +5528,6 @@ with pkgs;
55285528
inherit (darwin.apple_sdk.frameworks) Security;
55295529
};
55305530

5531-
xsv = callPackage ../tools/text/xsv {
5532-
inherit (darwin.apple_sdk.frameworks) Security;
5533-
};
5534-
55355531
xtreemfs = callPackage ../tools/filesystems/xtreemfs { };
55365532

55375533
xorriso = libisoburn;

0 commit comments

Comments
 (0)