Fabian Affolter
0d89642269
nitrokey-app: format with nixpkgs-fmt
2023-11-26 11:30:51 +01:00
Fabian Affolter
03e44c932b
nitrokey-app: add changelog to meta
2023-11-26 11:30:51 +01:00
Fabian Affolter
b1475566ff
nitrokey-app: specify license
2023-11-26 11:30:51 +01:00
K900
6edd6f71c7
treewide: clean up all qttranslations workarounds
...
There are two kinds of changes here:
- removing explicit qttranslations path hardcoding from applications that were patched to do it
- replacing qttranslations in buildInputs with qttools for packages that really depend on the latter
After this, qttranslation is never used outside Qt itself, as it should.
2023-08-15 22:11:39 +03:00
Nicolas Benes
c42fe31f1e
nitrokey-app: add panicgh to maintainers
2023-03-27 18:45:52 +02:00
Nicolas Benes
2645079477
nitrokey-app: use system libnitrokey and cppcodec
...
Do not use the git submodule in nitrokey-app.
2023-03-27 14:06:38 +02:00
Nicolas Benes
771d39638b
nitrokey-udev-rules: replace with libnitrokey
2023-03-27 04:02:13 +02:00
Franz Pletz
c092a502df
treewide: remove myself as maintainer from some pkgs
...
Only packages I'm not able to maintain anymore as of today. Mostly
because I'm haven't been using them in a while.
2022-08-03 14:17:51 +02:00
Artturin
33cce15e42
treewide: remove meta.repositories
...
there's no documentation for meta.repositories and its not widely used
2022-03-24 23:56:14 +02:00
Luflosi
745071926d
nitrokey-app: fix typo in longDescription
2022-01-25 15:17:09 +01:00
Kai Harries
d27be236f1
nitrokey-app: 1.3.2 -> 1.4.2
...
The optional argument group was removed because it is no longer used
in the udev-rules that come with the libnitrokey.
2021-01-18 07:36:44 +01:00
Ben Siraphob
76f93cc731
pkgs/tools: pkgconfig -> pkg-config
2021-01-16 23:49:59 -08:00
Ben Siraphob
8c5d37129f
pkgs/tools: stdenv.lib -> lib
2021-01-15 17:12:36 +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
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Merijn Broeren
133103d709
treewide: replace make/build/configure/patchFlags with nix lists
2019-12-30 12:58:11 +01:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Thomas Tuegel
51d78034a1
wrapQtAppsHook: Remove ad hoc Qt wrappers
2019-07-05 10:42:08 -05:00
schneefux
3831ed4ad2
nitrokey-app: 1.3.1 -> 1.3.2
2018-10-08 14:28:51 +02:00
schneefux
eb5eacb0e9
nitrokey-app: use fetchFromGitHub instead of fetchgit
2018-10-08 14:23:03 +02:00
Franz Pletz
472ab64e0f
nitrokey-app: 1.2 -> 1.3.1
2018-07-15 21:41:46 +02:00
Ryan Mulligan
af9d10a91b
treewide: fix derivation names
2018-05-28 05:59:57 -07:00
Matthew Bauer
73b11060fc
treewide: add more versions to package names
2018-05-25 15:48:30 -05:00
Kai Harries
d01f0530ac
nitrokey-app: 1.1 -> 1.2
2017-12-27 18:37:27 +01:00
Franz Pletz
5e4a797888
nitrokey-udev-rules: init
2017-05-26 00:47:46 +02:00
Franz Pletz
932091f333
nitrokey-app: 1.0 -> 1.1
2017-05-26 00:47:46 +02:00
Kai Harries
ba002a4215
nitrokey-app: 0.6.3 -> 1.0
...
The nitrokey-app is now fetched from git because a submodule is needed
for compilation.
2017-05-26 00:42:38 +02:00
Kai
91d2dc00bb
nitrokey-app: 0.5.1 -> 0.6.3 ( #24219 )
...
* nitrokey-app: 0.5.1 -> 0.6.3
* Fix (native)buildInputs and refactor
2017-04-14 15:34:36 -05:00
Kai Harries
0ef41e5477
nitrokey-app: 0.4.0 -> 0.5.1
2016-10-22 22:28:27 +02:00
Kai Harries
c43243f085
nitrokey-app: add kaiha as maintainer
2016-10-20 07:15:45 +02:00
Kai Harries
caeb218023
nitrokey-app: init at 0.4.0
...
Provides extra functionality for the Nitrokey Pro and Storage.
See https://github.com/Nitrokey/nitrokey-app and
https://www.nitrokey.com/download for information about the
nitrokey-app.
2016-10-02 18:43:26 +02:00