mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
commit
aa18f24f4b
@ -0,0 +1,21 @@
|
|||||||
|
{ stdenv, buildGoPackage, fetchFromGitLab }:
|
||||||
|
|
||||||
|
buildGoPackage rec {
|
||||||
|
name = "mm-${version}";
|
||||||
|
version = "2016.11.04";
|
||||||
|
|
||||||
|
goPackagePath = "gitlab.com/meutraa/mm";
|
||||||
|
|
||||||
|
src = fetchFromGitLab {
|
||||||
|
owner = "meutraa";
|
||||||
|
repo = "mm";
|
||||||
|
rev = "473fdd97285168054b672dbad2ffc4047324c518";
|
||||||
|
sha256 = "1s8v5gxpw1sms1g3i8nq2x2mmmyz97qkmxs1fzlspfcd6i8vknkp";
|
||||||
|
};
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "A file system based matrix client";
|
||||||
|
homepage = https://gitlab.com/meutraa/mm;
|
||||||
|
license = stdenv.lib.licenses.isc;
|
||||||
|
};
|
||||||
|
}
|
@ -14014,6 +14014,8 @@ in
|
|||||||
|
|
||||||
normalize = callPackage ../applications/audio/normalize { };
|
normalize = callPackage ../applications/audio/normalize { };
|
||||||
|
|
||||||
|
mm = callPackage ../applications/networking/instant-messengers/mm { };
|
||||||
|
|
||||||
mplayer = callPackage ../applications/video/mplayer ({
|
mplayer = callPackage ../applications/video/mplayer ({
|
||||||
pulseSupport = config.pulseaudio or false;
|
pulseSupport = config.pulseaudio or false;
|
||||||
libdvdnav = libdvdnav_4_2_1;
|
libdvdnav = libdvdnav_4_2_1;
|
||||||
|
Loading…
Reference in New Issue
Block a user