nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

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

reiserfsprogs: Fix gcc5 compiling

+2
+2
pkgs/tools/filesystems/reiserfsprogs/default.nix
··· 11 11 12 12 buildInputs = [ libuuid ]; 13 13 14 + NIX_CFLAGS_COMPILE = "-std=gnu90"; 15 + 14 16 meta = { 15 17 inherit version; 16 18 homepage = http://www.namesys.com/;