Commit graph

16 commits

Author SHA1 Message Date
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob 76f93cc731 pkgs/tools: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08: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
Jaka Hudoklin 8e9febbcbb
yubikey-personalization-gui: install man, desktop files and icons 2019-09-23 23:12:27 +02:00
Terje Larsen 47c63da51d
yubikey-personalization-gui: use qt wrapped mkDerivation 2019-08-03 13:18:40 +02:00
Jörg Thalheim b5c1deca8a
treewide: remove wkennington as maintainer
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.
2019-01-26 10:05:32 +00:00
Maximilian Bosch a0502800cf
yubikey-personalization-gui: port to qt5
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-05-04 23:07:40 +02:00
Ryan Mulligan 5b9acb2012 yubikey-personalization-gui: 3.1.24 -> 3.1.25
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"
2018-02-27 19:22:50 -08:00
Bjørn Forsman bd01fad0ed Captialize meta.description of all packages
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-06-20 13:55:52 +02:00
Nikolay Amiantov 8ab48c32e7 yubikey-personalization-gui: move to qmake4Hook 2016-04-20 18:55:56 +03:00
Marius Bakke 23befca742 yubikey-personalization-gui: 3.1.21 -> 3.1.24 2016-03-20 18:49:05 +00:00
William A. Kennington III f1c67b858d yubikey-personalization-gui: 3.1.20 -> 3.1.21 2015-09-18 14:52:51 -07:00
Moritz Ulrich 4e51a466bd Yubico Suite: Update to latest releases.
yubico-piv-tool               -> 0.1.6
yubikey-personalization       -> 1.17.1
yubikey-personalization-gui-3 -> 3.1.20
2015-04-09 12:56:38 +02:00
William A. Kennington III 4ca9e064e8 yubikey-personalization-gui: 3.1.16 -> 3.1.18 2015-01-02 10:43:55 -08:00
William A. Kennington III ce590c3fc7 yubikey-personalization-gui: Add derivation 2014-10-24 16:37:37 -07:00