open-pdf-presenter: remove
This commit is contained in:
parent
51c13292bd
commit
ae4fe67cd3
@ -1,22 +0,0 @@
|
||||
{ stdenv, fetchFromGitHub, cmake, qt4, pythonPackages }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "open-pdf-presenter-git-2014-09-23";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "olabini";
|
||||
repo = "open-pdf-presenter";
|
||||
rev = "f14930871b60b6ba50298c27377605e0a5fdf124";
|
||||
sha256 = "1lfqb60zmjmsvzpbz29m8yxlzs2fscingyk8jvisng1y921726rr";
|
||||
};
|
||||
|
||||
buildInputs = [ cmake qt4 pythonPackages.poppler-qt4 ];
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/olabini/open-pdf-presenter;
|
||||
description = "A program for presenting PDFs on multi-monitor settings (typically a laptop connected to a overhead projector)";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
maintainers = [ ];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
};
|
||||
}
|
@ -4139,8 +4139,6 @@ with pkgs;
|
||||
|
||||
update-resolv-conf = callPackage ../tools/networking/openvpn/update-resolv-conf.nix { };
|
||||
|
||||
open-pdf-presenter = callPackage ../applications/misc/open-pdf-presenter { };
|
||||
|
||||
openvswitch = callPackage ../os-specific/linux/openvswitch { };
|
||||
|
||||
optipng = callPackage ../tools/graphics/optipng {
|
||||
|
Loading…
Reference in New Issue
Block a user