megatools: 1.9.97 -> 1.9.98
Signed-off-by: Lluís Batlle i Rossell <viric@viric.name>
This commit is contained in:
parent
9e7ce9010c
commit
40b9506139
@ -1,17 +1,17 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, glib, fuse, curl, glib_networking, gsettings_desktop_schemas
|
{ stdenv, fetchurl, pkgconfig, glib, fuse, curl, glib_networking, gsettings_desktop_schemas
|
||||||
, makeWrapper }:
|
, asciidoc, makeWrapper }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "megatools-${version}";
|
name = "megatools-${version}";
|
||||||
version = "1.9.97";
|
version = "1.9.98";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://megatools.megous.com/builds/${name}.tar.gz";
|
url = "http://megatools.megous.com/builds/${name}.tar.gz";
|
||||||
sha256 = "1wssf8f2ndh43sdzcfc644azqa7bjppl3b9s26mz1pjswmpca5ik";
|
sha256 = "0vx1farp0dpg4zwvxdbfdnzjk9qx3sn109p1r1zl3g3xsaj221cv";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig glib fuse curl makeWrapper
|
buildInputs = [ pkgconfig glib fuse curl makeWrapper
|
||||||
gsettings_desktop_schemas ];
|
gsettings_desktop_schemas asciidoc ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
for i in $(find $out/bin/ -type f); do
|
for i in $(find $out/bin/ -type f); do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user