mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
jgmenu: format with nixpkgs-fmt
This commit is contained in:
parent
11c18faa4e
commit
5c68f7e94a
@ -1,4 +1,14 @@
|
|||||||
{ stdenv, fetchFromGitHub, pkgconfig, python3Packages, pango, librsvg, libxml2, menu-cache, xorg, makeWrapper }:
|
{ stdenv
|
||||||
|
, fetchFromGitHub
|
||||||
|
, pkgconfig
|
||||||
|
, python3Packages
|
||||||
|
, pango
|
||||||
|
, librsvg
|
||||||
|
, libxml2
|
||||||
|
, menu-cache
|
||||||
|
, xorg
|
||||||
|
, makeWrapper
|
||||||
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "jgmenu";
|
pname = "jgmenu";
|
||||||
@ -27,7 +37,9 @@ stdenv.mkDerivation rec {
|
|||||||
python3Packages.python
|
python3Packages.python
|
||||||
];
|
];
|
||||||
|
|
||||||
makeFlags = [ "prefix=${placeholder "out"}" ];
|
makeFlags = [
|
||||||
|
"prefix=${placeholder "out"}"
|
||||||
|
];
|
||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
wrapPythonProgramsIn "$out/lib/jgmenu"
|
wrapPythonProgramsIn "$out/lib/jgmenu"
|
||||||
|
Loading…
Reference in New Issue
Block a user