nur-packages

My NUR packages
git clone git://git.sikmir.ru/nur-packages
Log | Files | Refs | README | LICENSE

commit 6a1671399a0ed6001d3823f7d6310453006fbc36
parent 3480d69df395719073b4f5337e4cce84c17e97f4
Author: Nikolay Korotkiy <sikmir@gmail.com>
Date:   Fri, 24 Jul 2020 01:44:31 +0300

keeweb,macpass,fx: append -bin suffix

Diffstat:
Rpkgs/applications/keeweb/default.nix -> pkgs/applications/keeweb/bin.nix | 0
Rpkgs/applications/macpass/default.nix -> pkgs/applications/macpass/bin.nix | 0
Mpkgs/default.nix | 6+++---
Rpkgs/tools/text/fx/default.nix -> pkgs/tools/text/fx/bin.nix | 0
4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pkgs/applications/keeweb/default.nix b/pkgs/applications/keeweb/bin.nix diff --git a/pkgs/applications/macpass/default.nix b/pkgs/applications/macpass/bin.nix diff --git a/pkgs/default.nix b/pkgs/default.nix @@ -14,9 +14,9 @@ lib.makeScope newScope ( gpxsee = libsForQt5.callPackage ./applications/gpxsee { inherit sources; }; - keeweb = callPackage ./applications/keeweb { }; + keeweb-bin = callPackage ./applications/keeweb/bin.nix { }; librewolf = callPackage ./applications/librewolf { }; - macpass = callPackage ./applications/macpass { }; + macpass-bin = callPackage ./applications/macpass/bin.nix { }; mapsoft = callPackage ./applications/mapsoft { }; mapsoft2 = callPackage ./applications/mapsoft/2.nix { }; nnn-plugins = callPackage ./applications/nnn-plugins { }; @@ -110,7 +110,7 @@ lib.makeScope newScope ( elevation = callPackage ./tools/geo/elevation { click = click-6-7; }; - fx = callPackage ./tools/text/fx { }; + fx-bin = callPackage ./tools/text/fx/bin.nix { }; gimgtools = callPackage ./tools/geo/gimgtools { }; gmaptool = callPackage ./tools/geo/gmaptool { }; gpx-layer = perlPackages.callPackage ./tools/geo/gpx-layer { diff --git a/pkgs/tools/text/fx/default.nix b/pkgs/tools/text/fx/bin.nix