swftools: move to pkgs/by-name

this shouldn't create any rebuilds
This commit is contained in:
quantenzitrone
2026-02-01 22:31:16 +01:00
parent 27b5db0b82
commit 777f5590d3
3 changed files with 2 additions and 6 deletions
@@ -1,13 +1,13 @@
{
lib,
stdenv,
gccStdenv,
fetchurl,
freetype,
libjpeg,
zlib,
}:
stdenv.mkDerivation rec {
gccStdenv.mkDerivation rec {
pname = "swftools";
version = "0.9.2";
-4
View File
@@ -6259,10 +6259,6 @@ with pkgs;
stdenv = if stdenv.hostPlatform.isDarwin then gccStdenv else stdenv;
};
swftools = callPackage ../tools/video/swftools {
stdenv = gccStdenv;
};
teensyduino = arduino-core.override {
withGui = true;
withTeensyduino = true;