Merge pull request #170182 from armeenm/remove-lighthouse
lighthouse: remove
This commit is contained in:
commit
2e3f136aa3
@ -1,35 +0,0 @@
|
||||
{ lib, stdenv, fetchFromGitHub, pkg-config
|
||||
, libX11, libxcb, cairo, gtk2, pango, python27, python3
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "lighthouse";
|
||||
version = "unstable-2016-07-20";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "emgram769";
|
||||
repo = "lighthouse";
|
||||
rev = "d1813ef8e2aca9f6b3609b1e0c6d1d5ee683281a";
|
||||
sha256 = "0v6ylm49f1b44zwq1y1gqxp2csyqblplr24ajllc2q3r0sc9m1ys";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [
|
||||
libX11 libxcb cairo gtk2 pango python27 python3
|
||||
];
|
||||
|
||||
makeFlags = [ "PREFIX=\${out}" ];
|
||||
|
||||
preFixup = "chmod +x $out/share/lighthouse/.config/lighthouse/google.py";
|
||||
|
||||
postFixup = "chmod -x $out/share/lighthouse/.config/lighthouse/google.py";
|
||||
|
||||
meta = with lib; {
|
||||
description = "A simple flexible popup dialog to run on X";
|
||||
homepage = "https://github.com/emgram769/lighthouse";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ramkromberg ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
}
|
@ -684,6 +684,7 @@ mapAliases ({
|
||||
libva-full = throw "'libva-full' has been renamed to/replaced by 'libva'"; # Converted to throw 2022-02-22
|
||||
libva1-full = throw "'libva1-full' has been renamed to/replaced by 'libva1'"; # Converted to throw 2022-02-22
|
||||
libwnck3 = libwnck;
|
||||
lighthouse = throw "lighthouse has been removed: abandoned by upstream"; # Added 2022-04-24
|
||||
lilypond-unstable = lilypond; # Added 2021-03-11
|
||||
lilyterm = throw "lilyterm has been removed from nixpkgs, because it was relying on a vte version that depended on python2"; # Added 2022-01-14
|
||||
lilyterm-git = throw "lilyterm-git has been removed from nixpkgs, because it was relying on a vte version that depended on python2"; # Added 2022-01-14
|
||||
|
@ -27722,8 +27722,6 @@ with pkgs;
|
||||
|
||||
lightburn = libsForQt5.callPackage ../applications/graphics/lightburn { };
|
||||
|
||||
lighthouse = callPackage ../applications/misc/lighthouse { };
|
||||
|
||||
lighthouse-steamvr = callPackage ../tools/misc/lighthouse-steamvr { };
|
||||
|
||||
lighttable = callPackage ../applications/editors/lighttable {};
|
||||
|
Loading…
Reference in New Issue
Block a user