nix: use 'qt5.mkDerivation'
This commit is contained in:
parent
ec07fe4fdf
commit
e852239a45
10
flake.nix
10
flake.nix
|
@ -85,20 +85,12 @@
|
|||
};
|
||||
}) // {
|
||||
overlay = final: prev: {
|
||||
dragger = with final; stdenv.mkDerivation {
|
||||
dragger = with final; qt5.mkDerivation {
|
||||
pname = "dragger";
|
||||
version = "0.0.0";
|
||||
|
||||
src = self;
|
||||
|
||||
buildInputs = [
|
||||
libsForQt5.qt5.qtbase
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
libsForQt5.qt5.wrapQtAppsHook
|
||||
];
|
||||
|
||||
configurePhase = ''
|
||||
qmake
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue