about summary refs log tree commit diff
path: root/pkgs/applications/misc/yubioath-desktop/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-11-22yubioath-desktop: drop as has been replaced by upstreamJörg Thalheim1-76/+0
https://github.com/Yubico/yubioath-flutter is the new stuff. Also the old packages seems to be broken: https://github.com/NixOS/nixpkgs/issues/202295
2022-04-07yubioath-desktop: 5.0.5 -> 5.1.0Terje Larsen1-10/+21
2022-03-31treewide: remove stdenv from buildInputsBen Siraphob1-1/+1
2021-04-16yubioath-desktop: fix iconSandro Jäckel1-1/+1
2021-04-16yubioath-desktop: 5.0.4 -> 5.0.5Marc 'risson' Schmitt1-6/+2
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2021-01-15pkgs/applications: stdenv.lib -> libBen 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-11-25yubioath-desktop: fix python git dependency (#104884)Jörg Thalheim1-0/+4
fixes https://github.com/NixOS/nixpkgs/issues/104826
2020-05-27yubioath-desktop: 5.0.3 -> 5.0.4R. RyanTM1-2/+2
2020-04-15yubioath-desktop: 5.0.2 -> 5.0.3Marc 'risson' Schmitt1-7/+7
2020-02-27yubioath-desktop: 4.3.6 -> 5.0.2Marc 'risson' Schmitt1-8/+15
2019-08-31yubioath-desktop: Fix desktop launcher icon (#67793)Benjamin Staffin1-0/+1
2019-08-04yubioath-desktop: use qt wrapped mkDerivationTerje Larsen1-2/+2
2019-06-16treewide: remove unused variables (#63177)volth1-3/+3
* treewide: remove unused variables * making ofborg happy
2019-05-29yubioath-desktop: 4.3.4 -> 4.3.6Will Dietz1-2/+2
2019-03-09yubioath-desktop: prefix QML2_IMPORT_PATHFlorian Klink1-1/+2
Otherwise, yubioath-desktop can't find pyothersides qml files: QQmlApplicationEngine failed to load component qrc:/qml/main.qml:168 Type YubiKey unavailable qrc:/qml/YubiKey.qml:2 module "io.thp.pyotherside" is not installed [1] 17017 segmentation fault result/bin/yubioath-desktop
2019-01-17yubioath-desktop: add myself as maintainerJörg Thalheim1-1/+2
2019-01-17yubioath-desktop: 3.1.0 -> 4.3.4Jörg Thalheim1-28/+42
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-06-30Merge branch 'master' into stagingVladimír Čunát1-1/+1
2018-06-29pcsclite: split packageJan Tojnar1-1/+1
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger1-1/+1
* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
2017-01-18Add yubioath-desktop application and required pyscard module to support itJon Meredith1-0/+41