tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
cscope: refactor allow builds on non linux
Mitch Tishmack
9 years ago
19425207
34cc46bf
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
misc
cscope
default.nix
+1
-1
pkgs/development/tools/misc/cscope/default.nix
···
53
53
54
54
maintainers = with stdenv.lib.maintainers; [viric];
55
55
56
56
-
platforms = with stdenv.lib.platforms; linux;
56
56
+
platforms = stdenv.lib.platforms.unix;
57
57
};
58
58
}