File tree 1 file changed +3
-8
lines changed
1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 3
3
stdenv . mkDerivation rec {
4
4
name = "xsel-unstable-${ version } " ;
5
5
6
- version = "2016-09-02 " ;
6
+ version = "2018-01-10 " ;
7
7
8
8
src = fetchFromGitHub {
9
9
owner = "kfish" ;
10
10
repo = "xsel" ;
11
- rev = "aa7f57eed805adb09e9c59c8ea841870e8206b81 " ;
12
- sha256 = "04mrc8j0rr7iy1k6brfxnx26pmxm800gh4nqrxn6j2lz6vd5y9m5 " ;
11
+ rev = "9bfc13d64b5acb92c6648c696a9d9260fcbecc65 " ;
12
+ sha256 = "05ms34by5hxznnpvmvhgp6llvlkz0zw4sq6c4bgwr82lj140lscm " ;
13
13
} ;
14
14
15
15
nativeBuildInputs = [ autoreconfHook ] ;
16
16
buildInputs = [ libX11 ] ;
17
17
18
- # We need a README file, otherwise autoconf complains.
19
- postUnpack = ''
20
- mv $sourceRoot/README{.md,}
21
- '' ;
22
-
23
18
meta = with lib ; {
24
19
description = "Command-line program for getting and setting the contents of the X selection" ;
25
20
homepage = http://www.kfish.org/software/xsel ;
You can’t perform that action at this time.
0 commit comments