mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
smplayer: nixfmt
This commit is contained in:
parent
cb7760c205
commit
16fc9a5a65
@ -1,14 +1,12 @@
|
|||||||
{ lib
|
{
|
||||||
, stdenv
|
lib,
|
||||||
, fetchFromGitHub
|
stdenv,
|
||||||
, qt5
|
fetchFromGitHub,
|
||||||
|
qt5,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
inherit (qt5)
|
inherit (qt5) qmake qtscript wrapQtAppsHook;
|
||||||
qmake
|
|
||||||
qtscript
|
|
||||||
wrapQtAppsHook;
|
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "smplayer";
|
pname = "smplayer";
|
||||||
@ -26,15 +24,11 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
wrapQtAppsHook
|
wrapQtAppsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [ qtscript ];
|
||||||
qtscript
|
|
||||||
];
|
|
||||||
|
|
||||||
dontUseQmakeConfigure = true;
|
dontUseQmakeConfigure = true;
|
||||||
|
|
||||||
makeFlags = [
|
makeFlags = [ "PREFIX=${placeholder "out"}" ];
|
||||||
"PREFIX=${placeholder "out"}"
|
|
||||||
];
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://www.smplayer.info";
|
homepage = "https://www.smplayer.info";
|
||||||
|
Loading…
Reference in New Issue
Block a user