Commit Graph

20 Commits

Author SHA1 Message Date
Maciej Krüger
0135605f60
angryipscanner: Fix to patch swt error (#338234) 2024-10-27 23:23:57 +01:00
Doron Behar
271e05bbfb ipscan: mark as broken (doesn't really launch) 2024-10-13 21:36:48 +03:00
Maciej Krüger
873fe01d6e
angryipscanner: Fix to patch swt error
Without patch it gives the following error:

This is similar to the fix for dbeaver in #335633

SWT OS.java Error: Failed to load swt-pi3, loading swt-pi4 as fallback.
java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:
	no swt-pi4-gtk-4956r13 in java.library.path: /nix/store/xfw3cclmcbwq94l46n1qlkq1sdg2mss8-ipscan-3.9.1/lib/:/nix/store/kdnmlrnhb1nz2p79braw5s4g1marf0jg-swt-4.5/lib:/nix/store/qqqh9hpg76q3mgaphgvkly54gkq0k3sy-libXtst-1.2.4/lib:/etc/sane-libs:/nix/store/lf74q3c06wr7c0mcb4zcl9n27hqvq2wv-gpaste-45.1/lib:/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib
	no swt-pi4-gtk in java.library.path: /nix/store/xfw3cclmcbwq94l46n1qlkq1sdg2mss8-ipscan-3.9.1/lib/:/nix/store/kdnmlrnhb1nz2p79braw5s4g1marf0jg-swt-4.5/lib:/nix/store/qqqh9hpg76q3mgaphgvkly54gkq0k3sy-libXtst-1.2.4/lib:/etc/sane-libs:/nix/store/lf74q3c06wr7c0mcb4zcl9n27hqvq2wv-gpaste-45.1/lib:/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib
	no swt-pi4 in java.library.path: /nix/store/xfw3cclmcbwq94l46n1qlkq1sdg2mss8-ipscan-3.9.1/lib/:/nix/store/kdnmlrnhb1nz2p79braw5s4g1marf0jg-swt-4.5/lib:/nix/store/qqqh9hpg76q3mgaphgvkly54gkq0k3sy-libXtst-1.2.4/lib:/etc/sane-libs:/nix/store/lf74q3c06wr7c0mcb4zcl9n27hqvq2wv-gpaste-45.1/lib:/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib
	Can't load library: /home/maciej/.swt/lib/linux/x86_64/libswt-pi4-gtk-4956r13.so
	Can't load library: /home/maciej/.swt/lib/linux/x86_64/libswt-pi4-gtk.so
	Can't load library: /home/maciej/.swt/lib/linux/x86_64/libswt-pi4.so

	at org.eclipse.swt.internal.Library.loadLibrary(Library.java:346)
	at org.eclipse.swt.internal.Library.loadLibrary(Library.java:255)
	at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:97)
	at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:209)
	at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:155)
	at org.eclipse.swt.widgets.Display.<clinit>(Display.java:169)
	at net.azib.ipscan.gui.GUI.<init>(GUI.java:29)
	at net.azib.ipscan.Main.main(Main.java:50)
2024-08-29 19:37:07 +02:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Matthias Thym
e0192b625c ipscan: refactor meta and add totoroot as maintainer 2023-08-30 16:10:10 +02:00
Matthias Thym
23618ec15b ipscan: 3.9.0 -> 3.9.1 2023-08-30 16:09:38 +02:00
Matthias Thym
d921153291 ipscan: fix broken package (core dump) 2023-08-30 16:03:17 +02:00
Fabian Affolter
8e041cf40c
ipscan: add changelog to meta 2022-12-31 13:10:26 +01:00
R. Ryantm
c2ad0e4b85 ipscan: 3.8.2 -> 3.9.0 2022-12-31 01:38:57 +00:00
Robert Scott
3b6bc4b69c treewide: set sourceProvenance for packages containing downloaded jars
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
R. Ryantm
e1ed628cd9 ipscan: 3.7.6 -> 3.8.2 2022-01-24 14:23:14 +00:00
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