Merge branch 'master' of https://git.gebner.org/gebner/nixos-config
This commit is contained in:
commit
43bb60f2a5
@ -84,6 +84,7 @@
|
|||||||
inkscape
|
inkscape
|
||||||
# libreoffice
|
# libreoffice
|
||||||
jabref
|
jabref
|
||||||
|
pdfpc
|
||||||
|
|
||||||
# haskell dev
|
# haskell dev
|
||||||
cabal2nix
|
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