Commit Graph

19 Commits

Author SHA1 Message Date
midchildan
cdc642f008
tmsu: add darwin build
Additionally,

- remove libfuse dependency

  TMSU doesn't depend on libfuse and instead uses go-fuse, a pure go
  reimplementation.

- upgrade go-fuse

  The latest go-fuse release added support for recent versions of
  macFUSE.
2021-04-20 00:52:06 +09:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
zowoq
a133193538
tmsu: use $out instead of $bin (#87564)
Because of https://github.com/NixOS/nixpkgs/pull/85535
2020-05-11 06:42:46 +01:00
Jörg Thalheim
f08904b2f7
tmsu: 0.7.4 -> 0.7.5 2020-04-29 06:53:47 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Dmitry Bogatov
b416bb9393
tmsu: install manpage properly into man1 subdirectory 2019-02-08 22:17:14 +00:00
Pascal Wittmann
8dff3214b7
tmsu: 0.7.1 -> 0.7.4 2019-01-24 22:24:57 +01:00
Pascal Wittmann
c314092164
tmsu: 0.7.0 -> 0.7.1 2018-09-16 19:20:32 +02:00
Eli Flanagan
4d1f618b18 tmsu: disable for darwin
Disabling until a solution comes about for osxfuse.
2018-03-09 12:47:05 -05:00
Pascal Wittmann
6a22f13eb5
tmsu: 0.6.1 -> 0.7.0 2018-01-07 16:45:44 +01:00
Tuomas Tynkkynen
bac26e08db Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
Pascal Wittmann
0146e01e58 tmsu: 0.6.0 -> 0.6.1 2016-03-15 18:17:04 +01:00
Pascal Wittmann
26a9d2b27b tmsu: 0.5.2 -> 0.6.0 2015-11-23 10:45:15 +01:00
Pascal Wittmann
e4f8ea6739 tmsu: update from 0.5.1 to 0.5.2 2015-04-09 16:17:19 +02:00
Pascal Wittmann
5478bcffae tmsu: update from 0.5.0 to 0.5.1 2015-02-09 19:26:28 +01:00
Pascal Wittmann
97049ccf80 tmsu: update from 0.4.3 to 0.5.0 2015-02-08 11:45:11 +01:00
Pascal Wittmann
1f0fdd7c28 added tmsu, a tool for tagging your files 2014-12-13 23:50:49 +01:00