about summary refs log tree commit diff
path: root/pkgs/applications/networking/linssid
AgeCommit message (Collapse)AuthorFilesLines
2023-11-27treewide: add mainProgramh7x41-0/+1
2022-03-26libsForQt5.qwt: 6.1.6 -> 6.2.0Will Cohen1-3/+3
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
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-16treewide: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-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-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-05wrapQtAppsHook: Remove ad hoc Qt wrappersThomas Tuegel1-7/+4
2019-03-15linssid: fix build (#57686)Pavel Chuprikov1-5/+9
* tell qmake about QWT, so it does not create a header target * set QT_PLUGIN_PATH * set PATH so that necessary tools are available (cherry picked from commit 926ec7dce6f8ac45775e1169535829799d9a8c87)
2018-07-18treewide: remove aliases in nixpkgsMatthew Bauer1-2/+2
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
2017-11-10Change many homepage urls from http to https #30636Pascal Wittmann1-1/+1
2017-09-21misc pkgs: Manual fixup pkgconfig nativeBuildInputs after sedJohn Ericson1-2/+1
Importantly, this included regenerating pkgs/servers/x11/xorg, to clobber the old sed.
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2017-06-18qt5: rename qmakeHook to qmakeThomas Tuegel1-2/+3
2016-04-20linssid: move to qmakeHookNikolay Amiantov1-8/+2
This reverts commit cf3f891369655cd30431bd4f2975a46f8adb0167.
2016-04-15linssid: Fix running of {pre,post}Configureaszlig1-1/+5
Commit 0055c6a introduced a new preConfigure hook that sets the right qmake path. Unfortunately the mkDerivation attributes of linssid override the whole configurePhase, so this hook isn't run at all. This fixes the build of linssid and it now successfully compiles on my machine. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-12-20linssid: Qt 5 infrastructure updateThomas Tuegel1-2/+2
2015-09-19linssid: unbundle QWTThomas Tuegel2-3/+50
2015-09-19linssid: use Qt 5.4Thomas Tuegel1-1/+2
This breaks the build.
2015-05-30linssid: fix build by using qt53Vladimír Čunát1-1/+1
2015-05-10fix evals /cc @ttuegelDomen Kožar1-1/+1
2014-11-02boost: Remove boost.libWilliam A. Kennington III1-1/+1
2014-09-21boost: Update depdendent packagesWilliam A. Kennington III1-1/+1
2014-09-09linssid: new packageBjørn Forsman1-0/+34
LinSSID is a graphical wireless scanning application for Linux. http://sourceforge.net/projects/linssid/