Merge branch 'staging-next' into staging

This commit is contained in:
Vladimír Čunát
2020-10-25 09:47:04 +01:00
418 changed files with 7056 additions and 3808 deletions
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "dos2unix";
version = "7.4.1";
version = "7.4.2";
src = fetchurl {
url = "https://waterlan.home.xs4all.nl/dos2unix/${pname}-${version}.tar.gz";
sha256 = "08w6yywzirsxq8bh87jycvvw922ybhc2l426j2iqzliyn1h8mm8w";
sha256 = "00dfsf4rfyjb5j12gan8xjiirm0asshdz6dmd3l34a7ays6wadb0";
};
nativeBuildInputs = [ perl gettext ];
+1 -1
View File
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
# Remove Windows batch files (unclutter $out/bin)
rm ./bin/*.bat
mkdir -p $out/share/basex" "$out/share/applications"
mkdir -p "$out/share/basex" "$out/share/applications"
cp -R bin etc lib webapp src BaseX.jar "$out"
cp -R readme.txt webapp "$out/share/basex"