tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
splat: build script only recognizes x86_64
Emery Hemingway
3 years ago
cf099ebf
541b25a4
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
radio
splat
default.nix
+1
-1
pkgs/applications/radio/splat/default.nix
···
49
49
license = licenses.gpl2Only;
50
50
homepage = "https://www.qsl.net/kd2bd/splat.html";
51
51
maintainers = with maintainers; [ ehmry ];
52
52
-
platforms = platforms.linux;
52
52
+
platforms = platforms.x86_64;
53
53
};
54
54
55
55
}