Skip to content

Commit

Permalink
Merge staging-next into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 21, 2021
2 parents 762f665 + a6245e9 commit df8b201
Show file tree
Hide file tree
Showing 47 changed files with 105 additions and 130 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/opentx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

mkDerivation rec {
pname = "opentx";
version = "2.3.10";
version = "2.3.11";

src = fetchFromGitHub {
owner = "opentx";
repo = "opentx";
rev = "release/${version}";
sha256 = "1pp3k1802gl1rji98clv17wj0619dliq821mpi4446lk22q692yq";
sha256 = "sha256-0B41TkTs4sNGYzpMGbsgCLT2ThkP6foeuwLUIzKKGkU=";
};

nativeBuildInputs = [ cmake gcc-arm-embedded python3Packages.pillow ];
Expand Down
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/terraform/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ in rec {
});

terraform_0_14 = pluggable (generic {
version = "0.14.4";
sha256 = "0kjbx1gshp1lvhnjfigfzza0sbl3m6d9qb3in7q5vc6kdkiplb66";
vendorSha256 = "10vb6gsw7mha99lvx3lbgd80vf0imcqyc0va0y64f6wzaw557n7v";
version = "0.14.5";
sha256 = "0drf049zghpm3ajrn006w621s7bw5r1s8gl77nd1cj2zcw2nzn1r";
vendorSha256 = "0z9mkilazrkpbccnkws4hcc49djdwzn0cdbgqkm9bnp9fyg3rfvs";
patches = [ ./provider-path.patch ];
passthru = { inherit plugins; };
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@

mkDerivation rec {
pname = "neochat";
version = "1.0";
version = "1.0.1";

src = fetchFromGitLab {
domain = "invent.kde.org";
owner = "network";
repo = pname;
rev = "v${version}";
sha256 = "1r9n83kvc5v215lzmzh6hyc5q9i3w6znbf508qk0mdwdzxz4zry9";
sha256 = "sha256-xGqGFJHyoZXHLv/n3UGr/KVbgs5Gc9kKKWIuKMr9DtQ=";
};

nativeBuildInputs = [ cmake extra-cmake-modules pkg-config ];
Expand Down
5 changes: 3 additions & 2 deletions pkgs/applications/networking/sync/rclone/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "rclone";
version = "1.53.3";
version = "1.53.4";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "10nimrq8nmpmfk2d4fx0yp916wk5q027m283izpshrbwvx7l6xx0";
sha256 = "1w6dsf8hw0wap4090ixl01p64yn53xidfdbpy6rc3xaifypj185d";
};

vendorSha256 = "1l4iz31k1pylvf0zrp4nhxna70s1ma4981x6q1s3dhszjxil5c88";
Expand Down Expand Up @@ -39,6 +39,7 @@ buildGoModule rec {
meta = with lib; {
description = "Command line program to sync files and directories to and from major cloud storage";
homepage = "https://rclone.org";
changelog = "https://github.com/rclone/rclone/blob/v${version}/docs/content/changelog.md";
license = licenses.mit;
maintainers = with maintainers; [ danielfullmer marsam ];
};
Expand Down
4 changes: 2 additions & 2 deletions pkgs/applications/office/portfolio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ let
in
stdenv.mkDerivation rec {
pname = "PortfolioPerformance";
version = "0.50.0";
version = "0.50.2";

src = fetchurl {
url = "https://github.com/buchen/portfolio/releases/download/${version}/PortfolioPerformance-${version}-linux.gtk.x86_64.tar.gz";
sha256 = "1jq4if5hx3fwag1dz38sj87av2na1kv4c36hai1gyz9w5qhjv7j8";
sha256 = "sha256-n5tLYrqqM0KUQrlJWZtKGClKONAz3EXBAlEqIrdPBpI=";
};

nativeBuildInputs = [
Expand Down
8 changes: 4 additions & 4 deletions pkgs/applications/science/biology/blast/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ stdenv.mkDerivation rec {
};

sourceRoot = "ncbi-blast-${version}+-src/c++";
configureFlags = [

configureFlags = [
# With flat Makefile we can use all_projects in order not to build extra.
# These extra cause clang to hang on Darwin.
"--with-flat-makefile"
"--without-makefile-auto-update"
"--without-makefile-auto-update"
"--with-dll" # build dynamic libraries (static are default)
];

makeFlags = [ "all_projects=app/" ];

preConfigure = ''
Expand Down
4 changes: 2 additions & 2 deletions pkgs/applications/science/biology/ncbi-tools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
sha256 = "1b2v0dcdqn3bysgdkj57sxmd6s0hc9wpnxssviz399g6plhxggbr";
};

configureFlags = [
configureFlags = [
"--without-debug"
"--with-bin-release"
"--with-dll"
Expand All @@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = {
description = ''NCBI Bioinformatics toolbox (incl. BLAST)'';
longDescription = ''The NCBI Bioinformatics toolsbox, including command-line utilties, libraries and include files. No X11 support'';
homepage = "http://www.ncbi.nlm.nih.gov/IEB/ToolBox/";
homepage = "http://www.ncbi.nlm.nih.gov/IEB/ToolBox/";
license = "GPL";
priority = 5; # zlib.so gives a conflict with zlib
broken = true;
Expand Down
3 changes: 1 addition & 2 deletions pkgs/applications/science/chemistry/molden/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
--replace '-I/usr/X11R6/include' "" \
--replace '/usr/local/' $out/ \
--replace 'sudo' "" \
--replace '-C surf depend' '-C surf'
--replace '-C surf depend' '-C surf'
sed -in '/^# DO NOT DELETE THIS LINE/q;' surf/Makefile
'';

Expand All @@ -41,4 +41,3 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ markuskowa ];
};
}

2 changes: 1 addition & 1 deletion pkgs/applications/science/electronics/geda/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ stdenv.mkDerivation {
};

configureFlags = [
"--disable-update-xdg-database"
"--disable-update-xdg-database"
];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ guile gtk2 flex gawk perl ];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/dumb-init/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "dumb-init";
version = "1.2.4";
version = "1.2.5";

src = fetchFromGitHub {
owner = "Yelp";
repo = pname;
rev = "v${version}";
sha256 = "0v6ggfjl3q5p4hf002ygs8rryyzrg0fqy836p403fq2fgm30k0xx";
sha256 = "sha256-aRh0xfmp+ToXIYjYaducTpZUHndZ5HlFZpFhzJ3yKgs=";
};

buildInputs = [ glibc.static ];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/data/icons/papirus-icon-theme/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "papirus-icon-theme";
version = "20200901";
version = "20210101";

src = fetchFromGitHub {
owner = "PapirusDevelopmentTeam";
repo = pname;
rev = version;
sha256 = "00khqbd7jz97q1kd43kkm6yaa40ml36rh04s76sgbm58srs66v3c";
sha256 = "sha256-RHuT+zJQyhiApeLuh821PMI9dmD20OoRVxezF/uCWoE=";
};

nativeBuildInputs = [
Expand Down
2 changes: 1 addition & 1 deletion pkgs/data/sgml+xml/schemas/xml-dtd/xhtml1/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ stdenv.mkDerivation {
xmlcatalog --noout --create $cat
grep PUBLIC DTD/*.soc | while read x; do
eval a=($x)
xmlcatalog --noout --add public "''${a[1]}" "''${a[2]}" $cat
xmlcatalog --noout --add public "''${a[1]}" "''${a[2]}" $cat
done
''; # */

Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/compilers/apache-flex-sdk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ in stdenv.mkDerivation rec {
for i in $out/bin/!(aasdoc|acompc|amxmlc); do
wrapProgram $i \
--set FLEX_HOME $t \
--set PLAYERGLOBAL_HOME $t/frameworks/libs/player/
--set PLAYERGLOBAL_HOME $t/frameworks/libs/player/
done
mkdir -p $t/frameworks/libs/player/${playerglobal_ver}/
cp ${playerglobal} $t/frameworks/libs/player/${playerglobal_ver}/playerglobal.swc
'';

fixupPhase = ":";

meta = with stdenv.lib; {
Expand Down
8 changes: 4 additions & 4 deletions pkgs/development/compilers/bigloo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ stdenv.mkDerivation rec {
# Fix absolute paths.
sed -e 's=/bin/mv=mv=g' -e 's=/bin/rm=rm=g' \
-e 's=/tmp=$TMPDIR=g' -i autoconf/* \
[Mm]akefile* */[Mm]akefile* */*/[Mm]akefile* \
*/*/*/[Mm]akefile* */*/*/*/[Mm]akefile* \
comptime/Cc/cc.scm gc/install-*
[Mm]akefile* */[Mm]akefile* */*/[Mm]akefile* \
*/*/*/[Mm]akefile* */*/*/*/[Mm]akefile* \
comptime/Cc/cc.scm gc/install-*
# Make sure we don't change string lengths in the generated
# C files.
sed -e 's=/bin/rm= rm=g' -e 's=/bin/mv= mv=g' \
-i comptime/Cc/cc.c
-i comptime/Cc/cc.c
'';

checkTarget = "test";
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/compilers/opendylan/bin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ stdenv.mkDerivation {
tar --strip-components=1 -xjf "$src" -C "$out"
interpreter="$(cat "$NIX_CC"/nix-support/dynamic-linker)"
for a in "$out"/bin/*; do
for a in "$out"/bin/*; do
patchelf --set-interpreter "$interpreter" "$a"
patchelf --set-rpath "$out/lib:${boehmgc.out}/lib" "$a"
done
for a in "$out"/lib/*.so; do
for a in "$out"/lib/*.so; do
patchelf --set-rpath "$out/lib:${boehmgc.out}/lib" "$a"
done
sed -i -e "s|\-lgc|\-L${boehmgc.out}\/lib -lgc|" $out/lib/config.jam
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/angelscript/2.22.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ stdenv.mkDerivation {
preConfigure = ''
cd angelscript/projects/gnuc
sed -i makefile -e "s@LOCAL = .*@LOCAL = $out@"
export SHARED=1
export SHARED=1
export VERSION="${s.version}"
mkdir -p "$out/lib" "$out/bin" "$out/share" "$out/include"
'';
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/amrnb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ stdenv.mkDerivation {
configureFlags = [ "--cache-file=config.cache" "--with-downloader=true" ];

postConfigure = ''
cp $srcAmr 26104-b00.zip
cp $srcAmr 26104-b00.zip
'';

meta = {
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libquotient/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

mkDerivation rec {
pname = "libquotient";
version = "0.6.3";
version = "0.6.4";

src = fetchFromGitHub {
owner = "quotient-im";
repo = "libQuotient";
rev = version;
sha256 = "sha256-RYEcFClRdAippG0kspNi9QZIzZAuU4++9LOQTZcqpVc=";
sha256 = "sha256-bWqZiRv/mJzw+WY+7dLIzYBu8jhglBqgTjiXyQ1y6IQ=";
};

buildInputs = [ qtbase qtmultimedia ];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/libraries/snack/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ stdenv.mkDerivation {

installPhase = ''
mkdir -p $out
make install DESTDIR="$out"
make install DESTDIR="$out"
'';

meta = {
meta = {
description = "The Snack Sound Toolkit (Tcl)";
homepage = "http://www.speech.kth.se/snack/";
license = stdenv.lib.licenses.gpl2;
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/libraries/waylandpp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ stdenv.mkDerivation rec {
sha256 = "1kxiqab48p0n97pwg8c2zx56wqq32m3rcq7qd2pjj33ipcanb3qq";
};

cmakeFlags = [
"-DCMAKE_INSTALL_DATADIR=${placeholder "dev"}"
cmakeFlags = [
"-DCMAKE_INSTALL_DATADIR=${placeholder "dev"}"
] ++ stdenv.lib.optionals (stdenv.hostPlatform != stdenv.buildPlatform) [
"-DWAYLAND_SCANNERPP=${buildPackages.waylandpp}/bin/wayland-scanner++"
];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/mobile/androidenv/emulator.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ deployAndroidPackage {
# Wrap emulator so that it can load required libraries at runtime
wrapProgram $out/libexec/android-sdk/emulator/emulator \
--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [
--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [
pkgs.dbus
pkgs.systemd
]} \
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/mobile/xcodeenv/build-app.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ stdenv.mkDerivation ({
# Be sure that the Xcode wrapper has priority over everything else.
# When using buildInputs this does not seem to be the case.
export PATH=${xcodewrapper}/bin:$PATH
${stdenv.lib.optionalString release ''
export HOME=/Users/$(whoami)
keychainName="$(basename $out)"
Expand All @@ -69,7 +69,7 @@ stdenv.mkDerivation ({
security unlock-keychain -p "" $keychainName
# Import the certificate into the keychain
security import ${certificateFile} -k $keychainName -P "${certificatePassword}" -A
security import ${certificateFile} -k $keychainName -P "${certificatePassword}" -A
# Grant the codesign utility permissions to read from the keychain
security set-key-partition-list -S apple-tool:,apple: -s -k "" $keychainName
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/ocaml-modules/mlgmp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
sha256 = "3ce1a53fa452ff5a9ba618864d3bc46ef32190b57202d1e996ca7df837ad4f24";
};

makeFlags = [
makeFlags = [
"DESTDIR=$(out)/lib/ocaml/${ocaml.version}/site-lib/gmp"
];

Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/mysql/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ stdenv.mkDerivation rec {
sha256 = "06mb2bq7v37wn0lza61917zqgb4bsg1xxb73myjyn88p6khl6yl2";
};

configureFlags = [
"--prefix=$out"
configureFlags = [
"--prefix=$out"
"--libdir=$out/lib/ocaml/${ocaml.version}/site-lib/mysql"
];

Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/colorcet/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

buildPythonPackage rec {
pname = "colorcet";
version = "2.0.2";
version = "2.0.6";

src = fetchPypi {
inherit pname version;
sha256 = "1vkx00im4s6zhr2m1j9r0a5vmhkl488b4xpzxb1pidbl19wi6j2i";
sha256 = "efa44b6f4078261e62d0039c76aba17ac8d3ebaf0bc2291a111aee3905313433";
};

propagatedBuildInputs = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyregion/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ buildPythonPackage rec {
name = "conftest-astropy-3-fix.patch";
url = "https://github.com/astropy/pyregion/pull/136.patch";
sha256 = "13yxjxiqnhjy9gh24hvv6pnwx7qic2mcx3ccr1igjrc3f881d59m";
})
];
})
];

nativeBuildInputs = [ astropy-helpers ];

Expand Down
8 changes: 4 additions & 4 deletions pkgs/development/python-modules/tubeup/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
, buildPythonPackage
, internetarchive
, fetchPypi
, youtube-dlc
, youtube-dl
, docopt
, isPy27
}:

buildPythonPackage rec {
pname = "tubeup";
version = "0.0.20";
version = "0.0.21";

disabled = isPy27;

src = fetchPypi {
inherit pname version;
sha256 = "8bf4004629b8427173c8259e1a09065db99135d6cc390b70a8a67b52a34a3f67";
sha256 = "326a499be032bee7f7ed921d85abff4b3b4dcd2c3d6ad694f08ef98dbcef19b6";
};

postPatch = ''
substituteInPlace setup.py --replace "docopt==0.6.2" "docopt"
'';

propagatedBuildInputs = [ internetarchive docopt youtube-dlc ];
propagatedBuildInputs = [ internetarchive docopt youtube-dl ];

pythonImportsCheck = [ "tubeup" ];

Expand Down
Loading

0 comments on commit df8b201

Please sign in to comment.