Unverified Commit 53d993f5 authored by Smaug123's avatar Smaug123
Browse files

joypixels: fix sourceProvenance

parent f8ea35d7
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 ];
  };
}