yubioath-flutter: Remove reference removal

The shader in question no longer contains references to the SDK, and the derivation's debug output has valid references.
This commit is contained in:
hacker1024 2023-08-28 10:58:46 +10:00
parent 98fa8a27f6
commit 0606fd6732

View File

@ -70,9 +70,6 @@ flutter.buildFlutterApplication rec {
substituteInPlace "$out/share/applications/com.yubico.authenticator.desktop" \
--replace "@EXEC_PATH/authenticator" "$out/bin/yubioath-flutter" \
--replace "@EXEC_PATH/linux_support/com.yubico.yubioath.png" "$out/share/icons/com.yubico.yubioath.png"
# Remove unnecessary references to Flutter.
remove-references-to -t ${flutter37.unwrapped} $out/app/data/flutter_assets/shaders/ink_sparkle.frag
'';
nativeBuildInputs = [
@ -87,11 +84,6 @@ flutter.buildFlutterApplication rec {
libappindicator
];
disallowedReferences = [
flutter37
flutter37.unwrapped
];
meta = with lib; {
description = "Yubico Authenticator for Desktop";
homepage = "https://github.com/Yubico/yubioath-flutter";