Commit graph

9 commits

Author SHA1 Message Date
R. RyanTM a8dc2d594b ipscan: 3.7.3 -> 3.7.6 2021-05-09 20:19:41 -07:00
Ben Siraphob e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07: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
R. RyanTM 1eece5da86 ipscan: 3.7.1 -> 3.7.3 2020-11-26 07:56:36 +00:00
R. RyanTM d2f078d502 ipscan: 3.7.0 -> 3.7.1 2020-05-19 08:00:32 +00:00
Kyle Sferrazza e1913326c0
ipscan: use 'any' deb 2020-03-18 13:27:09 -04:00
R. RyanTM 50d26d1fda ipscan: 3.6.2 -> 3.7.0 2020-03-18 07:20:53 +00:00
Kyle Sferrazza 71b79c3e5c ipscan: init at 3.6.2 (#74209)
* ipscan: init at 3.6.2

* ipscan: build from deb, and add desktop file

* ipscan: remove java.library.path

* ipscan: move jar from share/java to share

* ipscan: fix platforms
2019-11-26 00:56:29 +01:00