open-pdf-presenter: remove

This commit is contained in:
Jan Tojnar 2018-05-03 13:16:55 +02:00
parent 51c13292bd
commit ae4fe67cd3
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
2 changed files with 0 additions and 24 deletions

View File

@ -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;
};
}

View File

@ -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 {