Unverified Commit eb30b267 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #316371 from Smaug123/fix-joypixels

joypixels: fix sourceProvenance
parents 016a1dbc 53d993f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}