Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-04 | nut: fix search modes not finding dynamic libs | Majiir Paktu | 2 | -6/+21 | |
2022-04-25 | nut: fix compile error | Jeff Hutchison | 1 | -0/+2 | |
Compile was failing with: ISO C++17 does not allow dynamic exception specifications Installed and tested on x86_64-linux. | |||||
2022-03-24 | treewide: remove meta.repositories | Artturin | 1 | -1/+0 | |
there's no documentation for meta.repositories and its not widely used | |||||
2021-01-16 | pkgs/applications: pkgconfig -> pkg-config | Ben Siraphob | 1 | -2/+2 | |
2021-01-11 | treewide: with stdenv.lib; in meta -> with lib; | Profpatsch | 1 | -2/+2 | |
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 | |||||
2020-04-28 | libusb-compat-0_1: rename from libusb | Jan Tojnar | 1 | -3/+3 | |
2020-04-10 | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 1 | -2/+2 | |
2019-11-24 | nut: build with openssl 1.1.x | Renaud | 1 | -7/+16 | |
instead of nss (it is upstream preference) + update homepage and src URLs to fetch over TLS Close #67906 | |||||
2019-09-13 | nut: fix broken build | Aaron Andersen | 1 | -2/+2 | |
2018-09-01 | nut: add licenses | Markus Kowalewski | 1 | -3/+4 | |
2017-04-23 | nut: 2.7.1 -> 2.7.4 | Tad Fisher | 1 | -3/+3 | |
2016-01-24 | treewide: Mass replace 'libusb}/lib' to refer the 'out' output | Tuomas Tynkkynen | 1 | -1/+1 | |
2014-03-13 | put systemd unit dirs on the right place | Vladimír Čunát | 1 | -1/+1 | |
Also see #1936. | |||||
2013-12-21 | nut: update from 2.6.5 to 2.7.1; fix nut-scanner | Evgeny Egorochkin | 1 | -5/+13 | |
2013-07-19 | nut: adding libtool enables nut-scanner | Lluís Batlle i Rossell | 1 | -2/+3 | |
2013-01-22 | Merge remote-tracking branch 'origin/master' into stdenv-updates | Eelco Dolstra | 2 | -46/+20 | |
2012-12-28 | Rename buildNativeInputs -> nativeBuildInputs | Eelco Dolstra | 1 | -1/+1 | |
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase. | |||||
2012-12-12 | nut: Update to 2.6.5 and fix building against systemd | Eelco Dolstra | 2 | -46/+20 | |
http://hydra.nixos.org/build/3473781 | |||||
2012-09-28 | Remove HAL | Eelco Dolstra | 1 | -2/+3 | |
It's obsolete. There was only one package still using it (nut) but it builds fine without it. | |||||
2012-03-29 | nut-2.6.3: add freeipmi support | Yury G. Kudryashov | 1 | -4/+4 | |
svn path=/nixpkgs/trunk/; revision=33478 | |||||
2012-03-29 | Add nut-2.6.3 without HAL support | Yury G. Kudryashov | 1 | -0/+34 | |
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 | |||||
2011-06-14 | Fix some semicolons. | Karn Kallio | 1 | -2/+2 | |
svn path=/nixpkgs/trunk/; revision=27456 | |||||
2011-06-14 | Add NUT package. | Nicolas Pierron | 1 | -0/+30 | |
svn path=/nixpkgs/trunk/; revision=27448 |