Update references to 'rLang' to the new name 'R'.
This commit is contained in:
parent
d1c3c10d95
commit
400d4a03b0
@ -1,7 +1,7 @@
|
|||||||
{ kde, kdelibs, libspectre, analitza, rLang, pkgconfig, gfortran, libqalculate }:
|
{ kde, kdelibs, libspectre, analitza, R, pkgconfig, gfortran, libqalculate }:
|
||||||
kde {
|
kde {
|
||||||
|
|
||||||
buildInputs = [ kdelibs libspectre analitza rLang gfortran libqalculate];
|
buildInputs = [ kdelibs libspectre analitza R gfortran libqalculate];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
||||||
|
@ -1,26 +1,25 @@
|
|||||||
{ stdenv, fetchurl, cmake, rLang, zlib }:
|
{ stdenv, fetchurl, cmake, R, zlib }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "biolib-${version}";
|
name = "biolib-${version}";
|
||||||
|
|
||||||
version = "0.0.1";
|
version = "0.0.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://bio3.xparrot.eu/download/nix-biology/biolib-${version}.tar.gz";
|
url = "http://bio3.xparrot.eu/download/nix-biology/biolib-${version}.tar.gz";
|
||||||
sha256 = "1la639rs0v4f3ayvarqv0yxwlnwn188bb1v71d2ybw1xr6gdy688";
|
sha256 = "1la639rs0v4f3ayvarqv0yxwlnwn188bb1v71d2ybw1xr6gdy688";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [cmake rLang zlib];
|
buildInputs = [cmake R zlib];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
homepage = "http://biolib.open-bio.org/";
|
||||||
description = "BioLib";
|
description = "BioLib";
|
||||||
longDescription =
|
|
||||||
''
|
|
||||||
BioLib brings together a set of opensource libraries written
|
|
||||||
in C/C++ and makes them available for major Bio* languages:
|
|
||||||
BioPerl, BioRuby, BioPython
|
|
||||||
'';
|
|
||||||
license = "GPL2";
|
license = "GPL2";
|
||||||
homepage = http://biolib.open-bio.org/;
|
longDescription = ''
|
||||||
|
BioLib brings together a set of opensource libraries written
|
||||||
|
in C/C++ and makes them available for major Bio* languages:
|
||||||
|
BioPerl, BioRuby, BioPython
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -1522,7 +1522,7 @@ in
|
|||||||
rhpl = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
rhpl = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||||
rigsofrods = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
rigsofrods = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||||
rili = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
rili = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||||
rLang = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
R = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||||
rockbox_utility = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
rockbox_utility = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||||
rpm = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
rpm = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||||
rrdtool = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
rrdtool = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user