forked from mirrors/nixpkgs
parent
08ee74e796
commit
d21d6544c3
|
@ -1,8 +1,8 @@
|
|||
{ stdenv, fetchFromGitHub, cmake, extra-cmake-modules, pkgconfig
|
||||
, qtbase, qtimageformats, qtwebkit, qtx11extras
|
||||
, qtbase, qtimageformats, qtwebkit, qtx11extras, mkDerivation
|
||||
, libarchive, libXdmcp, libpthreadstubs, xcbutilkeysyms }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
mkDerivation rec {
|
||||
name = "zeal-${version}";
|
||||
version = "0.6.1";
|
||||
|
||||
|
|
Loading…
Reference in a new issue