heme: remove
Upstream project on Sourceforge doesn't exist anymore
This commit is contained in:
parent
c1ef1d8f9b
commit
82da8aaa53
3 changed files with 1 additions and 31 deletions
|
@ -1,29 +0,0 @@
|
||||||
{ stdenv, lib, fetchurl, ncurses }:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
|
||||||
pname = "heme";
|
|
||||||
version = "0.4.2";
|
|
||||||
src = fetchurl {
|
|
||||||
url = "mirror://sourceforge/project/heme/heme/heme-${version}/heme-${version}.tar.gz";
|
|
||||||
sha256 = "0wsrnj5mrlazgqs4252k30aw8m86qw0z9dmrsli9zdxl7j4cg99v";
|
|
||||||
};
|
|
||||||
postPatch = ''
|
|
||||||
substituteInPlace Makefile \
|
|
||||||
--replace "/usr/local" "$out" \
|
|
||||||
--replace "CFLAGS = " "CFLAGS = -I${ncurses.dev}/include " \
|
|
||||||
--replace "LDFLAGS = " "LDFLAGS = -L${ncurses.out}/lib " \
|
|
||||||
--replace "-lcurses" "-lncurses"
|
|
||||||
'';
|
|
||||||
buildInputs = [ ncurses ];
|
|
||||||
preBuild = ''
|
|
||||||
mkdir -p $out/bin
|
|
||||||
mkdir -p $out/man/man1
|
|
||||||
'';
|
|
||||||
meta = with lib; {
|
|
||||||
description = "Portable and fast console hex editor for unix operating systems";
|
|
||||||
homepage = "http://heme.sourceforge.net/";
|
|
||||||
license = licenses.gpl2;
|
|
||||||
platforms = platforms.linux;
|
|
||||||
maintainers = with maintainers; [ cstrahan ];
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -401,6 +401,7 @@ mapAliases ({
|
||||||
hawkthorne = throw "hawkthorne has been removed because it depended on a broken version of love"; # added 2022-01-15
|
hawkthorne = throw "hawkthorne has been removed because it depended on a broken version of love"; # added 2022-01-15
|
||||||
hal-flash = throw "hal-flash has been removed as Adobe Flash Player is now deprecated."; # added 2021-02-07
|
hal-flash = throw "hal-flash has been removed as Adobe Flash Player is now deprecated."; # added 2021-02-07
|
||||||
heimdalFull = heimdal; # added 2018-05-01
|
heimdalFull = heimdal; # added 2018-05-01
|
||||||
|
heme = throw "heme has been removed: upstream is gone"; # added 2022-02-06
|
||||||
hepmc = hepmc2; # added 2019-08-05
|
hepmc = hepmc2; # added 2019-08-05
|
||||||
hexen = throw "hexen (SDL port) has been removed: abandoned by upstream."; # added 2019-12-11
|
hexen = throw "hexen (SDL port) has been removed: abandoned by upstream."; # added 2019-12-11
|
||||||
hicolor_icon_theme = hicolor-icon-theme; # added 2018-02-25
|
hicolor_icon_theme = hicolor-icon-theme; # added 2018-02-25
|
||||||
|
|
|
@ -26340,8 +26340,6 @@ with pkgs;
|
||||||
|
|
||||||
helmholtz = callPackage ../applications/audio/pd-plugins/helmholtz { };
|
helmholtz = callPackage ../applications/audio/pd-plugins/helmholtz { };
|
||||||
|
|
||||||
heme = callPackage ../applications/editors/heme { };
|
|
||||||
|
|
||||||
herbe = callPackage ../applications/misc/herbe { };
|
herbe = callPackage ../applications/misc/herbe { };
|
||||||
|
|
||||||
herbstluftwm = callPackage ../applications/window-managers/herbstluftwm { };
|
herbstluftwm = callPackage ../applications/window-managers/herbstluftwm { };
|
||||||
|
|
Loading…
Reference in a new issue