tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
yuview: move to by-name
emaryn
8 months ago
feda583a
eacd2bfd
+3
-8
4 changed files
expand all
collapse all
unified
split
pkgs
by-name
yu
yuview
disable_version_check.patch
package.nix
top-level
all-packages.nix
qt5-packages.nix
+3
-4
pkgs/applications/video/yuview/default.nix
pkgs/by-name/yu/yuview/package.nix
···
2
lib,
3
stdenv,
4
fetchFromGitHub,
5
-
qmake,
6
-
wrapQtAppsHook,
7
}:
8
9
stdenv.mkDerivation (finalAttrs: {
···
18
};
19
20
nativeBuildInputs = [
21
-
qmake
22
-
wrapQtAppsHook
23
];
24
25
patches = [ ./disable_version_check.patch ];
···
2
lib,
3
stdenv,
4
fetchFromGitHub,
5
+
libsForQt5,
0
6
}:
7
8
stdenv.mkDerivation (finalAttrs: {
···
17
};
18
19
nativeBuildInputs = [
20
+
libsForQt5.qmake
21
+
libsForQt5.wrapQtAppsHook
22
];
23
24
patches = [ ./disable_version_check.patch ];
pkgs/applications/video/yuview/disable_version_check.patch
pkgs/by-name/yu/yuview/disable_version_check.patch
-2
pkgs/top-level/all-packages.nix
···
14640
14641
youtube-viewer = perlPackages.WWWYoutubeViewer;
14642
14643
-
yuview = libsForQt5.yuview;
14644
-
14645
zathuraPkgs = callPackage ../applications/misc/zathura { };
14646
zathura = zathuraPkgs.zathuraWrapper;
14647
···
14640
14641
youtube-viewer = perlPackages.WWWYoutubeViewer;
14642
0
0
14643
zathuraPkgs = callPackage ../applications/misc/zathura { };
14644
zathura = zathuraPkgs.zathuraWrapper;
14645
-2
pkgs/top-level/qt5-packages.nix
···
326
xp-pen-g430-driver = callPackage ../os-specific/linux/xp-pen-drivers/g430 { };
327
328
xwaylandvideobridge = callPackage ../tools/wayland/xwaylandvideobridge { };
329
-
330
-
yuview = callPackage ../applications/video/yuview { };
331
}
332
))
333
);
···
326
xp-pen-g430-driver = callPackage ../os-specific/linux/xp-pen-drivers/g430 { };
327
328
xwaylandvideobridge = callPackage ../tools/wayland/xwaylandvideobridge { };
0
0
329
}
330
))
331
);