Merge pull request #10999 from noctuid/zscroll

zscroll: init at 1.0
This commit is contained in:
Arseniy Seroka 2015-11-14 00:55:48 +03:00
commit 0125adc392
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,27 @@
{ stdenv, lib, python3, python3Packages, fetchFromGitHub }:
let version = "1.0"; in
python3Packages.buildPythonPackage {
name = "zscroll-${version}";
# don't prefix with python version
namePrefix = "";
src = fetchFromGitHub {
owner = "noctuid";
repo = "zscroll";
rev = "v${version}";
sha256 = "0rf9m1czy19hzpcp8dq9c5zawk0nhwfzzjxlhk9r2n06lhb81ig5";
};
doCheck = false;
propogatedBuildInputs = [ python3 ];
meta = with stdenv.lib; {
description = "A text scroller for use with panels and shells";
homepage = https://github.com/noctuid/zscroll;
license = licenses.bsd2;
platforms = platforms.all;
};
}

View File

@ -13710,6 +13710,8 @@ let
zotero = callPackage ../applications/office/zotero {};
zscroll = callPackage ../applications/misc/zscroll {};
zynaddsubfx = callPackage ../applications/audio/zynaddsubfx { };
### GAMES