about summary refs log tree commit diff
path: root/pkgs/applications/virtualization/virt-manager/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-03-27virt-manager: test with pytest 7Martin Weinelt1-1/+1
2024-01-29virt-manager: add patch to fix test with libvirt 10Franz Pletz1-0/+5
2024-01-07virt-manager: fix testsWeijia Wang1-1/+9
2023-11-15virt-manager: add missing gstreamer dependenciesMikael Fangel1-2/+4
2023-11-11treewide: fix redirected and broken URLsAnthony Roussel1-1/+1
Using the script in maintainers/scripts/update-redirected-urls.sh
2023-08-30virt-manager: fix build on darwinWeijia Wang1-3/+2
2023-08-26treewide: add meta.mainProgram (#251487)Austin Horstman1-0/+1
* skhd: add meta.mainProgram * yabai: add meta.mainProgram * kitty: add meta.mainProgram * alacritty: add meta.mainProgram * thunar: add meta.mainProgram * looking-glass-client: add meta.mainProgram * thunderbird: add meta.mainProgram * ckb-next: add meta.mainProgram * virt-manager: add meta.mainProgram * gh: add meta.mainProgram
2023-08-24virt-manager: produce a macos applicationLinus Heckemann1-1/+3
2023-02-17treewide: remove issue #56943 workaroundsArtturin1-1/+0
checked with diffoscope+difflog and launching the programs i have fixed that issue in my other gir PRs
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2022-09-11virt-manager: 4.0.0 -> 4.1.0K9001-12/+4
2022-08-06virt-manager: fix build on darwinWeijia Wang1-2/+5
2022-05-30virt-manager: remove with over entire scope, do manually patching in ↵Sandro Jäckel1-10/+8
postPatch, remove backport ipaddress
2022-04-18virt-manager: fix setuptools-61 breaking changeFlorian Brandes1-2/+12
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-03-14virt-manager: fix masked tests for libvirt 8.1.0Bernardo Meurer1-2/+2
2022-03-13virt-manager: fix filtered testsBernardo Meurer1-5/+10
2022-03-12virt-manager: compile gsettings schemasBernardo Meurer1-2/+1
2022-03-12virt-manager: disable tests that rely on unfiltered sgioBernardo Meurer1-5/+3
2022-03-11virt-manager: 3.2.0 -> 4.0.0Bernardo Meurer1-16/+18
2021-12-10virt-manager: fix wmclassJoerie de Gram1-0/+4
Use `dontWrapGApps` to prevent double wrapping from breaking wmclass Fixes #150120
2021-09-05virt-manager: Disable storage testIlan Joselevich1-0/+1
2021-05-29virt-manager: fix missing cdrtools (#124408)superherointj1-4/+3
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-20virt-manager: add testssuperherointj1-2/+16
2021-05-08gnome: rename from gnome3Jan Tojnar1-2/+2
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-01virt-manager: 3.1.0 -> 3.2.0 (#120279)Ilan Joselevich1-4/+4
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-10-12virt-manager: 2.2.1 -> 3.1.0Julius Marozas1-3/+4
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-11-21virt-manager: use pnameKirill Boltaev1-2/+2
2019-11-21virt-manager: remove redundant namePrefix assignmentKirill Boltaev1-1/+0
buildPythonApplication does namePrefix = ""
2019-11-20virt-manager: use setupPyGlobalFlagsKirill Boltaev1-11/+1
2019-08-20treewide: update globin's maintained drvsRobin Gloster1-1/+1
2019-07-20virtmanager: 2.2.0 -> 2.2.1R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/virt-manager/versions
2019-07-12virtmanager: remove redundant gtk3 dependencyKirill Boltaev1-1/+1
2019-07-12virtmanager: remove redundant gsettings schema compilationKirill Boltaev1-4/+0
Schemas are now compiled in the setup.py.
2019-07-12virtmanager: fix librsvg propagation from wrapGAppsHookKirill Boltaev1-1/+14
Custom buildPhase should be removed once there is support for setupPyDistFlags (not a final name).
2019-07-12virtmanager: add missing GI dependenciesKirill Boltaev1-1/+2
2019-07-03virtmanager: 2.1.0 -> 2.2.0R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/virt-manager/versions
2019-03-12virtmanager: Fix gobject-introspection (#57385)Florian Franzen1-4/+5
2019-02-18Merge remote-tracking branch 'NixOS/master' into stagingMatthew Bauer1-2/+2
2019-02-14virtmanager: 2.0.0 -> 2.1.0R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/virt-manager/versions
2019-02-14gnome3: stop using aliasesJan Tojnar1-1/+1
2018-12-02gobject-introspection: rename packageJan Tojnar1-2/+2
camelCase package name was a huge inconsistency in GNOME package set.
2018-11-07virtmanager: 1.5.1 -> 2.0.0Gabriel Ebner1-7/+7
2018-08-25gtk-vnc: rename from gtkvncJan Tojnar1-2/+2
Upstream uses gtk-vnc, let’s be consistent.
2018-05-13virtmanager: add missing virt-install runtime deps (#40380)xeji1-0/+3
virt-install calls some programs from initrdinject.py that were missing on PATH
2018-03-05virtmanager: 1.5.0 -> 1.5.1Franz Pletz1-2/+2
2018-02-25tree-wide: autorename gnome packages to use dashesJan Tojnar1-4/+4