mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
Committed xneur expression by justbeingglad
svn path=/nixpkgs/trunk/; revision=11215
This commit is contained in:
parent
b97b16534e
commit
c251639ab1
21
pkgs/applications/misc/xneur/default.nix
Normal file
21
pkgs/applications/misc/xneur/default.nix
Normal file
|
@ -0,0 +1,21 @@
|
|||
args: with args;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name="xneur";
|
||||
src = fetchurl {
|
||||
url = "http://dists.xneur.ru/release-0.8.0/tgz/xneur-0.8.0.tar.bz2";
|
||||
sha256 = "1f05bm4vqdrlm8rxwgqv89k5lhc236xg841aw4snw514g0hi2sl8";
|
||||
};
|
||||
|
||||
buildInputs = [libX11 pkgconfig pcre GStreamer glib libxml2 aspell];
|
||||
|
||||
preConfigure = "sed -e 's/-Werror//' -i configure";
|
||||
|
||||
meta = {
|
||||
description = "xneur is the keyboard layout switcher.";
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in a new issue