bustle: remove

The Haskell version is abandoned and no longer compiles.
This commit is contained in:
Jan Tojnar
2024-04-22 21:11:27 +02:00
committed by Maxine Aubrey
parent c7444c4b54
commit 3b9574b557
3 changed files with 0 additions and 19 deletions
@@ -940,22 +940,6 @@ self: super: {
# https://github.com/Euterpea/Euterpea2/issues/40
Euterpea = doJailbreak super.Euterpea;
# Install icons, metadata and cli program.
bustle = appendPatches [
# Fix build with libpcap 1.10.2
# https://gitlab.freedesktop.org/bustle/bustle/-/merge_requests/21
(pkgs.fetchpatch {
url = "https://gitlab.freedesktop.org/bustle/bustle/-/commit/77e2de892cd359f779c84739682431a66eb8cf31.patch";
hash = "sha256-sPb6/Z/ANids53aL9VsMHa/v5y+TA1ZY3jwAXlEH3Ec=";
})
] (overrideCabal (drv: {
buildDepends = [ pkgs.libpcap ];
buildTools = with pkgs.buildPackages; [ gettext perl help2man ];
postInstall = ''
make install PREFIX=$out
'';
}) super.bustle);
# Byte-compile elisp code for Emacs.
ghc-mod = overrideCabal (drv: {
preCheck = "export HOME=$TMPDIR";
-2
View File
@@ -4464,8 +4464,6 @@ with pkgs;
bundletool = callPackage ../development/tools/bundletool { };
bustle = haskellPackages.bustle;
bwm_ng = callPackage ../tools/networking/bwm-ng { };
bwbasic = callPackage ../development/interpreters/bwbasic { };
-1
View File
@@ -266,7 +266,6 @@ let
agda
arion
bench
bustle
blucontrol
cabal-install
cabal2nix