Loading pkgs/tools/cd-dvd/ventoy-bin/000-nixos-sanitization.patch→pkgs/tools/cd-dvd/ventoy/000-nixos-sanitization.patch +0 −0 File moved. View file pkgs/tools/cd-dvd/ventoy-bin/default.nix→pkgs/tools/cd-dvd/ventoy/default.nix +5 −6 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ let or (throw "Unsupported platform ${stdenv.hostPlatform.system}"); in stdenv.mkDerivation (finalAttrs: { pname = "ventoy-bin"; pname = "ventoy"; version = "1.0.90"; src = let Loading Loading @@ -183,7 +183,7 @@ stdenv.mkDerivation (finalAttrs: { runHook postInstall ''; meta = with lib; { meta = { homepage = "https://www.ventoy.net"; description = "A New Bootable USB Solution"; longDescription = '' Loading @@ -200,10 +200,9 @@ stdenv.mkDerivation (finalAttrs: { 800+ image files are tested. 90%+ distros in DistroWatch supported. ''; changelog = "https://www.ventoy.net/doc_news.html"; license = licenses.gpl3Plus; maintainers = with maintainers; [ AndersonTorres ]; license = lib.licenses.gpl3Plus; maintainers = with lib.maintainers; [ AndersonTorres ]; platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" "mipsel-linux" ]; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; mainProgram = "ventoy"; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; }; }) pkgs/top-level/all-packages.nix +2 −2 Original line number Diff line number Diff line Loading @@ -1670,8 +1670,8 @@ with pkgs; veikk-linux-driver-gui = libsForQt5.callPackage ../tools/misc/veikk-linux-driver-gui { }; ventoy-bin = callPackage ../tools/cd-dvd/ventoy-bin { }; ventoy-bin-full = ventoy-bin.override { ventoy = callPackage ../tools/cd-dvd/ventoy { }; ventoy-full = ventoy.override { withCryptsetup = true; withXfs = true; withExt4 = true; Loading
pkgs/tools/cd-dvd/ventoy-bin/000-nixos-sanitization.patch→pkgs/tools/cd-dvd/ventoy/000-nixos-sanitization.patch +0 −0 File moved. View file
pkgs/tools/cd-dvd/ventoy-bin/default.nix→pkgs/tools/cd-dvd/ventoy/default.nix +5 −6 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ let or (throw "Unsupported platform ${stdenv.hostPlatform.system}"); in stdenv.mkDerivation (finalAttrs: { pname = "ventoy-bin"; pname = "ventoy"; version = "1.0.90"; src = let Loading Loading @@ -183,7 +183,7 @@ stdenv.mkDerivation (finalAttrs: { runHook postInstall ''; meta = with lib; { meta = { homepage = "https://www.ventoy.net"; description = "A New Bootable USB Solution"; longDescription = '' Loading @@ -200,10 +200,9 @@ stdenv.mkDerivation (finalAttrs: { 800+ image files are tested. 90%+ distros in DistroWatch supported. ''; changelog = "https://www.ventoy.net/doc_news.html"; license = licenses.gpl3Plus; maintainers = with maintainers; [ AndersonTorres ]; license = lib.licenses.gpl3Plus; maintainers = with lib.maintainers; [ AndersonTorres ]; platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" "mipsel-linux" ]; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; mainProgram = "ventoy"; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; }; })
pkgs/top-level/all-packages.nix +2 −2 Original line number Diff line number Diff line Loading @@ -1670,8 +1670,8 @@ with pkgs; veikk-linux-driver-gui = libsForQt5.callPackage ../tools/misc/veikk-linux-driver-gui { }; ventoy-bin = callPackage ../tools/cd-dvd/ventoy-bin { }; ventoy-bin-full = ventoy-bin.override { ventoy = callPackage ../tools/cd-dvd/ventoy { }; ventoy-full = ventoy.override { withCryptsetup = true; withXfs = true; withExt4 = true;