committed by
Vladimír Čunát
parent
620c147cce
commit
53b389327e
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchsvn, xlibsWrapper, libXmu, autoconf, automake, libtool }:
|
||||
{ stdenv, fetchsvn, xlibsWrapper, libXmu, autoreconfHook }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
# The last release from 2012, 0.12, lacks '-targets'
|
||||
@@ -9,11 +9,9 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0d6r38xas5l79l700sdm14l41vvjqhah613367ha8kcvx54zkddz";
|
||||
};
|
||||
|
||||
preConfigure = "autoreconf -vfi";
|
||||
buildInputs = [ xlibsWrapper libXmu autoreconfHook ];
|
||||
|
||||
buildInputs = [ xlibsWrapper libXmu autoconf automake libtool ];
|
||||
|
||||
meta = {
|
||||
meta = {
|
||||
description = "Tool to access the X clipboard from a console application";
|
||||
homepage = http://sourceforge.net/projects/xclip/;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
|
||||
Reference in New Issue
Block a user