lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

pixz: refactor allow builds on non linux

+1 -1
+1 -1
pkgs/tools/compression/pixz/default.nix
··· 31 31 description = ''A parallel compressor/decompressor for xz format''; 32 32 license = stdenv.lib.licenses.bsd2; 33 33 maintainers = [stdenv.lib.maintainers.raskin]; 34 - platforms = stdenv.lib.platforms.linux; 34 + platforms = stdenv.lib.platforms.unix; 35 35 }; 36 36 }