tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gpscorrelate: enable on darwin
Nikolay Korotkiy
4 years ago
9c1f6a9c
f5d48e20
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
gpscorrelate
default.nix
+1
-1
pkgs/applications/misc/gpscorrelate/default.nix
···
59
60
license = licenses.gpl2Plus;
61
homepage = "https://dfandrich.github.io/gpscorrelate/";
62
-
platforms = platforms.linux;
63
maintainers = with maintainers; [ sikmir ];
64
};
65
}
···
59
60
license = licenses.gpl2Plus;
61
homepage = "https://dfandrich.github.io/gpscorrelate/";
62
+
platforms = platforms.unix;
63
maintainers = with maintainers; [ sikmir ];
64
};
65
}