mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
libremidi: explicitly set strictDeps as false
Because setting it as true breaks obs-studio-plugins.advanced-scene-switcher
This commit is contained in:
@@ -41,6 +41,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
CoreServices
|
||||
];
|
||||
|
||||
# Bug: set this as true breaks obs-studio-plugins.advanced-scene-switcher
|
||||
strictDeps = false;
|
||||
|
||||
postInstall = ''
|
||||
cp -r $src/include $out
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user