mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
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:
parent
98fa8a27f6
commit
0606fd6732
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user