mirror of
https://github.com/ihaveamac/ninfs.git
synced 2025-06-19 09:25:34 -04:00
ninfs.nix: set makeWrapperArgs on macOS as well, now that fuse.py is not pre-included
This commit is contained in:
parent
627f0c3ad3
commit
c9ca65c954
@ -18,7 +18,7 @@ buildPythonApplication rec {
|
|||||||
haccrypto
|
haccrypto
|
||||||
];
|
];
|
||||||
|
|
||||||
makeWrapperArgs = lib.optional (!stdenv.isDarwin) [ "--prefix PYTHONPATH : ${mfusepy}/${mfusepy.pythonModule.sitePackages}" ];
|
makeWrapperArgs = [ "--prefix PYTHONPATH : ${mfusepy}/${mfusepy.pythonModule.sitePackages}" ];
|
||||||
|
|
||||||
postInstall = lib.optionalString (!stdenv.isDarwin) ''
|
postInstall = lib.optionalString (!stdenv.isDarwin) ''
|
||||||
mkdir -p $out/share/{applications,icons}
|
mkdir -p $out/share/{applications,icons}
|
||||||
|
Loading…
Reference in New Issue
Block a user