Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
h7x4
12315f53ff
treewide: add mainProgram
2023-11-24 21:01:03 +01:00
Guillaume Girol
33afbf39f6
treewide: switch to nativeCheckInputs
...
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Sandro Jäckel
4209fed914
pythonPackages: deprecate pytestcov alias
2021-07-21 13:32:17 +02:00
midchildan
92cde6f032
gitfs: add darwin build
2021-04-02 10:59:05 +09:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Ben Siraphob
8c5d37129f
pkgs/tools: stdenv.lib -> lib
2021-01-15 17:12:36 +07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Jan Tojnar
2cd32ebf4f
gitfs: Switch to Python 3
...
Supported since 0.5 at least
2020-02-10 19:38:10 +01:00
R. RyanTM
e17a0f3c5f
gitfs: 0.5.1 -> 0.5.2
2019-11-26 00:42:45 -08:00
R. RyanTM
dd798feaa5
gitfs: 0.4.5.1 -> 0.5.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gitfs/versions
2019-10-21 14:28:43 -07:00
volth
7bb6b373ab
treewide: name -> pname ( #67513 )
2019-08-31 07:41:22 -04:00
rnhmjoj
1b9875220f
gitfs: 0.2.5 -> 0.4.5.1
2017-03-02 16:35:33 +01:00
Frederik Rietdijk
af11ff4cdd
gitfs: use python2
2016-10-18 23:14:35 +02:00
Frederik Rietdijk
2f4da5bd83
gitfs: do not pass in buildPythonApplication
2016-09-26 11:10:51 +02:00
Frederik Rietdijk
4d06bf70f4
buildPythonApplication: use new function for Python applications
2016-02-19 13:16:41 +01:00
Robbin C
945ac597b9
gitfs: init at 0.2.5
...
This adds gitfs, a FUSE filesystem that fully integrates with git.
2015-07-06 17:10:17 +08:00