Merge pull request #316371 from Smaug123/fix-joypixels

joypixels: fix sourceProvenance
This commit is contained in:
Aleksana
2024-06-01 19:31:37 +08:00
committed by GitHub
+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 ];
};
}