dbeaver-bin: fix on case-sensitive fs

This commit is contained in:
Maciej Krüger
2024-11-08 14:50:19 +01:00
parent bbf0e1231e
commit 4904e3f5df
+1 -1
View File
@@ -41,7 +41,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
inherit hash;
};
sourceRoot = lib.optional stdenvNoCC.hostPlatform.isDarwin "dbeaver.app";
sourceRoot = lib.optional stdenvNoCC.hostPlatform.isDarwin "DBeaver.app";
nativeBuildInputs =
[ makeWrapper ]