about summary refs log tree commit diff
path: root/pkgs/tools/misc/yubikey-personalization-gui
AgeCommit message (Collapse)AuthorFilesLines
2022-06-28yubikey-personalization-gui: fix pixmap installationTom Wieczorek1-1/+1
The desktop file was copied over twice, once as desktop file, once as pixmap. Fix this and copy the actual pixmap.
2022-05-29treewide: pkgs/tools: mark broken for darwinRick van Schijndel1-1/+2
All packages that were failing on x86_64-darwin are marked broken. I'm assuming here that these are also broken on aarch64-darwin.
2021-08-03tools/misc: replace name with pname&versionFelix Buehler1-2/+3
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-16pkgs/tools: pkgconfig -> pkg-configBen Siraphob1-2/+2
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-09-23yubikey-personalization-gui: install man, desktop files and iconsJaka Hudoklin1-4/+20
2019-08-03yubikey-personalization-gui: use qt wrapped mkDerivationTerje Larsen1-2/+2
2019-01-26treewide: remove wkennington as maintainerJörg Thalheim1-2/+1
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.
2018-05-04yubikey-personalization-gui: port to qt5Maximilian Bosch1-3/+3
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
2018-02-27yubikey-personalization-gui: 3.1.24 -> 3.1.25Ryan Mulligan1-2/+2
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"
2016-06-20Captialize meta.description of all packagesBjørn Forsman1-1/+1
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)
2016-04-20yubikey-personalization-gui: move to qmake4HookNikolay Amiantov1-7/+3
2016-03-20yubikey-personalization-gui: 3.1.21 -> 3.1.24Marius Bakke1-2/+2
2015-09-18yubikey-personalization-gui: 3.1.20 -> 3.1.21William A. Kennington III1-3/+4
2015-04-09Yubico Suite: Update to latest releases.Moritz Ulrich1-2/+2
yubico-piv-tool -> 0.1.6 yubikey-personalization -> 1.17.1 yubikey-personalization-gui-3 -> 3.1.20
2015-01-02yubikey-personalization-gui: 3.1.16 -> 3.1.18William A. Kennington III1-2/+2
2014-10-24yubikey-personalization-gui: Add derivationWilliam A. Kennington III1-0/+29