joypixels: fix sourceProvenance

This commit is contained in:
Smaug123
2024-06-01 10:25:49 +01:00
parent f8ea35d722
commit 53d993f547
+1 -1
View File
@@ -108,6 +108,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ toonn jtojnar ];
# Not quite accurate since it's a font, not a program, but clearly
# indicates we're not actually building it from source.
sourceProvenance = sourceTypes.binaryNativeCode;
sourceProvenance = [ sourceTypes.binaryNativeCode ];
};
}