unetbootin: use libsForQt5.callPackage (#133520)
This commit is contained in:
parent
991eaaa024
commit
6525bbc06a
@ -2,10 +2,12 @@
|
|||||||
, stdenv
|
, stdenv
|
||||||
, coreutils
|
, coreutils
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, libsForQt5
|
|
||||||
, mtools
|
, mtools
|
||||||
, p7zip
|
, p7zip
|
||||||
, qt5
|
, wrapQtAppsHook
|
||||||
|
, qtbase
|
||||||
|
, qttools
|
||||||
|
, qmake
|
||||||
, syslinux
|
, syslinux
|
||||||
, util-linux
|
, util-linux
|
||||||
, which
|
, which
|
||||||
@ -27,14 +29,12 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
qt5.qtbase
|
qtbase
|
||||||
qt5.qttools
|
qttools
|
||||||
libsForQt5.qmake
|
qmake
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ qt5.wrapQtAppsHook ];
|
nativeBuildInputs = [ wrapQtAppsHook ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
|
||||||
|
|
||||||
# Lots of nice hard-coded paths...
|
# Lots of nice hard-coded paths...
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A tool to create bootable live USB drives from ISO images";
|
description = "A tool to create bootable live USB drives from ISO images";
|
||||||
homepage = "http://unetbootin.github.io/";
|
homepage = "https://unetbootin.github.io/";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ ebzzry ];
|
maintainers = with maintainers; [ ebzzry ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
@ -9678,7 +9678,7 @@ with pkgs;
|
|||||||
|
|
||||||
umlet = callPackage ../tools/misc/umlet { };
|
umlet = callPackage ../tools/misc/umlet { };
|
||||||
|
|
||||||
unetbootin = callPackage ../tools/cd-dvd/unetbootin { };
|
unetbootin = libsForQt5.callPackage ../tools/cd-dvd/unetbootin { };
|
||||||
|
|
||||||
unfs3 = callPackage ../servers/unfs3 { };
|
unfs3 = callPackage ../servers/unfs3 { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user