More version attribute tidying where maintainers |= nckx
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
let
|
||||
getmodel = name: sha256: {
|
||||
inherit name;
|
||||
src = fetchurl {
|
||||
url = "http://www.tmbdev.net/ocropy/${name}";
|
||||
inherit sha256;
|
||||
};
|
||||
inherit name;
|
||||
};
|
||||
|
||||
models = [
|
||||
@@ -16,10 +16,10 @@ let
|
||||
"1wlwvxn91ilgmlri1hj81arl3mbzxc24ycdnkf5icq4hdi4c6y8b")
|
||||
];
|
||||
|
||||
version = "20150316";
|
||||
in
|
||||
pythonPackages.buildPythonPackage {
|
||||
pythonPackages.buildPythonPackage rec {
|
||||
name = "ocropus-${version}";
|
||||
version = "20150316";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
sha256 = "0m5bm2ah3p29c13vp7hz7rm058qnlm840zd8xv20byijhlz0447g";
|
||||
@@ -49,7 +49,6 @@ pythonPackages.buildPythonPackage {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
inherit version;
|
||||
description = "Open source document analysis and OCR system";
|
||||
license = licenses.asl20;
|
||||
homepage = https://github.com/tmbdev/ocropy/;
|
||||
|
||||
@@ -7,13 +7,14 @@
|
||||
}:
|
||||
|
||||
let
|
||||
version = "1.11";
|
||||
mkFlag = flag: name: if flag
|
||||
then "--enable-${name}"
|
||||
else "--disable-${name}";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
stdenv.mkDerivation rec {
|
||||
name = "redshift-${version}";
|
||||
version = "1.11";
|
||||
|
||||
src = fetchurl {
|
||||
sha256 = "0ngkwj7rg8nfk806w0sg443w6wjr91xdc0zisqfm5h2i77wm1qqh";
|
||||
url = "https://github.com/jonls/redshift/releases/download/v${version}/redshift-${version}.tar.xz";
|
||||
@@ -51,7 +52,6 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
inherit version;
|
||||
description = "Gradually change screen color temperature";
|
||||
longDescription = ''
|
||||
The color temperature is set according to the position of the
|
||||
|
||||
Reference in New Issue
Block a user