tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linuxPackages_4_18.exfat-nofuse: broken
Alyssa Ross
7 years ago
dd2f3fd8
29cdef4b
+1
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
exfat
default.nix
+1
pkgs/os-specific/linux/exfat/default.nix
···
33
license = lib.licenses.gpl2;
34
maintainers = with lib.maintainers; [ makefu ];
35
platforms = lib.platforms.linux;
0
36
};
37
}
···
33
license = lib.licenses.gpl2;
34
maintainers = with lib.maintainers; [ makefu ];
35
platforms = lib.platforms.linux;
36
+
broken = stdenv.lib.versionAtLeast kernel.version "4.18";
37
};
38
}