summary refs log tree commit diff
path: root/pkgs/os-specific/linux/pam_usb
Commit message (Collapse)AuthorAge
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim2019-02-26
| | | | | | | | | Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
* pam_usb: Fix evaluationEelco Dolstra2016-09-29
|
* Move useSetUID to pam_usb, the only place where it's usedEelco Dolstra2016-09-29
|
* Remove top-level dbus_python and pythonDBus.Frederik Rietdijk2016-08-16
| | | | | | | | | See #11567. Furthermore, it renames pythonPackages.dbus to pythonPackages.dbus- python as that's the name upstream uses. There is a small rebuild but I couldn't figure out the actual cause.
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* pam_usb: drop hal dependencyYury G. Kudryashov2012-03-29
| | | | | | | It doesn't use hal, though many functions are named *_hal_*. All d-bus calls actually ask UDisks. svn path=/nixpkgs/trunk/; revision=33476
* pam_usb-0.5.0; still depend on HALYury G. Kudryashov2012-01-07
| | | | svn path=/nixpkgs/trunk/; revision=31410
* Update pam_usb url.Nicolas Pierron2010-05-08
| | | | svn path=/nixpkgs/trunk/; revision=21665
* * Add pam_usb package.Nicolas Pierron2010-01-03
Enable PAM login with partitionned USB key. svn path=/nixpkgs/trunk/; revision=19183