ausweiskopie: fix on darwin
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
python3Packages,
|
python3Packages,
|
||||||
makeDesktopItem,
|
makeDesktopItem,
|
||||||
copyDesktopItems,
|
copyDesktopItems,
|
||||||
desktopToDarwinBundle,
|
|
||||||
enableModern ? true,
|
enableModern ? true,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@@ -21,10 +20,9 @@ python3Packages.buildPythonApplication rec {
|
|||||||
hash = "sha256-axy/cI5n2uvMKZ2Fkb0seFMRBKv6rpU01kgKSiQ10jE=";
|
hash = "sha256-axy/cI5n2uvMKZ2Fkb0seFMRBKv6rpU01kgKSiQ10jE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [
|
||||||
copyDesktopItems
|
copyDesktopItems
|
||||||
]
|
];
|
||||||
++ lib.optional stdenv.hostPlatform.isDarwin desktopToDarwinBundle;
|
|
||||||
|
|
||||||
build-system = with python3Packages; [
|
build-system = with python3Packages; [
|
||||||
setuptools
|
setuptools
|
||||||
|
|||||||
Reference in New Issue
Block a user