summary refs log tree commit diff
path: root/pkgs/tools/misc/yubikey-personalization-gui
Commit message (Collapse)AuthorAge
* tools/misc: replace name with pname&versionFelix Buehler2021-08-03
|
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* pkgs/tools: pkgconfig -> pkg-configBen Siraphob2021-01-16
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* yubikey-personalization-gui: install man, desktop files and iconsJaka Hudoklin2019-09-23
|
* yubikey-personalization-gui: use qt wrapped mkDerivationTerje Larsen2019-08-03
|
* treewide: remove wkennington as maintainerJörg Thalheim2019-01-26
| | | | | | He prefers to contribute to his own nixpkgs fork triton. Since he is still marked as maintainer in many packages this leaves the wrong impression he still maintains those.
* yubikey-personalization-gui: port to qt5Maximilian Bosch2018-05-04
| | | | | | | Uses QT5's `qmake` hook (http://doc.qt.io/qt-5/qmake-manual.html) to build `yubikey-personalization-gui` with a non-90s interface. See #33248
* yubikey-personalization-gui: 3.1.24 -> 3.1.25Ryan Mulligan2018-02-27
| | | | | | | | | | Semi-automatic update. These checks were performed: - built on NixOS - found 3.1.25 with grep in /nix/store/zf6w45davybf2ajmcsd9p9gbhja441n3-yubikey-personalization-gui-3.1.25 - found 3.1.25 in filename of file in /nix/store/zf6w45davybf2ajmcsd9p9gbhja441n3-yubikey-personalization-gui-3.1.25 cc "@wkennington"
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* yubikey-personalization-gui: move to qmake4HookNikolay Amiantov2016-04-20
|
* yubikey-personalization-gui: 3.1.21 -> 3.1.24Marius Bakke2016-03-20
|
* yubikey-personalization-gui: 3.1.20 -> 3.1.21William A. Kennington III2015-09-18
|
* Yubico Suite: Update to latest releases.Moritz Ulrich2015-04-09
| | | | | | yubico-piv-tool -> 0.1.6 yubikey-personalization -> 1.17.1 yubikey-personalization-gui-3 -> 3.1.20
* yubikey-personalization-gui: 3.1.16 -> 3.1.18William A. Kennington III2015-01-02
|
* yubikey-personalization-gui: Add derivationWilliam A. Kennington III2014-10-24