about summary refs log tree commit diff
path: root/pkgs/applications/misc/qMasterPassword
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2023-12-13qMasterPassword.tests: init version testteutat3s1-0/+9
2023-12-11qMasterPassword: 1.2.4 -> 2.0teutat3s1-14/+18
https://github.com/bkueng/qMasterPassword/compare/v1.2.4...v2.0 Use Qt6 Add wayland variant which uses no x11 build dependencies and disables form filling features
2022-11-21qMasterPassword: back to qt5, qtstyleplugins missing in qt6teutat3s1-2/+1
2022-11-07qMasterPassword: add myself as maintainerteutat3s1-1/+1
2022-11-07qMasterPassword: use qt6teutat3s1-5/+17
2022-11-07qMasterPassword: 1.2.3 -> 1.2.4teutat3s1-2/+2
2022-02-09qMasterPassword: git master -> 1.2.3teutat3s1-5/+5
2022-01-30qMasterPassword: 1.2.2 -> git masterteutat3s1-8/+12
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-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-14qMasterPassword: use qt mkDerivationTadeo Kondrak1-2/+2
2019-01-20qMasterPassword: fix on darwin, add meta.longDescriptionDmitry Kalinkin1-6/+20
2019-01-19qMasterPassword: init at 1.2.2Tadeo Kondrak1-0/+34