Commit 0606fd67 authored by hacker1024's avatar hacker1024
Browse files

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.
parent 98fa8a27
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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";