Remove Mac-only overlays
This commit is contained in:
committed by
greg-compass
parent
23d4ffc12b
commit
730cefd175
@@ -75,10 +75,4 @@ in rec {
|
||||
xontrib-vox
|
||||
];
|
||||
});
|
||||
|
||||
#bitwarden = macOver ./mac/bitwarden.nix "bitwarden";
|
||||
#gnucash = macOver ./mac/gnucash.nix "gnucash";
|
||||
#handbrake = macOver ./mac/handbrake.nix "handbrake";
|
||||
#onlyoffice-bin = macOver ./mac/onlyoffice-bin.nix "onlyoffice-bin";
|
||||
#vlc = macOver ./mac/vlc.nix "vlc";
|
||||
}
|
||||
|
||||
@@ -1,32 +0,0 @@
|
||||
{ stdenv, fetchurl,
|
||||
undmg,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2022.10.1";
|
||||
pname = "Bitwarden";
|
||||
|
||||
buildInputs = [
|
||||
undmg
|
||||
];
|
||||
sourceRoot = ".";
|
||||
phases = [
|
||||
"unpackPhase"
|
||||
"installPhase"
|
||||
];
|
||||
installPhase = ''
|
||||
mkdir -p "$out/Applications"
|
||||
cp -r Bitwarden*.app "$out/Applications"
|
||||
'';
|
||||
|
||||
src = fetchurl {
|
||||
name = "Bitwarden-${version}.dmg";
|
||||
url = "https://github.com/bitwarden/clients/releases/download/desktop-v${version}/Bitwarden-${version}-universal.dmg";
|
||||
sha256 = "sha256-6O8xaGBaG4d6l9QRtGM5wj9OCMFy87dH8N1MfEBBjck=";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Bitwarden, an open source password management tool";
|
||||
homepage = "https://bitwarden.com";
|
||||
};
|
||||
}
|
||||
@@ -1,32 +0,0 @@
|
||||
{ stdenv, fetchurl,
|
||||
undmg,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "4.12";
|
||||
pname = "GnuCash";
|
||||
|
||||
buildInputs = [
|
||||
undmg
|
||||
];
|
||||
sourceRoot = ".";
|
||||
phases = [
|
||||
"unpackPhase"
|
||||
"installPhase"
|
||||
];
|
||||
installPhase = ''
|
||||
mkdir -p "$out/Applications"
|
||||
cp -r Gnucash*.app "$out/Applications"
|
||||
'';
|
||||
|
||||
src = fetchurl {
|
||||
name = "${pname}-${version}.dmg";
|
||||
url = "https://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/${version}/Gnucash-Intel-${version}-1.dmg";
|
||||
sha256 = "sha256-GXsGOk+F/QdcD19ZmZmor0upCFHa7iy3Hs4CLbiby1M=";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "GnuCash is free accounting software for your local machine";
|
||||
homepage = "https://www.gnucash.org";
|
||||
};
|
||||
}
|
||||
@@ -1,32 +0,0 @@
|
||||
{ stdenv, fetchurl,
|
||||
undmg,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "1.5.1";
|
||||
pname = "HandBrake";
|
||||
|
||||
buildInputs = [
|
||||
undmg
|
||||
];
|
||||
sourceRoot = ".";
|
||||
phases = [
|
||||
"unpackPhase"
|
||||
"installPhase"
|
||||
];
|
||||
installPhase = ''
|
||||
mkdir -p "$out/Applications"
|
||||
cp -r ${pname}*.app "$out/Applications"
|
||||
'';
|
||||
|
||||
src = fetchurl {
|
||||
name = "${pname}-${version}.dmg";
|
||||
url = "https://github.com/HandBrake/HandBrake/releases/download/${version}/${pname}-${version}.dmg";
|
||||
sha256 = "sha256-dnyxYxTjhpxCz/eNuSvK16f6qGHHD5exMm/jaGxith8=";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "HandBrake is an open source video transcoder";
|
||||
homepage = "https://handbrake.fr/";
|
||||
};
|
||||
}
|
||||
@@ -1,32 +0,0 @@
|
||||
{ stdenv, fetchurl,
|
||||
undmg,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "7.2.1";
|
||||
pname = "onlyoffice";
|
||||
|
||||
buildInputs = [
|
||||
undmg
|
||||
];
|
||||
sourceRoot = ".";
|
||||
phases = [
|
||||
"unpackPhase"
|
||||
"installPhase"
|
||||
];
|
||||
installPhase = ''
|
||||
mkdir -p "$out/Applications"
|
||||
cp -r *.app "$out/Applications"
|
||||
'';
|
||||
|
||||
src = fetchurl {
|
||||
name = "${pname}-${version}.dmg";
|
||||
url = "https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v${version}/ONLYOFFICE-x86_64.dmg";
|
||||
sha256 = "sha256-dsuTaZ+IqsDE/j78ht0Md5NoqQ090cJ4u5LClu3tSp0=";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "OnlyOffice provides a suite of Office-like document editors for the desktop and web.";
|
||||
homepage = "https://www.onlyoffice.com/";
|
||||
};
|
||||
}
|
||||
@@ -1,32 +0,0 @@
|
||||
{ stdenv, fetchurl,
|
||||
undmg,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "3.0.17.3";
|
||||
pname = "vlc";
|
||||
|
||||
buildInputs = [
|
||||
undmg
|
||||
];
|
||||
sourceRoot = ".";
|
||||
phases = [
|
||||
"unpackPhase"
|
||||
"installPhase"
|
||||
];
|
||||
installPhase = ''
|
||||
mkdir -p "$out/Applications"
|
||||
cp -r *.app "$out/Applications"
|
||||
'';
|
||||
|
||||
src = fetchurl {
|
||||
name = "${pname}-${version}.dmg";
|
||||
url = "https://get.videolan.org/vlc/${version}/macosx/${pname}-${version}-intel64.dmg";
|
||||
sha256 = "sha256-zKJn8sUa5WjgLztNimrbqHsr3l8BGiuHxZXBAtifEdg=";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "VLC is a very versatile video player.";
|
||||
homepage = "https://www.videolan.org/";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user