Merge branch 'staging-next' into staging
This commit is contained in:
@@ -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 ];
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user