summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/all-packages.nix
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2022-09-07 13:31:56 -0300
committerGitHub <noreply@github.com>2022-09-07 13:31:56 -0300
commit7837fafa9500952ab4ead9e371f7e3f01cfca502 (patch)
tree9e122bcbee2f791567d7e7088a369c836674b4dc /pkgs/top-level/all-packages.nix
parent37102db7a3a1cea307b1e576c26e86819f639f8a (diff)
parentfaed8ef36e8942eb6f3127a5071e64896d53c60c (diff)
Merge pull request #189755 from AndersonTorres/sioyek
sioyek: get rid of rec
Diffstat (limited to 'pkgs/top-level/all-packages.nix')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index af5d2e99705e..54975fd0bbfd 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -30769,7 +30769,9 @@ with pkgs;
simple-scan = gnome.simple-scan;
- sioyek = libsForQt5.callPackage ../applications/misc/sioyek { };
+ sioyek = callPackage ../applications/misc/sioyek {
+ inherit (libsForQt5) qmake qt3d qtbase wrapQtAppsHook;
+ };
siproxd = callPackage ../applications/networking/siproxd { };