mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 18:24:53 +00:00
joplin-desktop: only pull in libGL as buildInput on linux
This commit is contained in:
@@ -71,10 +71,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
})
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
buildInputs = lib.optionals stdenv.hostPlatform.isLinux [
|
||||
libGL
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isLinux [
|
||||
libnotify
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user