Sandro Jäckel
1766f30971
yubioath-desktop: fix icon
2021-04-16 21:45:43 +02:00
Marc 'risson' Schmitt
dba0cfb2d9
yubioath-desktop: 5.0.4 -> 5.0.5
...
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2021-04-16 17:56:26 +02:00
Ben Siraphob
108bdac3d9
pkgs/applications: stdenv.lib -> lib
2021-01-15 14:24:03 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
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
2021-01-11 10:38:22 +01:00
Jörg Thalheim
8406e0bcd1
yubioath-desktop: fix python git dependency ( #104884 )
...
fixes https://github.com/NixOS/nixpkgs/issues/104826
2020-11-25 14:21:35 +00:00
R. RyanTM
9e9d6d8bf8
yubioath-desktop: 5.0.3 -> 5.0.4
2020-05-27 22:08:45 +00:00
Marc 'risson' Schmitt
385289b9bd
yubioath-desktop: 5.0.2 -> 5.0.3
2020-04-15 16:13:43 +02:00
Marc 'risson' Schmitt
3d0626f950
yubioath-desktop: 4.3.6 -> 5.0.2
2020-02-27 07:28:46 +01:00
Benjamin Staffin
ccf6d84366
yubioath-desktop: Fix desktop launcher icon ( #67793 )
2019-08-31 08:14:46 -04:00
Terje Larsen
55565b0f69
yubioath-desktop: use qt wrapped mkDerivation
2019-08-04 22:05:58 +09:00
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
Will Dietz
73466a5e42
yubioath-desktop: 4.3.4 -> 4.3.6
2019-05-29 23:33:52 -05:00
Florian Klink
bfc590572f
yubioath-desktop: prefix QML2_IMPORT_PATH
...
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-03-09 15:32:57 +01:00
Jörg Thalheim
3c2d5eba5f
yubioath-desktop: add myself as maintainer
2019-01-17 22:33:24 +00:00
Jörg Thalheim
d43b26f594
yubioath-desktop: 3.1.0 -> 4.3.4
2019-01-17 22:33:13 +00:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Vladimír Čunát
f7781f5293
Merge branch 'master' into staging
2018-06-30 01:41:59 +02:00
Jan Tojnar
3784fd5e46
pcsclite: split package
2018-06-29 04:40:54 +02:00
Silvan Mosberger
57bccb3cb8
treewide: http -> https sources ( #42676 )
...
* 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
2018-06-28 20:43:35 +02:00
Jon Meredith
d9340971d9
Add yubioath-desktop application and required pyscard module to support it
2017-01-18 19:13:31 -08:00