Ben Siraphob
|
5d566c43b4
|
pkgs/applications: 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 |
|
Jan Tojnar
|
e89e2edc73
|
libusb-compat-0_1: rename from libusb
|
2020-04-28 05:33:41 +02:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Renaud
|
fd75f27ade
|
nut: build with openssl 1.1.x
instead of nss (it is upstream preference)
+ update homepage and src URLs to fetch over TLS
Close #67906
|
2019-11-24 15:54:00 +01:00 |
|
Aaron Andersen
|
4e6b7a51a0
|
nut: fix broken build
|
2019-09-13 21:17:05 -04:00 |
|
Markus Kowalewski
|
5194e10968
|
nut: add licenses
|
2018-09-01 17:02:12 +02:00 |
|
Tad Fisher
|
e879d7bd84
|
nut: 2.7.1 -> 2.7.4
|
2017-04-23 21:21:50 -07:00 |
|
Tuomas Tynkkynen
|
91b40bd9d2
|
treewide: Mass replace 'libusb}/lib' to refer the 'out' output
|
2016-01-24 10:03:36 +02:00 |
|
Vladimír Čunát
|
d6349df0dd
|
put systemd unit dirs on the right place
Also see #1936.
|
2014-03-13 21:44:51 +01:00 |
|
Evgeny Egorochkin
|
c857d90619
|
nut: update from 2.6.5 to 2.7.1; fix nut-scanner
|
2013-12-21 02:28:24 +02:00 |
|
Lluís Batlle i Rossell
|
4e94dafa4e
|
nut: adding libtool enables nut-scanner
|
2013-07-19 16:33:42 +02:00 |
|
Eelco Dolstra
|
0a47a28f1d
|
Merge remote-tracking branch 'origin/master' into stdenv-updates
|
2013-01-22 23:23:53 +01:00 |
|
Eelco Dolstra
|
ab3eeabfed
|
Rename buildNativeInputs -> nativeBuildInputs
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs"
sounds like an imperative rather than a noun phrase.
|
2012-12-28 19:20:09 +01:00 |
|
Eelco Dolstra
|
fd6941ad48
|
nut: Update to 2.6.5 and fix building against systemd
http://hydra.nixos.org/build/3473781
|
2012-12-12 16:17:47 +01:00 |
|
Eelco Dolstra
|
7f053d6157
|
Remove HAL
It's obsolete. There was only one package still using it (nut) but it
builds fine without it.
|
2012-09-28 12:15:12 -04:00 |
|
Yury G. Kudryashov
|
f943cf8d81
|
nut-2.6.3: add freeipmi support
svn path=/nixpkgs/trunk/; revision=33478
|
2012-03-29 20:44:20 +00:00 |
|
Yury G. Kudryashov
|
c6c798df43
|
Add nut-2.6.3 without HAL support
I'm not a nut user, so I didn't touch the default nut expression, and set
meta.priority to 10.
svn path=/nixpkgs/trunk/; revision=33477
|
2012-03-29 19:01:42 +00:00 |
|
Karn Kallio
|
b8950a9504
|
Fix some semicolons.
svn path=/nixpkgs/trunk/; revision=27456
|
2011-06-14 15:29:40 +00:00 |
|
Nicolas Pierron
|
9451c1e2ca
|
Add NUT package.
svn path=/nixpkgs/trunk/; revision=27448
|
2011-06-14 02:41:01 +00:00 |
|