1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

dbeaver-bin: fix on case-sensitive fs

This commit is contained in:
Maciej Krüger 2024-11-08 14:46:38 +01:00
parent bbf0e1231e
commit 4904e3f5df

View file

@ -41,7 +41,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
inherit hash; inherit hash;
}; };
sourceRoot = lib.optional stdenvNoCC.hostPlatform.isDarwin "dbeaver.app"; sourceRoot = lib.optional stdenvNoCC.hostPlatform.isDarwin "DBeaver.app";
nativeBuildInputs = nativeBuildInputs =
[ makeWrapper ] [ makeWrapper ]