Merge staging-next into staging

This commit is contained in:
Frederik Rietdijk
2020-06-04 15:28:16 +02:00
464 changed files with 22556 additions and 22059 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
(fetchpatch {
name = "neon-0.31.patch";
url = "http://savannah.nongnu.org/bugs/download.php?file_id=48737";
sha256 = "EtQfcstWkn8AcbZo93midGt076gq20AvGGJyQ3FO/YQ=";
sha256 = "117x9rql6wk230pl1nram3pp8svll9wzfs5nf407z4jnrdr1zm0j";
extraPrefix = ""; # empty means add 'a/' and 'b/'
})
];
+1 -1
View File
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
homepage = "http://romfs.sourceforge.net/";
description = "Tool for creating romfs file system images";
license = licenses.gpl2;
maintainers = with maintainers; [ pxc ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}