Sergei Trofimovich
b5fbd8a057
lirc: fix build against pyyaml-6.0
...
Without the change `lirc` build fails as:
```
$ nix build -f. -L lirc
...
PYTHONPATH=../python-pkg/lirc \
/nix/store/gn4gyzv93izh3lg5iqjb7l04k9r4hxv0-python3-3.9.9-env/bin/python ./data2hwdb ../configs ../configs \
> lirc.hwdb
Traceback (most recent call last):
File "/build/lirc-0.10.1/doc/./data2hwdb", line 112, in <module>
main()
File "/build/lirc-0.10.1/doc/./data2hwdb", line 100, in main
db = database.Database(configdir, yamldir)
File "/build/lirc-0.10.1/python-pkg/lirc/database.py", line 135, in __init__
cf = yaml.load(f.read())
TypeError: load() missing 1 required positional argument: 'Loader'
make[2]: *** [Makefile:1263: lirc.hwdb] Error 1
```
2021-12-27 17:32:31 +00:00
Jens Nolte
e66332826a
lirc: Set a writable lockdir
2021-09-29 05:36:56 +02:00
Felix Buehler
3c12e95ad1
development: /s/name/pname&version/
2021-06-30 09:45:11 +02:00
AndersonTorres
e9e5f5f84d
Change all alsaLib references to alsa-lib
2021-06-10 01:12:49 -03:00
Ben Siraphob
66e44425c6
pkgs/development/libraries: stdenv.lib -> lib
2021-01-21 19:11:02 -08:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
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.
2021-01-19 01:16:25 -08:00
Jan Tojnar
e89e2edc73
libusb-compat-0_1: rename from libusb
2020-04-28 05:33:41 +02:00
Konrad Borowski
308636a84c
lirc: update homepage link to use HTTPS
2020-04-24 19:44:59 -07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Ben Wolsieffer
3055a0c975
lirc: add support for Python bindings
2018-10-17 08:54:46 +02:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Christian Kögler
300f6c5943
lirc: 0.10.0 -> 0.10.1
2018-01-29 21:16:36 +01:00
Christian Kögler
e369aa5244
lirc: 0.9.4d -> 0.10.0
2017-12-09 23:38:01 +01:00
Christian Kögler
bf5ca637d6
use python3.pkgs instead of python3Packages
...
incoporated review comment reported by FRidh
2017-12-07 19:18:22 +01:00
Christian Kögler
47b9934a99
lirc: 0.9.4 -> 0.9.4d + more driver
...
* added a bunch of optional libraries to get more IR drivers built
* removed deprecated configure flags
* unneeded make flags
* simplified install flags
2017-11-25 22:23:57 +01:00
Pascal Wittmann
a724f66b98
lirc: 0.9.3 -> 0.9.4
2017-01-09 21:31:05 +01:00
Vladimír Čunát
21e3ff658a
x11: replace its usage by xlibsWrapper directly
...
Scilab note: the parameters already had pointed to nonexistent dirs
before this set of refactoring. But that config wasn't even used by
default.
2015-09-15 12:08:24 +02:00
Pascal Wittmann
5712adc781
lirc: 0.9.2a -> 0.9.3
2015-09-08 18:11:50 +02:00
William A. Kennington III
2754efb8a2
lirc: Fix install
2015-04-25 21:27:54 -07:00
William A. Kennington III
54f812558a
lirc: Refactor
2015-04-25 21:27:53 -07:00
Bob van der Linden
186348f831
lirc: fix python reference in build tools
2015-02-28 20:30:04 +01:00
Bob van der Linden
45216b82a1
lirc: upgraded to 0.9.2a
2015-02-28 17:49:58 +01:00
Rickard Nilsson
1dab096432
lirc: Update from 0.9.1 to 0.9.1a
2014-09-16 13:53:18 +02:00
Luca Bruno
efdb6ecb0c
lirc: add missing semicolon
2014-08-31 02:17:19 +02:00
Pascal Wittmann
5c3c7574e2
lirc: update from 0.9.0 to 0.9.1, add meta information and adopt it
2014-08-31 00:32:37 +02:00
Rickard Nilsson
8a4ac2b92a
lirc: Build devinput driver, which doesn't require any special modules
2013-01-21 19:06:22 +01:00
Yury G. Kudryashov
ff5134f8b0
Add lirc
...
svn path=/nixpkgs/trunk/; revision=31450
2012-01-09 10:25:49 +00:00