x2gokdriveclient: migrate to pkgs/by-name
This commit is contained in:
+4
-8
@@ -3,11 +3,7 @@
|
||||
lib,
|
||||
fetchgit,
|
||||
qt5,
|
||||
qtbase,
|
||||
qtx11extras,
|
||||
qttools,
|
||||
zlib,
|
||||
gnumake,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
@@ -27,9 +23,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
qtbase
|
||||
qtx11extras
|
||||
qttools
|
||||
qt5.qtbase
|
||||
qt5.qtx11extras
|
||||
qt5.qttools
|
||||
zlib
|
||||
];
|
||||
|
||||
@@ -42,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
--replace-fail "SHELL=/bin/bash" "SHELL=$SHELL" \
|
||||
--replace-fail "MAKEOVERRIDES" "NOMAKEOVERRIDES " \
|
||||
--replace-fail ".MAKEFLAGS" ".NOFLAGS " \
|
||||
--replace-fail "qmake" "${qtbase.dev}/bin/qmake" \
|
||||
--replace-fail "qmake" "${qt5.qtbase.dev}/bin/qmake" \
|
||||
--replace-fail "-o root -g root" ""
|
||||
substituteInPlace \
|
||||
VERSION.x2gokdriveclient \
|
||||
@@ -10340,8 +10340,6 @@ with pkgs;
|
||||
|
||||
wrapThunderbird = callPackage ../applications/networking/mailreaders/thunderbird/wrapper.nix { };
|
||||
|
||||
x2gokdriveclient = libsForQt5.callPackage ../applications/networking/remote/x2gokdriveclient { };
|
||||
|
||||
x32edit = callPackage ../applications/audio/midas/x32edit.nix { };
|
||||
|
||||
kodiPackages = recurseIntoAttrs (kodi.packages);
|
||||
|
||||
Reference in New Issue
Block a user