pdfpc is now in nixpkgs!
This commit is contained in:
		
							parent
							
								
									acc697cb21
								
							
						
					
					
						commit
						4fd2b8b67c
					
				@ -84,6 +84,7 @@
 | 
			
		||||
    inkscape
 | 
			
		||||
    # libreoffice
 | 
			
		||||
    jabref
 | 
			
		||||
    pdfpc
 | 
			
		||||
 | 
			
		||||
    # haskell dev
 | 
			
		||||
    cabal2nix
 | 
			
		||||
 | 
			
		||||
@ -1,16 +0,0 @@
 | 
			
		||||
with import <nixpkgs> {};
 | 
			
		||||
stdenv.mkDerivation rec {
 | 
			
		||||
  name = "pdfpc-${version}";
 | 
			
		||||
  version = "2015-04-16";
 | 
			
		||||
 | 
			
		||||
  # fetchFromGitHub doesn't include submodules
 | 
			
		||||
  src = fetchgit {
 | 
			
		||||
    url = "https://github.com/pdfpc/pdfpc.git";
 | 
			
		||||
    rev = "c85ecfbf20050715393f5874124be49853a5e80e";
 | 
			
		||||
    sha256 = "1gb0vn60f81wwz0g9ivacdiqbs5n2d64axr1pd0f3wp7mrwm34pp";
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  buildInputs = [ cmake gtk3 poppler librsvg vala
 | 
			
		||||
      pkgconfig gstreamer gst_plugins_base gnome3.libgee epoxy ]
 | 
			
		||||
    ++ (with xlibs; [ libxcb libXdmcp libpthreadstubs libxshmfence libxkbcommon ]);
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user