flow-editor: rename to flow-control

This commit is contained in:
Heitor Augusto 2025-03-05 23:26:42 -03:00
parent 94888dd061
commit 3fd5825a52
No known key found for this signature in database
GPG key ID: 53C04F8F46A1A344
4 changed files with 2 additions and 1 deletions

View file

@ -7,7 +7,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "flow";
pname = "flow-control";
version = "0.3.2";
src = fetchFromGitHub {

View file

@ -490,6 +490,7 @@ mapAliases {
flashrom-stable = flashprog; # Added 2024-03-01
flatbuffers_2_0 = flatbuffers; # Added 2022-05-12
flatcam = throw "flatcam has been removed because it is unmaintained since 2022 and doesn't support Python > 3.10"; # Added 2025-01-25
flow-editor = flow-control; # Added 2025-03-05
flutter313 = throw "flutter313 has been removed because it isn't updated anymore, and no packages in nixpkgs use it. If you still need it, use flutter.mkFlutter to get a custom version"; # Added 2024-10-05
flutter316 = throw "flutter316 has been removed because it isn't updated anymore, and no packages in nixpkgs use it. If you still need it, use flutter.mkFlutter to get a custom version"; # Added 2024-10-05
flutter319 = throw "flutter319 has been removed because it isn't updated anymore, and no packages in nixpkgs use it. If you still need it, use flutter.mkFlutter to get a custom version"; # Added 2024-12-03