mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 13:53:24 +00:00
bustle: remove
The Haskell version is abandoned and no longer compiles.
This commit is contained in:
parent
c7444c4b54
commit
3b9574b557
@ -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";
|
||||
|
@ -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 { };
|
||||
|
@ -266,7 +266,6 @@ let
|
||||
agda
|
||||
arion
|
||||
bench
|
||||
bustle
|
||||
blucontrol
|
||||
cabal-install
|
||||
cabal2nix
|
||||
|
Loading…
Reference in New Issue
Block a user