sxmo-utils: use makeBinaryWrapper for better perf
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
, lib
|
, lib
|
||||||
, libnotify
|
, libnotify
|
||||||
, lisgd
|
, lisgd
|
||||||
, makeWrapper
|
, makeBinaryWrapper
|
||||||
, mako
|
, mako
|
||||||
, mepo
|
, mepo
|
||||||
, modemmanager
|
, modemmanager
|
||||||
@@ -123,7 +123,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
makeWrapper
|
makeBinaryWrapper
|
||||||
scdoc
|
scdoc
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user